Home
last modified time | relevance | path

Searched refs:reduce_bits_vert (Results 1 – 4 of 4) sorted by relevance

/external/libaom/libaom/av1/common/x86/
Dwarp_plane_sse4.c564 const int reduce_bits_vert, int p_stride, int p_width, in store_vertical_filter_output() argument
573 reduce_bits_vert); in store_vertical_filter_output()
604 reduce_bits_vert); in store_vertical_filter_output()
635 _mm_add_epi32(res_lo_1, *res_add_const), reduce_bits_vert); in store_vertical_filter_output()
637 _mm_add_epi32(res_hi_1, *res_add_const), reduce_bits_vert); in store_vertical_filter_output()
659 int sy4, const int reduce_bits_vert, const __m128i *res_add_const, in warp_vertical_filter() argument
678 conv_params, i, j, k, reduce_bits_vert, in warp_vertical_filter()
686 int sy4, const int reduce_bits_vert, const __m128i *res_add_const, in warp_vertical_filter_gamma0() argument
706 conv_params, i, j, k, reduce_bits_vert, in warp_vertical_filter_gamma0()
714 int sy4, const int reduce_bits_vert, const __m128i *res_add_const, in warp_vertical_filter_delta0() argument
[all …]
Dhighbd_warp_plane_sse4.c300 const int reduce_bits_vert = conv_params->is_compound in av1_highbd_warp_affine_sse4_1() local
311 const __m128i reduce_bits_vert_shift = _mm_cvtsi32_si128(reduce_bits_vert); in av1_highbd_warp_affine_sse4_1()
313 _mm_set1_epi32(((1 << reduce_bits_vert) >> 1)); in av1_highbd_warp_affine_sse4_1()
595 _mm_set1_epi32(-(1 << (bd + reduce_bits_vert - 1)) + in av1_highbd_warp_affine_sse4_1()
596 ((1 << reduce_bits_vert) >> 1)); in av1_highbd_warp_affine_sse4_1()
599 _mm_add_epi32(res_lo, round_const), reduce_bits_vert); in av1_highbd_warp_affine_sse4_1()
601 _mm_add_epi32(res_hi, round_const), reduce_bits_vert); in av1_highbd_warp_affine_sse4_1()
/external/libaom/libaom/av1/common/
Dwarped_motion.c404 const int reduce_bits_vert = conv_params->is_compound in av1_highbd_warp_affine_c() local
483 sum = ROUND_POWER_OF_TWO(sum, reduce_bits_vert); in av1_highbd_warp_affine_c()
506 sum = ROUND_POWER_OF_TWO(sum, reduce_bits_vert); in av1_highbd_warp_affine_c()
685 const int reduce_bits_vert = conv_params->is_compound in av1_warp_affine_c() local
771 sum = ROUND_POWER_OF_TWO(sum, reduce_bits_vert); in av1_warp_affine_c()
793 sum = ROUND_POWER_OF_TWO(sum, reduce_bits_vert); in av1_warp_affine_c()
/external/libaom/libaom/av1/common/arm/
Dwarp_plane_neon.c497 const int reduce_bits_vert = conv_params->is_compound in av1_warp_affine_neon() local
500 const int32x4_t shift_vert = vdupq_n_s32(-(int32_t)reduce_bits_vert); in av1_warp_affine_neon()