Searched defs:offset_bits_horiz (Results 1 – 7 of 7) 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() 159 const int offset_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() 309 const int offset_bits_horiz = bd + FILTER_BITS - 1; in av1_highbd_warp_affine_sse4_1() local
|
H A D | warp_plane_sse4.c | 185 const int offset_bits_horiz, in filter_src_pixels() 296 const int offset_bits_horiz, in horizontal_filter() 307 const int offset_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() 786 const int offset_bits_horiz = bd + FILTER_BITS - 1; in av1_warp_affine_sse4_1() local
|
H A D | highbd_warp_affine_avx2.c | 30 const int offset_bits_horiz = bd + FILTER_BITS - 1; in av1_highbd_warp_affine_avx2() local
|
H A D | warp_plane_avx2.c | 1038 const int offset_bits_horiz = bd + FILTER_BITS - 1; in av1_warp_affine_avx2() local
|
/aosp_15_r20/external/libaom/av1/common/arm/ |
H A D | highbd_warp_plane_neon.c | 44 const int offset_bits_horiz = bd + FILTER_BITS - 1; in highbd_horizontal_filter_4x1_f4() local 79 const int offset_bits_horiz = bd + FILTER_BITS - 1; in highbd_horizontal_filter_8x1_f8() local 107 const int offset_bits_horiz = bd + FILTER_BITS - 1; in highbd_horizontal_filter_4x1_f1() local 141 const int offset_bits_horiz = bd + FILTER_BITS - 1; in highbd_horizontal_filter_8x1_f1() local
|
H A D | highbd_warp_plane_sve.c | 42 const int offset_bits_horiz = bd + FILTER_BITS - 1; in highbd_horizontal_filter_4x1_f4() local 71 const int offset_bits_horiz = bd + FILTER_BITS - 1; in highbd_horizontal_filter_8x1_f8() local 96 const int offset_bits_horiz = bd + FILTER_BITS - 1; in highbd_horizontal_filter_4x1_f1() local 124 const int offset_bits_horiz = bd + FILTER_BITS - 1; in highbd_horizontal_filter_8x1_f1() local
|
/aosp_15_r20/external/libaom/av1/common/ |
H A D | warped_motion.c | 299 const int offset_bits_horiz = bd + FILTER_BITS - 1; in av1_highbd_warp_affine_c() local 530 const int offset_bits_horiz = bd + FILTER_BITS - 1; in av1_warp_affine_c() local
|