Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/arm/neon/
Dvp9_quantize_neon.c32 const int32x4_t dqcoeff_0 = in calculate_dqcoeff_and_store() local
38 vst1q_s32(dqcoeff, dqcoeff_0); in calculate_dqcoeff_and_store()
41 vst1q_s16(dqcoeff, vcombine_s16(vmovn_s32(dqcoeff_0), vmovn_s32(dqcoeff_1))); in calculate_dqcoeff_and_store()
166 int32x4_t dqcoeff_0, dqcoeff_1; in vp9_quantize_fp_32x32_neon() local
182 dqcoeff_0 = vmull_s16(vget_low_s16(qcoeff), dequant); in vp9_quantize_fp_32x32_neon()
186 dqcoeff_0 = vaddq_s32(dqcoeff_0, extract_sign_bit(dqcoeff_0)); in vp9_quantize_fp_32x32_neon()
189 vst1q_s32(dqcoeff_ptr, vshrq_n_s32(dqcoeff_0, 1)); in vp9_quantize_fp_32x32_neon()
192 store_s16q_to_tran_low(dqcoeff_ptr, vcombine_s16(vshrn_n_s32(dqcoeff_0, 1), in vp9_quantize_fp_32x32_neon()
223 int32x4_t dqcoeff_0, dqcoeff_1; in vp9_quantize_fp_32x32_neon() local
230 dqcoeff_0 = vmull_n_s16(vget_low_s16(qcoeff), dequant_ptr[1]); in vp9_quantize_fp_32x32_neon()
[all …]
/external/libvpx/libvpx/vp9/encoder/x86/
Dvp9_error_avx2.c56 __m256i coeff_0, coeff_1, dqcoeff_0, dqcoeff_1; in vp9_block_error_avx2() local
59 dqcoeff_0 = load_tran_low(dqcoeff + i); in vp9_block_error_avx2()
63 dqcoeff_0 = _mm256_sub_epi16(dqcoeff_0, coeff_0); in vp9_block_error_avx2()
66 dqcoeff_0 = _mm256_madd_epi16(dqcoeff_0, dqcoeff_0); in vp9_block_error_avx2()
72 dqcoeff_0 = _mm256_add_epi32(dqcoeff_0, dqcoeff_1); in vp9_block_error_avx2()
76 exp_dqcoeff_lo = _mm256_unpacklo_epi32(dqcoeff_0, zero); in vp9_block_error_avx2()
77 exp_dqcoeff_hi = _mm256_unpackhi_epi32(dqcoeff_0, zero); in vp9_block_error_avx2()
/external/libvpx/libvpx/vpx_dsp/arm/
Dquantize_neon.c21 const int32x4_t dqcoeff_0 = in calculate_dqcoeff_and_store() local
27 vst1q_s32(dqcoeff, dqcoeff_0); in calculate_dqcoeff_and_store()
30 vst1q_s16(dqcoeff, vcombine_s16(vmovn_s32(dqcoeff_0), vmovn_s32(dqcoeff_1))); in calculate_dqcoeff_and_store()
170 int32x4_t dqcoeff_0 = vmull_s16(vget_low_s16(qcoeff), vget_low_s16(dequant)); in calculate_dqcoeff_and_store_32x32() local
175 dqcoeff_0 = vaddq_s32(dqcoeff_0, extract_sign_bit(dqcoeff_0)); in calculate_dqcoeff_and_store_32x32()
179 dqcoeff_0 = vshrq_n_s32(dqcoeff_0, 1); in calculate_dqcoeff_and_store_32x32()
181 vst1q_s32(dqcoeff, dqcoeff_0); in calculate_dqcoeff_and_store_32x32()
185 vcombine_s16(vshrn_n_s32(dqcoeff_0, 1), vshrn_n_s32(dqcoeff_1, 1))); in calculate_dqcoeff_and_store_32x32()
/external/libaom/libaom/av1/encoder/arm/neon/
Dquantize_neon.c124 const int32x4_t dqcoeff_0 = in calculate_dqcoeff_lp_and_store() local
129 vst1q_s16(dqcoeff, vcombine_s16(vmovn_s32(dqcoeff_0), vmovn_s32(dqcoeff_1))); in calculate_dqcoeff_lp_and_store()