Searched refs:temp_lo (Results 1 – 3 of 3) sorted by relevance
/external/libxaac/decoder/ |
D | ixheaacd_aac_tns.c | 226 WORD32 temp_lo = 0; in ixheaacd_tns_ar_filter_fixed_dec() local 241 temp_lo = 0; in ixheaacd_tns_ar_filter_fixed_dec() 275 WORD32 temp_lo = 0; in ixheaacd_tns_ar_filter_fixed_non_neon_armv7() local 290 temp_lo = 0; in ixheaacd_tns_ar_filter_fixed_non_neon_armv7() 325 WORD32 temp_lo = 0; in ixheaacd_tns_ar_filter_fixed_armv8() local 340 temp_lo = 0; in ixheaacd_tns_ar_filter_fixed_armv8()
|
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | vpx_subpixel_8t_intrin_ssse3.c | 477 __m128i s[8], s_lo[4], s_hi[4], temp_lo, temp_hi; in filter_vert_w16_ssse3() local 490 temp_lo = convolve8_8_ssse3(s_lo, f); in filter_vert_w16_ssse3() 495 temp_hi = _mm_packus_epi16(temp_lo, temp_hi); in filter_vert_w16_ssse3()
|
/external/libxaac/decoder/armv7/ |
D | ixheaacd_tns_ar_filter_fixed.s | 151 …4 D6, #32 @acc1=acc>>32 @acc = mac32_tns_neon(state[j - 1],lpc[j],acc, temp_lo)@ 190 VSHR.S64 D6, #32 @acc = mac32_tns_neon(state[j - 1],lpc[j],acc, temp_lo)@
|