Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dsbcdec.c242 (int)( (unsigned)v[offset[i] + 0] * ff_sbc_proto_4_40m0[idx + 0] + in sbc_synthesize_four()
244 (unsigned)v[offset[i] + 2] * ff_sbc_proto_4_40m0[idx + 1] + in sbc_synthesize_four()
246 (unsigned)v[offset[i] + 4] * ff_sbc_proto_4_40m0[idx + 2] + in sbc_synthesize_four()
248 (unsigned)v[offset[i] + 6] * ff_sbc_proto_4_40m0[idx + 3] + in sbc_synthesize_four()
250 (unsigned)v[offset[i] + 8] * ff_sbc_proto_4_40m0[idx + 4] + in sbc_synthesize_four()
Dsbcdec_data.h37 extern const int32_t ff_sbc_proto_4_40m0[];
Dsbcdec_data.c41 const int32_t ff_sbc_proto_4_40m0[] = { variable