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/
H A Dsbcdec.c244 (int)( (unsigned)v[offset[i] + 0] * ff_sbc_proto_4_40m0[idx + 0] + in sbc_synthesize_four()
246 (unsigned)v[offset[i] + 2] * ff_sbc_proto_4_40m0[idx + 1] + in sbc_synthesize_four()
248 (unsigned)v[offset[i] + 4] * ff_sbc_proto_4_40m0[idx + 2] + in sbc_synthesize_four()
250 (unsigned)v[offset[i] + 6] * ff_sbc_proto_4_40m0[idx + 3] + in sbc_synthesize_four()
252 (unsigned)v[offset[i] + 8] * ff_sbc_proto_4_40m0[idx + 4] + in sbc_synthesize_four()
H A Dsbcdec_data.h37 extern const int32_t ff_sbc_proto_4_40m0[];
H A Dsbcdec_data.c41 const int32_t ff_sbc_proto_4_40m0[] = { variable

Completed in 2 milliseconds