Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dsbcdec.c290 (unsigned)v[offset[k] + 1] * ff_sbc_proto_8_80m1[idx + 0] + in sbc_synthesize_eight()
292 (unsigned)v[offset[k] + 3] * ff_sbc_proto_8_80m1[idx + 1] + in sbc_synthesize_eight()
294 (unsigned)v[offset[k] + 5] * ff_sbc_proto_8_80m1[idx + 2] + in sbc_synthesize_eight()
296 (unsigned)v[offset[k] + 7] * ff_sbc_proto_8_80m1[idx + 3] + in sbc_synthesize_eight()
298 (unsigned)v[offset[k] + 9] * ff_sbc_proto_8_80m1[idx + 4] ) >> 15)); in sbc_synthesize_eight()
Dsbcdec_data.h40 extern const int32_t ff_sbc_proto_8_80m1[];
Dsbcdec_data.c70 const int32_t ff_sbc_proto_8_80m1[] = { variable