/external/libxaac/decoder/armv7/ |
D | ixheaacd_fft32x32_ld2_armv7.s | 40 ADD r2, r10, r12 @n01 = xh1_0 + xh1_1 44 STR r2, [r0, #4] @x[1 ] = n01 77 ADD r2, r10, r12 @n01 = xh1_0 + xh1_1 81 STR r2, [r0, #12] @x[2 +1] = n01 114 ADD r2, r10, r12 @n01 = xh1_0 + xh1_1 118 STR r2, [r0, #20] @x[4 +1] = n01 151 ADD r2, r10, r12 @n01 = xh1_0 + xh1_1 155 STR r2, [r0, #28] @x[6 +1] = n01
|
/external/libxaac/decoder/generic/ |
D | ixheaacd_qmf_dec_generic.c | 983 WORD32 n00, n10, n20, n30, n01, n11, n21, n31; in ixheaacd_esbr_postradixcompute2() local 1010 n01 = ixheaacd_add32_sat(x_1, x_3); in ixheaacd_esbr_postradixcompute2() 1019 y0[h2 + 1] = n01; in ixheaacd_esbr_postradixcompute2() 1070 WORD32 n00, n10, n20, n30, n01, n11, n21, n31; in ixheaacd_esbr_postradixcompute4() local 1105 n01 = ixheaacd_add32_sat(xh1_0, xh1_1); in ixheaacd_esbr_postradixcompute4() 1114 y0[h2 + 1] = n01; in ixheaacd_esbr_postradixcompute4() 1841 WORD32 n00, n10, n20, n30, n01, n11, n21, n31; in ixheaacd_postradixcompute4() local 1876 n01 = ixheaacd_add32_sat(xh1_0, xh1_1); in ixheaacd_postradixcompute4() 1885 y0[h2 + 1] = n01; in ixheaacd_postradixcompute4() 1941 WORD32 n00, n10, n20, n30, n01, n11, n21, n31; in ixheaacd_postradixcompute2() local [all …]
|
/external/libxaac/decoder/armv8/ |
D | ixheaacd_qmf_dec_armv8.c | 811 WORD32 n00, n10, n20, n30, n01, n11, n21, n31; in ixheaacd_esbr_postradixcompute4() local 850 n01 = ixheaacd_add32_sat(xh1_0, xh1_1); in ixheaacd_esbr_postradixcompute4() 859 y0[h2 + 1] = n01; in ixheaacd_esbr_postradixcompute4()
|
/external/libxaac/decoder/ |
D | ixheaacd_aac_imdct.c | 2273 WORD32 n00, n01, n10, n11, n20, n21, n30, n31; in ixheaacd_fft_120() local 2303 n01 = ixheaacd_add32_sat(xh1_0, xh1_1); in ixheaacd_fft_120() 2311 y0[2 * h2] = n00; y0[2 * h2 + 1] = n01; in ixheaacd_fft_120() 2908 WORD32 n00, n10, n20, n30, n01, n11, n21, n31; in ixheaacd_fft32x32_ld_dec() local 3064 n01 = ixheaacd_add32_sat(xh1_0, xh1_1); in ixheaacd_fft32x32_ld_dec() 3074 n01 = ixheaacd_add32_sat(x_1, x_3); in ixheaacd_fft32x32_ld_dec() 3084 y0[2 * h2 + 1] = n01; in ixheaacd_fft32x32_ld_dec()
|
/external/oboe/samples/RhythmGame/third_party/glm/gtc/ |
D | noise.inl | 55 T n01 = dot(g01, tvec2<T, P>(fx.z, fy.z)); local 59 tvec2<T, P> n_x = mix(tvec2<T, P>(n00, n01), tvec2<T, P>(n10, n11), fade_xy.x); 377 T n01 = dot(g01, tvec2<T, P>(fx.z, fy.z)); local 381 tvec2<T, P> n_x = mix(tvec2<T, P>(n00, n01), tvec2<T, P>(n10, n11), fade_xy.x);
|