HomeSort by relevance Sort by last modified time
    Searched refs:FILTERBANK_BANDS (Results 1 - 17 of 17) sorted by null

  /frameworks/base/media/libstagefright/codecs/mp3dec/src/
pvmp3_stereo_proc.h 89 void pvmp3_stereo_proc(int32 xr[SUBBANDS_NUMBER*FILTERBANK_BANDS],
90 int32 xl[SUBBANDS_NUMBER*FILTERBANK_BANDS],
96 void pvmp3_st_intensity(int32 xr[SUBBANDS_NUMBER*FILTERBANK_BANDS],
97 int32 xl[SUBBANDS_NUMBER*FILTERBANK_BANDS],
102 void pvmp3_st_mid_side(int32 xr[SUBBANDS_NUMBER*FILTERBANK_BANDS],
103 int32 xl[SUBBANDS_NUMBER*FILTERBANK_BANDS],
s_tmp3dec_chan.h 88 int32 overlap[SUBBANDS_NUMBER*FILTERBANK_BANDS];
89 int32 work_buf_int32[SUBBANDS_NUMBER*FILTERBANK_BANDS]; /* working buffer */
pvmp3_mpeg2_stereo_proc.h 87 void pvmp3_mpeg2_stereo_proc(int32 xr[SUBBANDS_NUMBER*FILTERBANK_BANDS],
88 int32 xl[SUBBANDS_NUMBER*FILTERBANK_BANDS],
97 void pvmp3_st_intensity_ver2(int32 xr[SUBBANDS_NUMBER*FILTERBANK_BANDS],
98 int32 xl[SUBBANDS_NUMBER*FILTERBANK_BANDS],
pvmp3_imdct_synth.h 84 void pvmp3_imdct_synth(int32 in[SUBBANDS_NUMBER*FILTERBANK_BANDS],
85 int32 overlap[SUBBANDS_NUMBER*FILTERBANK_BANDS],
pvmp3_reorder.h 88 void pvmp3_reorder(int32 xr[SUBBANDS_NUMBER*FILTERBANK_BANDS],
pvmp3_dequantize_sample.h 91 void pvmp3_dequantize_sample(int32 is[SUBBANDS_NUMBER*FILTERBANK_BANDS],
pvmp3_equalizer.cpp 332 for (int32 band = 0; band < FILTERBANK_BANDS; band += 2)
339 for (i = 0; i < SUBBANDS_NUMBER*FILTERBANK_BANDS; i += FILTERBANK_BANDS << 2)
342 int32 temp2 = (pt_work_buff[ i + FILTERBANK_BANDS ]);
343 int32 temp3 = (pt_work_buff[ i + 2*FILTERBANK_BANDS ]);
344 int32 temp4 = (pt_work_buff[ i + 3*FILTERBANK_BANDS ]);
354 for (i = 0; i < SUBBANDS_NUMBER*FILTERBANK_BANDS; i += FILTERBANK_BANDS << 2)
357 int32 temp2 = (pt_work_buff[ i + FILTERBANK_BANDS ]);
358 int32 temp3 = (pt_work_buff[ i + 2*FILTERBANK_BANDS ]);
    [all...]
pv_mp3_huffman.h 84 int32 pvmp3_huffman_parsing(int32 is[SUBBANDS_NUMBER*FILTERBANK_BANDS],
pvmp3_huffman_parsing.cpp 125 int32 pvmp3_huffman_parsing(int32 is[SUBBANDS_NUMBER*FILTERBANK_BANDS],
178 if (grInfo->big_values > (FILTERBANK_BANDS*SUBBANDS_NUMBER >> 1))
180 grInfo->big_values = (FILTERBANK_BANDS * SUBBANDS_NUMBER >> 1);
286 (i < FILTERBANK_BANDS*SUBBANDS_NUMBER - 4))
293 (i < FILTERBANK_BANDS*SUBBANDS_NUMBER))
298 if ((i - 2) >= FILTERBANK_BANDS*SUBBANDS_NUMBER)
310 if (i < 0 || i > FILTERBANK_BANDS*SUBBANDS_NUMBER - 4)
pvmp3_imdct_synth.cpp 216 void pvmp3_imdct_synth(int32 in[SUBBANDS_NUMBER*FILTERBANK_BANDS],
217 int32 overlap[SUBBANDS_NUMBER*FILTERBANK_BANDS],
243 int32 * out = in + (band * FILTERBANK_BANDS);
244 int32 * history = overlap + (band * FILTERBANK_BANDS);
268 int32 *tmp_prev_ovr = &Scratch_mem[FILTERBANK_BANDS];
319 for (int32 slot = 1; slot < FILTERBANK_BANDS; slot += 6)
334 int32 * out = in + (band * FILTERBANK_BANDS);
335 int32 * history = overlap + (band * FILTERBANK_BANDS);
340 for (slot = 0; slot < FILTERBANK_BANDS; slot += 6)
359 for (slot = 0; slot < FILTERBANK_BANDS; slot += 3
    [all...]
pvmp3_poly_phase_synthesis.cpp 138 for (int32 band = 0; band < FILTERBANK_BANDS; band += 2)
pvmp3_stereo_proc.cpp 181 void pvmp3_st_mid_side(int32 xr[SUBBANDS_NUMBER*FILTERBANK_BANDS],
182 int32 xl[SUBBANDS_NUMBER*FILTERBANK_BANDS],
218 void pvmp3_st_intensity(int32 xr[SUBBANDS_NUMBER*FILTERBANK_BANDS],
219 int32 xl[SUBBANDS_NUMBER*FILTERBANK_BANDS],
252 void pvmp3_stereo_proc(int32 xr[SUBBANDS_NUMBER*FILTERBANK_BANDS],
253 int32 xl[SUBBANDS_NUMBER*FILTERBANK_BANDS],
298 if (xl[(i*FILTERBANK_BANDS) + ss])
555 if (xl[(i*FILTERBANK_BANDS) + ss] != 0)
pvmp3_dec_defs.h 69 #define FILTERBANK_BANDS 18
pvmp3_dequantize_sample.cpp 58 int32 is[SUBBANDS_NUMBER*FILTERBANK_BANDS],
65 int32 is[SUBBANDS_NUMBER*FILTERBANK_BANDS], dequantize output as (.)^(4/3)
187 void pvmp3_dequantize_sample(int32 is[SUBBANDS_NUMBER*FILTERBANK_BANDS],
253 if (ss < 2*FILTERBANK_BANDS)
273 if ((gr_info->mixed_block_flag == 0) || (gr_info->mixed_block_flag && (ss >= 2*FILTERBANK_BANDS)))
449 (FILTERBANK_BANDS*SUBBANDS_NUMBER - used_freq_lines)*sizeof(*is));
pvmp3_mpeg2_stereo_proc.cpp 159 void pvmp3_st_intensity_ver2(int32 xr[SUBBANDS_NUMBER*FILTERBANK_BANDS],
160 int32 xl[SUBBANDS_NUMBER*FILTERBANK_BANDS],
218 void pvmp3_mpeg2_stereo_proc(int32 xr[SUBBANDS_NUMBER*FILTERBANK_BANDS],
219 int32 xl[SUBBANDS_NUMBER*FILTERBANK_BANDS],
274 if (xl[(i*FILTERBANK_BANDS) + ss])
575 if (xl[(i*FILTERBANK_BANDS) + ss])
pvmp3_reorder.cpp 119 void pvmp3_reorder(int32 xr[SUBBANDS_NUMBER*FILTERBANK_BANDS],
pvmp3_framedecoder.cpp 194 2 * SUBBANDS_NUMBER * FILTERBANK_BANDS :
195 SUBBANDS_NUMBER * FILTERBANK_BANDS;
332 SUBBANDS_NUMBER*FILTERBANK_BANDS*sizeof(pChVars[RIGHT]->work_buf_int32[0]));
336 SUBBANDS_NUMBER*FILTERBANK_BANDS*sizeof(pChVars[LEFT]->work_buf_int32[0]));
497 ptrOutBuffer += pVars->num_channels * SUBBANDS_NUMBER * FILTERBANK_BANDS;
802 SUBBANDS_NUMBER*FILTERBANK_BANDS*sizeof(pChVars[ LEFT]->overlap[0]));
807 SUBBANDS_NUMBER*FILTERBANK_BANDS*sizeof(pChVars[ RIGHT]->overlap[0]));

Completed in 659 milliseconds