Home
last modified time | relevance | path

Searched refs:SAMPLES_PER_BAND (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dmpc8.c294 for(i = 0, off = 0; i < maxband; i++, off += SAMPLES_PER_BAND){ in mpc8_decode_frame()
299 for(j = 0; j < SAMPLES_PER_BAND; j++) in mpc8_decode_frame()
305 for(j = 0; j < SAMPLES_PER_BAND; j += SAMPLES_PER_BAND / 2){ in mpc8_decode_frame()
308 for(k = 0; k < SAMPLES_PER_BAND / 2; k++) in mpc8_decode_frame()
309 c->Q[ch][off + j + k] = t & (1 << (SAMPLES_PER_BAND / 2 - k - 1)) in mpc8_decode_frame()
315 for(j = 0; j < SAMPLES_PER_BAND; j += 3){ in mpc8_decode_frame()
325 for(j = 0; j < SAMPLES_PER_BAND; j += 2){ in mpc8_decode_frame()
336 for(j = 0; j < SAMPLES_PER_BAND; j++){ in mpc8_decode_frame()
343 for(j = 0; j < SAMPLES_PER_BAND; j++){ in mpc8_decode_frame()
Dmpc.c46 for(i = 0; i < SAMPLES_PER_BAND; i++) { in mpc_synth()
67 for(i = 0; i <= maxband; i++, off += SAMPLES_PER_BAND){ in ff_mpc_dequantize_and_synth()
84 for(j = 0; j < SAMPLES_PER_BAND; j++){ in ff_mpc_dequantize_and_synth()
Dmpc.h41 #define SAMPLES_PER_BAND 36 macro
42 #define MPC_FRAME_SIZE (BANDS * SAMPLES_PER_BAND)
Dmpc7.c128 for(i = 0; i < SAMPLES_PER_BAND; i++){ in idx_to_quant()
134 for(i = 0; i < SAMPLES_PER_BAND/3; i++){ in idx_to_quant()
143 for(i = 0; i < SAMPLES_PER_BAND/2; i++){ in idx_to_quant()
151 for(i = 0; i < SAMPLES_PER_BAND; i++) in idx_to_quant()
157 for(i = 0; i < SAMPLES_PER_BAND; i++) in idx_to_quant()
270 for(i = 0; i < BANDS; i++, off += SAMPLES_PER_BAND) in mpc7_decode_frame()