Searched refs:v_dequant (Results 1 – 1 of 1) sorted by relevance
48 int16x8_t v_dequant = vmovq_n_s16(dequant_ptr[1]); in vp9_quantize_fp_neon() local52 v_dequant = vsetq_lane_s16(dequant_ptr[0], v_dequant, 0); in vp9_quantize_fp_neon()72 const int16x8_t v_dqcoeff = vmulq_s16(v_qcoeff, v_dequant); in vp9_quantize_fp_neon()80 v_dequant = vmovq_n_s16(dequant_ptr[1]); in vp9_quantize_fp_neon()