Home
last modified time | relevance | path

Searched refs:scf_idx (Results 1 - 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dmpc7.c245 bands[i].scf_idx[ch][2] = c->oldDSCF[ch][i]; in mpc7_decode_frame()
246 bands[i].scf_idx[ch][0] = get_scale_idx(&gb, bands[i].scf_idx[ch][2]); in mpc7_decode_frame()
249 bands[i].scf_idx[ch][1] = get_scale_idx(&gb, bands[i].scf_idx[ch][0]); in mpc7_decode_frame()
250 bands[i].scf_idx[ch][2] = get_scale_idx(&gb, bands[i].scf_idx[ch][1]); in mpc7_decode_frame()
253 bands[i].scf_idx[ch][1] = get_scale_idx(&gb, bands[i].scf_idx[ch][0]); in mpc7_decode_frame()
254 bands[i].scf_idx[c in mpc7_decode_frame()
[all...]
H A Dmpc.c70 mul = (mpc_CC+1)[bands[i].res[ch]] * mpc_SCF[bands[i].scf_idx[ch][0] & 0xFF]; in ff_mpc_dequantize_and_synth()
73 mul = (mpc_CC+1)[bands[i].res[ch]] * mpc_SCF[bands[i].scf_idx[ch][1] & 0xFF]; in ff_mpc_dequantize_and_synth()
76 mul = (mpc_CC+1)[bands[i].res[ch]] * mpc_SCF[bands[i].scf_idx[ch][2] & 0xFF]; in ff_mpc_dequantize_and_synth()
H A Dmpc8.c273 bands[i].scf_idx[ch][0] = get_bits(gb, 7) - 6; in mpc8_decode_frame()
279 bands[i].scf_idx[ch][0] = ((bands[i].scf_idx[ch][2] + t - 25) & 0x7F) - 6; in mpc8_decode_frame()
283 bands[i].scf_idx[ch][j + 1] = bands[i].scf_idx[ch][j]; in mpc8_decode_frame()
288 bands[i].scf_idx[ch][j + 1] = ((bands[i].scf_idx[ch][j] + t - 25) & 0x7F) - 6; in mpc8_decode_frame()
H A Dmpc.h50 int scf_idx[2][3]; member

Completed in 2 milliseconds