Searched defs:dequant_thresh (Results 1 – 1 of 1) sorted by relevance
153 const int16x8_t *v_dequant, const int16x8_t *dequant_thresh, in quantize_fp_32x32_8()199 int16x8_t dequant_thresh = vshrq_n_s16(vld1q_s16(dequant_ptr), 2); in vp9_quantize_fp_32x32_neon() local