Searched refs:offset_bits_horiz (Results 1 – 4 of 4) sorted by relevance
/external/libaom/libaom/av1/common/x86/ |
D | highbd_warp_plane_sse4.c | 109 const int offset_bits_horiz, const int reduce_bits_horiz, int k) { in highbd_filter_src_pixels() argument 113 const __m128i round_const = _mm_set1_epi32((1 << offset_bits_horiz) + in highbd_filter_src_pixels() 151 const int offset_bits_horiz, in highbd_horiz_filter() argument 155 highbd_filter_src_pixels(src, src2, tmp, coeff, offset_bits_horiz, in highbd_horiz_filter() 162 const int offset_bits_horiz, const int reduce_bits_horiz) { in highbd_warp_horizontal_filter_alpha0_beta0() argument 182 highbd_filter_src_pixels(&src, &src2, tmp, coeff, offset_bits_horiz, in highbd_warp_horizontal_filter_alpha0_beta0() 190 const int offset_bits_horiz, const int reduce_bits_horiz) { in highbd_warp_horizontal_filter_alpha0() argument 209 highbd_filter_src_pixels(&src, &src2, tmp, coeff, offset_bits_horiz, in highbd_warp_horizontal_filter_alpha0() 217 const int offset_bits_horiz, const int reduce_bits_horiz) { in highbd_warp_horizontal_filter_beta0() argument 235 highbd_filter_src_pixels(&src, &src2, tmp, coeff, offset_bits_horiz, in highbd_warp_horizontal_filter_beta0() [all …]
|
D | warp_plane_sse4.c | 229 const int offset_bits_horiz, in filter_src_pixels() argument 252 const __m128i round_const = _mm_set1_epi16((1 << offset_bits_horiz) + in filter_src_pixels() 340 const int offset_bits_horiz, in horizontal_filter() argument 344 filter_src_pixels(src, tmp, coeff, offset_bits_horiz, reduce_bits_horiz, k); in horizontal_filter() 351 const int offset_bits_horiz, in warp_horizontal_filter() argument 365 horizontal_filter(src, tmp, sx, alpha, k, offset_bits_horiz, in warp_horizontal_filter() 373 const int offset_bits_horiz, const int reduce_bits_horiz) { in warp_horizontal_filter_alpha0() argument 390 filter_src_pixels(src, tmp, coeff, offset_bits_horiz, reduce_bits_horiz, k); in warp_horizontal_filter_alpha0() 397 const int offset_bits_horiz, const int reduce_bits_horiz) { in warp_horizontal_filter_beta0() argument 413 filter_src_pixels(src, tmp, coeff, offset_bits_horiz, reduce_bits_horiz, k); in warp_horizontal_filter_beta0() [all …]
|
/external/libaom/libaom/av1/common/arm/ |
D | warp_plane_neon.c | 223 int k, const int offset_bits_horiz, in horizontal_filter_neon() argument 227 const int32x4_t add_const = vdupq_n_s32((int32_t)(1 << offset_bits_horiz)); in horizontal_filter_neon() 501 const int offset_bits_horiz = bd + FILTER_BITS - 1; in av1_warp_affine_neon() local 599 offset_bits_horiz, reduce_bits_horiz); in av1_warp_affine_neon() 617 offset_bits_horiz, reduce_bits_horiz); in av1_warp_affine_neon()
|
/external/libaom/libaom/av1/common/ |
D | warped_motion.c | 408 const int offset_bits_horiz = bd + FILTER_BITS - 1; in av1_highbd_warp_affine_c() local 452 int32_t sum = 1 << offset_bits_horiz; in av1_highbd_warp_affine_c() 689 const int offset_bits_horiz = bd + FILTER_BITS - 1; in av1_warp_affine_c() local 737 int32_t sum = 1 << offset_bits_horiz; in av1_warp_affine_c()
|