Home
last modified time | relevance | path

Searched refs:ff_synmatrix4 (Results 1 - 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dsbcdec_data.h41 extern const int32_t ff_synmatrix4[8][4];
H A Dsbcdec.c232 (int)( (unsigned)ff_synmatrix4[i][0] * frame->sb_sample[blk][ch][0] + in sbc_synthesize_four()
233 (unsigned)ff_synmatrix4[i][1] * frame->sb_sample[blk][ch][1] + in sbc_synthesize_four()
234 (unsigned)ff_synmatrix4[i][2] * frame->sb_sample[blk][ch][2] + in sbc_synthesize_four()
235 (unsigned)ff_synmatrix4[i][3] * frame->sb_sample[blk][ch][3] ) >> 15; in sbc_synthesize_four()
H A Dsbcdec_data.c83 const int32_t ff_synmatrix4[8][4] = { variable

Completed in 1 milliseconds