Home
last modified time | relevance | path

Searched defs:round0 (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/libaom/av1/encoder/x86/
H A Dav1_quantize_sse2.c75 const __m128i *round0, const __m128i *round1, in quantize()
156 const __m128i round0 = _mm_load_si128((const __m128i *)round_ptr); in av1_quantize_fp_sse2() local
195 const __m128i *round0, const __m128i *round1, in quantize_lp()
267 const __m128i round0 = _mm_load_si128((const __m128i *)round_ptr); in av1_quantize_lp_sse2() local
H A Dav1_highbd_quantize_sse4.c138 const int round0 = ROUND_POWER_OF_TWO(round_ptr[0], log_scale); in av1_highbd_quantize_fp_sse4_1() local
/aosp_15_r20/external/libaom/av1/common/arm/
H A Dhighbd_warp_plane_neon.c43 const int round0 = (bd == 12) ? ROUND0_BITS + 2 : ROUND0_BITS; in highbd_horizontal_filter_4x1_f4() local
78 const int round0 = (bd == 12) ? ROUND0_BITS + 2 : ROUND0_BITS; in highbd_horizontal_filter_8x1_f8() local
106 const int round0 = (bd == 12) ? ROUND0_BITS + 2 : ROUND0_BITS; in highbd_horizontal_filter_4x1_f1() local
140 const int round0 = (bd == 12) ? ROUND0_BITS + 2 : ROUND0_BITS; in highbd_horizontal_filter_8x1_f1() local
H A Dhighbd_warp_plane_sve.c41 const int round0 = bd == 12 ? ROUND0_BITS + 2 : ROUND0_BITS; in highbd_horizontal_filter_4x1_f4() local
70 const int round0 = bd == 12 ? ROUND0_BITS + 2 : ROUND0_BITS; in highbd_horizontal_filter_8x1_f8() local
95 const int round0 = bd == 12 ? ROUND0_BITS + 2 : ROUND0_BITS; in highbd_horizontal_filter_4x1_f1() local
123 const int round0 = bd == 12 ? ROUND0_BITS + 2 : ROUND0_BITS; in highbd_horizontal_filter_8x1_f1() local
H A Dhighbd_warp_plane_neon.h134 const int round0 = (bd == 12) ? ROUND0_BITS + 2 : ROUND0_BITS; in warp_affine_horizontal() local
296 const int round0 = (bd == 12) ? ROUND0_BITS + 2 : ROUND0_BITS; in highbd_vertical_filter_4x1_f4() local
354 const int round0 = (bd == 12) ? ROUND0_BITS + 2 : ROUND0_BITS; in highbd_vertical_filter_8x1_f8() local
/aosp_15_r20/external/libvpx/vp8/encoder/x86/
H A Dvp8_quantize_sse2.c48 __m128i round0 = _mm_load_si128((__m128i *)(b->round)); in vp8_regular_quantize_b_sse2() local
145 __m128i round0 = _mm_load_si128((__m128i *)(b->round)); in vp8_fast_quantize_b_sse2() local
H A Dvp8_quantize_ssse3.c22 __m128i round0 = _mm_load_si128((__m128i *)(b->round)); in vp8_fast_quantize_b_ssse3() local
H A Dquantize_sse4.c33 __m128i round0 = _mm_load_si128((__m128i *)(b->round)); in vp8_regular_quantize_b_sse4_1() local
/aosp_15_r20/external/libvpx/vp8/encoder/mips/msa/
H A Dquantize_msa.c20 v8i16 round0, round1; in fast_quantize_b_msa() local
88 v8i16 round0, round1; in exact_regular_quantize_b_msa() local
/aosp_15_r20/external/libvpx/vp8/encoder/arm/neon/
H A Dfastquantizeb_neon.c21 z1 = vld1q_s16(b->coeff + 8), round0 = vld1q_s16(b->round), in vp8_fast_quantize_b_neon() local
/aosp_15_r20/external/libvpx/vp8/encoder/loongarch/
H A Dvp8_quantize_lsx.c56 __m128i z0, z1, round0, round1, quant0, quant2; in exact_regular_quantize_b_lsx() local