/external/libxaac/decoder/ |
D | ixheaacd_fwd_alias_cnx.c | 71 WORD32 qshift, WORD32 *preshift) { in ixheaacd_synthesis_tool() argument 90 (*preshift)++; in ixheaacd_synthesis_tool() 141 WORD8 qshift2, WORD8 qshift3, WORD32 *preshift, in ixheaacd_fr_alias_cnx_fix() argument 174 err = ixheaacd_acelp_mdct(x_in, fac_data_out, preshift, fac_length, in ixheaacd_fr_alias_cnx_fix() 183 qshift2, preshift); in ixheaacd_fr_alias_cnx_fix() 199 (char)((qshift3 - *qshift1 + 31 + (WORD8)(*preshift)))); in ixheaacd_fr_alias_cnx_fix() 203 (char)((qshift3 - *qshift1 + 31 + (WORD8)(*preshift)))); in ixheaacd_fr_alias_cnx_fix()
|
D | ixheaacd_tcx_fwd_alcnx.c | 90 WORD8 *shiftp, WORD32 *preshift) { in ixheaacd_fix2float() argument 93 if ((*shiftp - *preshift) > 0) { in ixheaacd_fix2float() 94 qfac = 1.0f / (FLOAT32)((WORD64)1 << (*shiftp - *preshift)); in ixheaacd_fix2float() 101 (FLOAT32)((WORD64)1 << (*preshift - *shiftp))); in ixheaacd_fix2float() 158 WORD32 preshift = 0; in ixheaacd_tcx_mdct() local 261 lg - (2 * fac_length), &preshift); in ixheaacd_tcx_mdct() 265 &preshift); in ixheaacd_tcx_mdct() 298 preshift = 0; in ixheaacd_tcx_mdct() 302 ixheaacd_acelp_mdct(int_x, int_xn1, &preshift, fac_length, ptr_scratch); in ixheaacd_tcx_mdct() 305 ixheaacd_fix2float(int_xn1, xn1, fac_length, &shiftp, &preshift); in ixheaacd_tcx_mdct()
|
D | ixheaacd_acelp_mdct.c | 164 WORD32 ixheaacd_acelp_mdct(WORD32 *ptr_in, WORD32 *ptr_out, WORD32 *preshift, in ixheaacd_acelp_mdct() argument 210 err = ixheaacd_complex_fft(ptr_data_r, ptr_data_i, length / 2, -1, preshift); in ixheaacd_acelp_mdct() 212 *preshift += 1; in ixheaacd_acelp_mdct() 216 *preshift += 1; in ixheaacd_acelp_mdct() 222 WORD32 *preshift) { in ixheaacd_acelp_mdct_main() argument 228 err = ixheaacd_acelp_mdct(in, output_buffer, preshift, l + m, ptr_scratch); in ixheaacd_acelp_mdct_main()
|
D | ixheaacd_imdct.c | 139 WORD32 *preshift, WORD32 *tmp_data) { in ixheaacd_fft_based_imdct() argument 168 err = ixheaacd_complex_fft(data_r, data_i, nlength, 1, preshift); in ixheaacd_fft_based_imdct() 178 WORD32 preshift = 0; in ixheaacd_acelp_imdct() local 185 preshift++; in ixheaacd_acelp_imdct() 192 preshift++; in ixheaacd_acelp_imdct() 195 err = ixheaacd_fft_based_imdct(imdct_in, npoints / 2, &preshift, tmp_data); in ixheaacd_acelp_imdct() 197 preshift += 2; in ixheaacd_acelp_imdct() 198 *qshift -= preshift; in ixheaacd_acelp_imdct() 214 WORD32 preshift = 0; in ixheaacd_cal_fac_data() local 286 &preshift, ptr_scratch); in ixheaacd_cal_fac_data() [all …]
|
D | ixheaacd_td_mdct.h | 26 WORD8 *shiftp, WORD32 *preshift); 29 WORD32 fft_mode, WORD32 *preshift);
|
D | ixheaacd_interface.h | 50 WORD32 fft_mode, WORD32 *preshift); 53 WORD32 fft_mode, WORD32 *preshift); 56 WORD32 fft_mode, WORD32 *preshift);
|
D | ixheaacd_tcx_fwd_mdct.c | 123 WORD32 preshift = 0; in ixheaacd_lpc_to_td() local 156 err = ixheaacd_complex_fft(idata_r, idata_i, size_n, -1, &preshift); in ixheaacd_lpc_to_td() 159 qfac = 1.0f / ((FLOAT32)((WORD64)1 << (qshift - preshift))); in ixheaacd_lpc_to_td()
|
D | ixheaacd_main.h | 208 WORD32 ixheaacd_acelp_mdct(WORD32 *ptr_in, WORD32 *ptr_out, WORD32 *preshift, 213 WORD32 *preshift); 218 WORD32 *preshift, WORD32 *ptr_scratch);
|
D | ixheaacd_acelp_decode.c | 369 WORD32 preshift; in ixheaacd_acelp_alias_cnx() local 401 preshift = 0; in ixheaacd_acelp_alias_cnx() 405 ixheaacd_acelp_mdct(int_x, int_xn2, &preshift, fac_length, ptr_scratch); in ixheaacd_acelp_alias_cnx() 408 &preshift); in ixheaacd_acelp_alias_cnx()
|
D | ixheaacd_fft.c | 539 WORD32 fft_mode, WORD32 *preshift) { in ixheaacd_complex_fft_p2_dec() argument 1617 *preshift = shift - *preshift; in ixheaacd_complex_fft_p2_dec() 1659 WORD32 fft_mode, WORD32 *preshift) { in ixheaacd_complex_fft_p3() argument 1703 *preshift = shift - *preshift + 1; in ixheaacd_complex_fft_p3() 1810 WORD32 fft_mode, WORD32 *preshift) { in ixheaacd_complex_fft() argument 1817 ixheaacd_complex_fft_p3(data_r, data_i, nlength, fft_mode, preshift); in ixheaacd_complex_fft() 1819 (*ixheaacd_complex_fft_p2)(data_r, data_i, nlength, fft_mode, preshift); in ixheaacd_complex_fft()
|
D | ixheaacd_function_selector.h | 145 WORD32 fft_mode, WORD32 *preshift);
|
/external/libxaac/decoder/armv7/ |
D | ixheaacd_fft_armv7.c | 14 WORD32 fft_mode, WORD32 *preshift) { in ixheaacd_complex_fft_p2_armv7() argument 63 *preshift = shift - *preshift; in ixheaacd_complex_fft_p2_armv7()
|
D | ixheaacd_function_selector_armv7.c | 195 WORD32 *preshift) = &ixheaacd_complex_fft_p2_armv7;
|
/external/libxaac/decoder/x86_64/ |
D | ixheaacd_function_selector_x86_64.c | 194 WORD32 *preshift) = &ixheaacd_complex_fft_p2_dec;
|
/external/libxaac/decoder/armv8/ |
D | ixheaacd_function_selector_armv8.c | 194 WORD32 *preshift) = &ixheaacd_complex_fft_p2_dec;
|
/external/libxaac/decoder/generic/ |
D | ixheaacd_function_selector_generic.c | 195 WORD32 *preshift) = &ixheaacd_complex_fft_p2_dec;
|
/external/libxaac/decoder/x86/ |
D | ixheaacd_function_selector_x86.c | 194 WORD32 *preshift) = &ixheaacd_complex_fft_p2_dec;
|
/external/skqp/src/compute/skc/platforms/cl_12/kernels/ |
D | place.cl | 267 …ck.lo = lo | (cmd->layer_id << SKC_TTCK_LO_BITS_ID_PREFIX_ESCAPE); // FIXME -- preshift the layer … 290 …ck.lo = lo | (cmd->layer_id << SKC_TTCK_LO_BITS_ID_PREFIX_ESCAPE); // FIXME -- preshift the layer …
|