Searched defs:reduce_bits_horiz (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/libaom/av1/common/x86/ |
H A D | highbd_warp_plane_sse4.c | 117 const int offset_bits_horiz, const int reduce_bits_horiz, int k) { in highbd_filter_src_pixels() 160 const int reduce_bits_horiz) { in highbd_horiz_filter() 170 const int offset_bits_horiz, const int reduce_bits_horiz) { in highbd_warp_horizontal_filter_alpha0_beta0() 198 const int offset_bits_horiz, const int reduce_bits_horiz) { in highbd_warp_horizontal_filter_alpha0() 225 const int offset_bits_horiz, const int reduce_bits_horiz) { in highbd_warp_horizontal_filter_beta0() 251 const int offset_bits_horiz, const int reduce_bits_horiz) { in highbd_warp_horizontal_filter() 275 const int offset_bits_horiz, const int reduce_bits_horiz) { in highbd_prepare_warp_horizontal_filter() 305 const int reduce_bits_horiz = conv_params->round_0; in av1_highbd_warp_affine_sse4_1() local
|
H A D | warp_plane_sse4.c | 186 const int reduce_bits_horiz, int k) { in filter_src_pixels() 297 const int reduce_bits_horiz) { in horizontal_filter() 308 const int reduce_bits_horiz) { in warp_horizontal_filter() 329 const int offset_bits_horiz, const int reduce_bits_horiz) { in warp_horizontal_filter_alpha0() 353 const int offset_bits_horiz, const int reduce_bits_horiz) { in warp_horizontal_filter_beta0() 376 const int offset_bits_horiz, const int reduce_bits_horiz) { in warp_horizontal_filter_alpha0_beta0() 754 const int offset_bits_horiz, const int reduce_bits_horiz) { in prepare_warp_horizontal_filter() 782 const int reduce_bits_horiz = conv_params->round_0; in av1_warp_affine_sse4_1() local
|
H A D | highbd_warp_affine_avx2.c | 25 const int reduce_bits_horiz = conv_params->round_0; in av1_highbd_warp_affine_avx2() local
|
H A D | warp_plane_avx2.c | 1034 const int reduce_bits_horiz = conv_params->round_0; in av1_warp_affine_avx2() local
|
/aosp_15_r20/external/libaom/av1/common/arm/ |
H A D | warp_plane_neon.h | 103 const int reduce_bits_horiz = ROUND0_BITS; in warp_affine_horizontal() local 220 const int reduce_bits_horiz = ROUND0_BITS; in warp_affine_vertical() local
|
/aosp_15_r20/external/libaom/av1/common/ |
H A D | warped_motion.c | 294 const int reduce_bits_horiz = conv_params->round_0; in av1_highbd_warp_affine_c() local 525 const int reduce_bits_horiz = conv_params->round_0; in av1_warp_affine_c() local
|