Home
last modified time | relevance | path

Searched refs:ff_synmatrix8 (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dsbcdec.c273 (int)( (unsigned)ff_synmatrix8[i][0] * frame->sb_sample[blk][ch][0] + in sbc_synthesize_eight()
274 (unsigned)ff_synmatrix8[i][1] * frame->sb_sample[blk][ch][1] + in sbc_synthesize_eight()
275 (unsigned)ff_synmatrix8[i][2] * frame->sb_sample[blk][ch][2] + in sbc_synthesize_eight()
276 (unsigned)ff_synmatrix8[i][3] * frame->sb_sample[blk][ch][3] + in sbc_synthesize_eight()
277 (unsigned)ff_synmatrix8[i][4] * frame->sb_sample[blk][ch][4] + in sbc_synthesize_eight()
278 (unsigned)ff_synmatrix8[i][5] * frame->sb_sample[blk][ch][5] + in sbc_synthesize_eight()
279 (unsigned)ff_synmatrix8[i][6] * frame->sb_sample[blk][ch][6] + in sbc_synthesize_eight()
280 (unsigned)ff_synmatrix8[i][7] * frame->sb_sample[blk][ch][7] ) >> 15; in sbc_synthesize_eight()
Dsbcdec_data.h42 extern const int32_t ff_synmatrix8[16][8];
Dsbcdec_data.c94 const int32_t ff_synmatrix8[16][8] = { variable