Searched refs:reduce_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 114 ((1 << reduce_bits_horiz) >> 1)); in highbd_filter_src_pixels() 127 _mm_cvtsi32_si128(reduce_bits_horiz)); in highbd_filter_src_pixels() 141 _mm_cvtsi32_si128(reduce_bits_horiz)); in highbd_filter_src_pixels() 152 const int reduce_bits_horiz) { in highbd_horiz_filter() argument 156 reduce_bits_horiz, k); in highbd_horiz_filter() 162 const int offset_bits_horiz, const int reduce_bits_horiz) { in highbd_warp_horizontal_filter_alpha0_beta0() argument 183 reduce_bits_horiz, k); 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 210 reduce_bits_horiz, k); in highbd_warp_horizontal_filter_alpha0() [all …]
|
D | warp_plane_sse4.c | 230 const int reduce_bits_horiz, int k) { in filter_src_pixels() argument 253 ((1 << reduce_bits_horiz) >> 1)); in filter_src_pixels() 267 tmp[k + 7] = _mm_srl_epi16(res, _mm_cvtsi32_si128(reduce_bits_horiz)); in filter_src_pixels() 341 const int reduce_bits_horiz) { in horizontal_filter() argument 344 filter_src_pixels(src, tmp, coeff, offset_bits_horiz, reduce_bits_horiz, k); in horizontal_filter() 352 const int reduce_bits_horiz) { in warp_horizontal_filter() argument 366 reduce_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 [all …]
|
/external/libaom/libaom/av1/common/arm/ |
D | warp_plane_neon.c | 224 const int reduce_bits_horiz) { in horizontal_filter_neon() argument 228 const int16x8_t shift = vdupq_n_s16(-(int16_t)reduce_bits_horiz); in horizontal_filter_neon() 496 const int reduce_bits_horiz = conv_params->round_0; in av1_warp_affine_neon() local 499 : 2 * FILTER_BITS - reduce_bits_horiz; in av1_warp_affine_neon() 505 const int offset_bits_vert = bd + 2 * FILTER_BITS - reduce_bits_horiz; in av1_warp_affine_neon() 548 (1 << (bd + FILTER_BITS - reduce_bits_horiz - 1)) + in av1_warp_affine_neon() 549 ref[iy * stride] * (1 << (FILTER_BITS - reduce_bits_horiz)); in av1_warp_affine_neon() 560 int16_t dup_val = (1 << (bd + FILTER_BITS - reduce_bits_horiz - 1)) + in av1_warp_affine_neon() 562 (1 << (FILTER_BITS - reduce_bits_horiz)); in av1_warp_affine_neon() 599 offset_bits_horiz, reduce_bits_horiz); in av1_warp_affine_neon() [all …]
|
/external/libaom/libaom/av1/common/ |
D | warped_motion.c | 401 const int reduce_bits_horiz = in av1_highbd_warp_affine_c() local 406 : 2 * FILTER_BITS - reduce_bits_horiz; in av1_highbd_warp_affine_c() 407 const int max_bits_horiz = bd + FILTER_BITS + 1 - reduce_bits_horiz; in av1_highbd_warp_affine_c() 409 const int offset_bits_vert = bd + 2 * FILTER_BITS - reduce_bits_horiz; in av1_highbd_warp_affine_c() 457 sum = ROUND_POWER_OF_TWO(sum, reduce_bits_horiz); in av1_highbd_warp_affine_c() 684 const int reduce_bits_horiz = conv_params->round_0; in av1_warp_affine_c() local 687 : 2 * FILTER_BITS - reduce_bits_horiz; in av1_warp_affine_c() 688 const int max_bits_horiz = bd + FILTER_BITS + 1 - reduce_bits_horiz; in av1_warp_affine_c() 690 const int offset_bits_vert = bd + 2 * FILTER_BITS - reduce_bits_horiz; in av1_warp_affine_c() 744 sum = ROUND_POWER_OF_TWO(sum, reduce_bits_horiz); in av1_warp_affine_c()
|