Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A 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; in mpc8_decode_frame()
[all...]
H A Dmpc.h42 #define SAMPLES_PER_BAND 36 macro
43 #define MPC_FRAME_SIZE (BANDS * SAMPLES_PER_BAND)
H A Dmpc.c45 for(i = 0; i < SAMPLES_PER_BAND; i++) { in mpc_synth()
66 for(i = 0; i <= maxband; i++, off += SAMPLES_PER_BAND){ in ff_mpc_dequantize_and_synth()
83 for(j = 0; j < SAMPLES_PER_BAND; j++){ in ff_mpc_dequantize_and_synth()
H A Dmpc7.c130 for(i = 0; i < SAMPLES_PER_BAND; i++){ in idx_to_quant()
136 for(i = 0; i < SAMPLES_PER_BAND/3; i++){ in idx_to_quant()
145 for(i = 0; i < SAMPLES_PER_BAND/2; i++){ in idx_to_quant()
153 for(i = 0; i < SAMPLES_PER_BAND; i++) in idx_to_quant()
159 for(i = 0; i < SAMPLES_PER_BAND; i++) in idx_to_quant()
271 for(i = 0; i < BANDS; i++, off += SAMPLES_PER_BAND) in mpc7_decode_frame()

Completed in 2 milliseconds