Home
last modified time | relevance | path

Searched defs:correct_tmp (Results 1 – 3 of 3) sorted by relevance

/external/libvpx/vpx_dsp/arm/
Dvpx_convolve8_neon_dotprod.c50 const int16x8_t correct_tmp = vmulq_n_s16(vld1q_s16(filter[x0_q4]), 128); in vpx_convolve8_2d_horiz_neon_dotprod() local
158 const int16x8_t correct_tmp = vmulq_n_s16(vld1q_s16(filter[x0_q4]), 128); in vpx_convolve8_horiz_neon_dotprod() local
234 const int16x8_t correct_tmp = vmulq_n_s16(vld1q_s16(filter[x0_q4]), 128); in vpx_convolve8_avg_horiz_neon_dotprod() local
365 const int16x8_t correct_tmp = vmulq_n_s16(vld1q_s16(filter[y0_q4]), 128); in vpx_convolve8_vert_neon_dotprod() local
569 const int16x8_t correct_tmp = vmulq_n_s16(vld1q_s16(filter[y0_q4]), 128); in vpx_convolve8_avg_vert_neon_dotprod() local
/external/libaom/aom_dsp/arm/
Daom_convolve8_neon_dotprod.c111 const int16x8_t correct_tmp = vmulq_n_s16(vld1q_s16(filter_x), 128); in aom_convolve8_horiz_neon_dotprod() local
266 const int16x8_t correct_tmp = vmulq_n_s16(vld1q_s16(filter_y), 128); in aom_convolve8_vert_neon_dotprod() local
/external/libaom/av1/common/arm/
Dconvolve_neon_dotprod.c473 const int32x4_t correct_tmp = in convolve_2d_sr_horiz_12tap_neon_dotprod() local