Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dsbcdec.c245 (unsigned)v[offset[k] + 1] * ff_sbc_proto_4_40m1[idx + 0] + in sbc_synthesize_four()
247 (unsigned)v[offset[k] + 3] * ff_sbc_proto_4_40m1[idx + 1] + in sbc_synthesize_four()
249 (unsigned)v[offset[k] + 5] * ff_sbc_proto_4_40m1[idx + 2] + in sbc_synthesize_four()
251 (unsigned)v[offset[k] + 7] * ff_sbc_proto_4_40m1[idx + 3] + in sbc_synthesize_four()
253 (unsigned)v[offset[k] + 9] * ff_sbc_proto_4_40m1[idx + 4] ) >> 15)); in sbc_synthesize_four()
H A Dsbcdec_data.h38 extern const int32_t ff_sbc_proto_4_40m1[];
H A Dsbcdec_data.c49 const int32_t ff_sbc_proto_4_40m1[] = { variable

Completed in 2 milliseconds