Searched refs:dqcoeff_1 (Results 1 – 4 of 4) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/arm/neon/ |
D | vp9_quantize_neon.c | 34 const int32x4_t dqcoeff_1 = in calculate_dqcoeff_and_store() local 39 vst1q_s32(dqcoeff + 4, dqcoeff_1); 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 183 dqcoeff_1 = vmull_n_s16(vget_high_s16(qcoeff), dequant_ptr[1]); in vp9_quantize_fp_32x32_neon() 187 dqcoeff_1 = vaddq_s32(dqcoeff_1, extract_sign_bit(dqcoeff_1)); in vp9_quantize_fp_32x32_neon() 190 vst1q_s32(dqcoeff_ptr + 4, vshrq_n_s32(dqcoeff_1, 1)); in vp9_quantize_fp_32x32_neon() 193 vshrn_n_s32(dqcoeff_1, 1))); in vp9_quantize_fp_32x32_neon() 223 int32x4_t dqcoeff_0, dqcoeff_1; in vp9_quantize_fp_32x32_neon() local 231 dqcoeff_1 = vmull_n_s16(vget_high_s16(qcoeff), dequant_ptr[1]); in vp9_quantize_fp_32x32_neon() [all …]
|
/external/libvpx/libvpx/vp9/encoder/x86/ |
D | vp9_error_avx2.c | 56 __m256i coeff_0, coeff_1, dqcoeff_0, dqcoeff_1; in vp9_block_error_avx2() local 61 dqcoeff_1 = load_tran_low(dqcoeff + i + 16); in vp9_block_error_avx2() 64 dqcoeff_1 = _mm256_sub_epi16(dqcoeff_1, coeff_1); in vp9_block_error_avx2() 67 dqcoeff_1 = _mm256_madd_epi16(dqcoeff_1, dqcoeff_1); in vp9_block_error_avx2() 72 dqcoeff_0 = _mm256_add_epi32(dqcoeff_0, dqcoeff_1); in vp9_block_error_avx2()
|
/external/libvpx/libvpx/vpx_dsp/arm/ |
D | quantize_neon.c | 23 const int32x4_t dqcoeff_1 = in calculate_dqcoeff_and_store() local 28 vst1q_s32(dqcoeff + 4, dqcoeff_1); in calculate_dqcoeff_and_store() 30 vst1q_s16(dqcoeff, vcombine_s16(vmovn_s32(dqcoeff_0), vmovn_s32(dqcoeff_1))); in calculate_dqcoeff_and_store() 171 int32x4_t dqcoeff_1 = in calculate_dqcoeff_and_store_32x32() local 176 dqcoeff_1 = vaddq_s32(dqcoeff_1, extract_sign_bit(dqcoeff_1)); in calculate_dqcoeff_and_store_32x32() 180 dqcoeff_1 = vshrq_n_s32(dqcoeff_1, 1); in calculate_dqcoeff_and_store_32x32() 182 vst1q_s32(dqcoeff + 4, dqcoeff_1); 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/ |
D | quantize_neon.c | 126 const int32x4_t dqcoeff_1 = 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()
|