Home
last modified time | relevance | path

Searched refs:temp23 (Results 1 – 3 of 3) sorted by relevance

/external/libxaac/decoder/
Dixheaacd_mps_polyphase.c51 WORD32 temp20, temp21, temp22, temp23, temp24, temp25, temp26, temp27, temp28, temp29, temp210, in ixheaacd_fft32() local
68 temp23 = ixheaacd_sub32_sat(vec[7], vec[39]); in ixheaacd_fft32()
122 temp44 = ixheaacd_add32_sat(temp23, temp213); in ixheaacd_fft32()
123 temp47 = ixheaacd_sub32_sat(temp23, temp213); in ixheaacd_fft32()
205 temp23 = ixheaacd_add32_sat(ixheaacd_add32_sat(ixheaacd_add32_sat( in ixheaacd_fft32()
231 temp41 = ixheaacd_add32_sat(temp21, temp23); in ixheaacd_fft32()
232 temp415 = ixheaacd_sub32_sat(temp21, temp23); in ixheaacd_fft32()
290 temp23 = ixheaacd_add32_sat(tmp5, tmp13); in ixheaacd_fft32()
322 temp31 = ixheaacd_add32_sat(temp21, temp23); in ixheaacd_fft32()
323 temp317 = ixheaacd_sub32_sat(temp21, temp23); in ixheaacd_fft32()
/external/libaom/av1/encoder/arm/neon/
Dhighbd_fwd_txfm_neon.c3938 int32x4x2_t temp23 = vzipq_s32(input[1 * stride], input[3 * stride]); in transpose_32_4x4() local
3940 const int32x4x2_t output01 = vzipq_s32(temp01.val[0], temp23.val[0]); in transpose_32_4x4()
3941 const int32x4x2_t output23 = vzipq_s32(temp01.val[1], temp23.val[1]); in transpose_32_4x4()
Dav1_fwd_txfm2d_neon.c3068 int32x4x2_t temp23 = vzipq_s32(x2, x3); \
3069 int32x4x2_t y01 = vzipq_s32(temp01.val[0], temp23.val[0]); \
3070 int32x4x2_t y23 = vzipq_s32(temp01.val[1], temp23.val[1]); \