Home
last modified time | relevance | path

Searched defs:h_tmp (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/libaom/aom_dsp/arm/
H A Dsum_squares_neon.c304 int h_tmp = height > h_limit ? h_limit : height; in aom_var_2d_u8_4xh_neon() local
361 int h_tmp = height > h_limit ? h_limit : height; in aom_var_2d_u8_8xh_neon() local
418 int h_tmp = height > h_limit ? h_limit : height; in aom_var_2d_u8_16xh_neon() local
H A Dhighbd_obmc_variance_neon.c75 int h_tmp = h > h_limit ? h_limit : h; in highbd_obmc_variance_xlarge_neon() local
H A Dhighbd_variance_neon.c148 int h_tmp = h > h_limit ? h_limit : h; in highbd_variance_xlarge_neon() local
H A Dvariance_neon.c131 int h_tmp = h > h_limit ? h_limit : h; in variance_large_neon() local
/aosp_15_r20/external/libvpx/vpx_dsp/arm/
H A Dvariance_neon.c136 int h_tmp = h > h_limit ? h_limit : h; in variance_large_neon() local
H A Dhighbd_variance_neon.c137 int h_tmp = h > h_limit ? h_limit : h; in highbd_variance_xlarge_neon() local