Searched refs:xr (Results 1 - 6 of 6) sorted by relevance

/frameworks/av/media/libstagefright/codecs/mp3dec/src/
H A Dpvmp3_reorder.cpp40 int32 xr[ ], rescaled data
47 int32 xr[ ], reordered data
53 xr[scf_band][window][freq_line] shall be reordered in polyphase subband
54 order, xr[subband][window][freq_line], prior to the IMDCT operation.
119 void pvmp3_reorder(int32 xr[SUBBANDS_NUMBER*FILTERBANK_BANDS], argument
155 int32 tmp1 = xr[src_line];
156 int32 tmp2 = xr[src_line+(sfb_lines)];
157 int32 tmp3 = xr[src_line+(sfb_lines<<1)];
165 pv_memcpy(&xr[ct], Scratch_mem, sfb_lines*3*sizeof(int32));
176 int32 tmp1 = xr[src_lin
[all...]
H A Dpvmp3_stereo_proc.h89 void pvmp3_stereo_proc(int32 xr[SUBBANDS_NUMBER*FILTERBANK_BANDS],
96 void pvmp3_st_intensity(int32 xr[SUBBANDS_NUMBER*FILTERBANK_BANDS],
102 void pvmp3_st_mid_side(int32 xr[SUBBANDS_NUMBER*FILTERBANK_BANDS],
H A Dpvmp3_reorder.h88 void pvmp3_reorder(int32 xr[SUBBANDS_NUMBER*FILTERBANK_BANDS],
H A Dpvmp3_mpeg2_stereo_proc.h87 void pvmp3_mpeg2_stereo_proc(int32 xr[SUBBANDS_NUMBER*FILTERBANK_BANDS],
97 void pvmp3_st_intensity_ver2(int32 xr[SUBBANDS_NUMBER*FILTERBANK_BANDS],
H A Dpvmp3_stereo_proc.cpp40 int32 xr[], input channel
58 int32 xr[], input channel
77 int32 xr[], input channel
181 void pvmp3_st_mid_side(int32 xr[SUBBANDS_NUMBER*FILTERBANK_BANDS], argument
187 int32 *pt_xr = &xr[Start];
218 void pvmp3_st_intensity(int32 xr[SUBBANDS_NUMBER*FILTERBANK_BANDS], argument
227 int32 *pt_xr = &xr[Start];
252 void pvmp3_stereo_proc(int32 xr[SUBBANDS_NUMBER*FILTERBANK_BANDS], argument
344 pvmp3_st_mid_side(xr, xl, 0, sfbStart);
359 pvmp3_st_intensity(xr, x
[all...]
H A Dpvmp3_mpeg2_stereo_proc.cpp48 int32 xr[], input channel
70 int32 xr[], input channel
159 void pvmp3_st_intensity_ver2(int32 xr[SUBBANDS_NUMBER*FILTERBANK_BANDS], argument
174 int32 *pt_xr = &xr[Start];
218 void pvmp3_mpeg2_stereo_proc(int32 xr[SUBBANDS_NUMBER*FILTERBANK_BANDS], argument
317 pvmp3_st_mid_side(xr, xl, 0, sfbNo);
330 pvmp3_st_intensity_ver2(xr, xl, io, scalefac_R->l[sfb], sfbStart, sfbNo);
334 pvmp3_st_mid_side(xr, xl, sfbStart, sfbNo);
360 pvmp3_st_intensity_ver2(xr, xl, io, scalefac_R->s[j][sfb], sfbStart, sfbNo);
364 pvmp3_st_mid_side(xr, x
[all...]

Completed in 1140 milliseconds