Searched defs:xr (Results 1 - 5 of 5) 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_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...]
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...]
/frameworks/opt/setupwizard/tools/docs/
H A Ddoclava.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ccil/cowan/ org/ccil/cowan/tagsoup/ ...
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 5295 milliseconds