/external/libvpx/libvpx/vp8/encoder/mips/msa/ |
D | quantize_msa.c | 20 v8i16 round0, round1; in fast_quantize_b_msa() local 40 round1); in fast_quantize_b_msa() 50 ILVL_H2_SH(round0, x0, round1, x1, temp1_h, temp3_h); in fast_quantize_b_msa() 51 ILVR_H2_SH(round0, x0, round1, x1, temp0_h, temp2_h); in fast_quantize_b_msa() 88 v8i16 round0, round1; in exact_regular_quantize_b_msa() local 110 round1); in exact_regular_quantize_b_msa() 125 ILVL_H2_SH(round0, x0, round1, x1, temp1_h, temp3_h); in exact_regular_quantize_b_msa() 126 ILVR_H2_SH(round0, x0, round1, x1, temp0_h, temp2_h); in exact_regular_quantize_b_msa() 136 ADD2(x0, round0, x1, round1, x0, x1); in exact_regular_quantize_b_msa()
|
/external/libaom/libaom/av1/encoder/x86/ |
D | av1_quantize_sse2.c | 74 const __m128i *round0, const __m128i *round1, in quantize() argument 98 qcoeff1 = _mm_adds_epi16(qcoeff1, *round1); in quantize() 156 const __m128i round1 = _mm_unpackhi_epi64(round0, round0); in av1_quantize_fp_sse2() local 166 &round1, &quant0, &quant1, &dequant0, &dequant1, &thr0, &thr1, &eob); in av1_quantize_fp_sse2() 172 quantize(iscan_ptr, coeff_ptr, n_coeffs, qcoeff_ptr, dqcoeff_ptr, &round1, in av1_quantize_fp_sse2() 173 &round1, &quant1, &quant1, &dequant1, &dequant1, &thr1, &thr1, in av1_quantize_fp_sse2()
|
D | av1_highbd_quantize_sse4.c | 137 const int round1 = ROUND_POWER_OF_TWO(round_ptr[1], log_scale); in av1_highbd_quantize_fp_sse4_1() local 140 qparam[0] = _mm_set_epi32(round1, round1, round1, round0); in av1_highbd_quantize_fp_sse4_1()
|
/external/libvpx/libvpx/vp8/encoder/x86/ |
D | vp8_quantize_sse2.c | 49 __m128i round1 = _mm_load_si128((__m128i *)(b->round + 8)); in vp8_regular_quantize_b_sse2() local 87 x1 = _mm_add_epi16(x1, round1); in vp8_regular_quantize_b_sse2() 146 __m128i round1 = _mm_load_si128((__m128i *)(b->round + 8)); in vp8_fast_quantize_b_sse2() local 170 x1 = _mm_add_epi16(x1, round1); in vp8_fast_quantize_b_sse2()
|
D | vp8_quantize_ssse3.c | 47 __m128i round1 = _mm_load_si128((__m128i *)(b->round + 8)); in vp8_fast_quantize_b_ssse3() local 70 x1 = _mm_add_epi16(x1, round1); in vp8_fast_quantize_b_ssse3()
|
D | quantize_sse4.c | 44 __m128i round1 = _mm_load_si128((__m128i *)(b->round + 8)); in vp8_regular_quantize_b_sse4_1() local 79 x1 = _mm_add_epi16(x1, round1); in vp8_regular_quantize_b_sse4_1()
|
/external/libvpx/libvpx/vp8/encoder/arm/neon/ |
D | fastquantizeb_neon.c | 22 round1 = vld1q_s16(b->round + 8), in vp8_fast_quantize_b_neon() local 47 x1 = vaddq_s16(x1, round1); in vp8_fast_quantize_b_neon()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/SLPVectorizer/X86/ |
D | call.ll | 161 %round1 = tail call i64 @round(i64 %a0) nounwind readnone 163 store i64 %round1, i64* %b, align 8
|