Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/arm/neon/
Dvp9_quantize_neon.c71 const int16x8_t v_qcoeff = vsubq_s16(v_qcoeff_a, v_coeff_sign); in vp9_quantize_fp_neon() local
72 const int16x8_t v_dqcoeff = vmulq_s16(v_qcoeff, v_dequant); in vp9_quantize_fp_neon()
76 vst1q_s16(&qcoeff_ptr[i], v_qcoeff); in vp9_quantize_fp_neon()