Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/arm/neon/
Dvp9_quantize_neon.c68 const int16x8_t v_dqcoeff = vmulq_s16(v_qcoeff, v_dequant); in vp9_quantize_fp_neon() local
71 vst1q_s16(&dqcoeff_ptr[0], v_dqcoeff); in vp9_quantize_fp_neon()
93 const int16x8_t v_dqcoeff = vmulq_s16(v_qcoeff, v_dequant); in vp9_quantize_fp_neon() local
96 vst1q_s16(&dqcoeff_ptr[i], v_dqcoeff); in vp9_quantize_fp_neon()