Home
last modified time | relevance | path

Searched defs:dequant_thresh (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/libvpx/vp9/encoder/arm/neon/
H A Dvp9_quantize_neon.c153 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