Searched defs:round0 (Results 1 – 11 of 11) sorted by relevance
/aosp_15_r20/external/libaom/av1/encoder/x86/ |
H A D | av1_quantize_sse2.c | 75 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 D | av1_highbd_quantize_sse4.c | 138 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 D | highbd_warp_plane_neon.c | 43 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 D | highbd_warp_plane_sve.c | 41 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 D | highbd_warp_plane_neon.h | 134 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 D | vp8_quantize_sse2.c | 48 __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 D | vp8_quantize_ssse3.c | 22 __m128i round0 = _mm_load_si128((__m128i *)(b->round)); in vp8_fast_quantize_b_ssse3() local
|
H A D | quantize_sse4.c | 33 __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 D | quantize_msa.c | 20 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 D | fastquantizeb_neon.c | 21 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 D | vp8_quantize_lsx.c | 56 __m128i z0, z1, round0, round1, quant0, quant2; in exact_regular_quantize_b_lsx() local
|