Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/arm/neon/
Dvp9_quantize_neon.c47 int16x8_t v_quant = vmovq_n_s16(quant_ptr[1]); in vp9_quantize_fp_neon() local
51 v_quant = vsetq_lane_s16(quant_ptr[0], v_quant, 0); in vp9_quantize_fp_neon()
61 vget_low_s16(v_quant)); in vp9_quantize_fp_neon()
63 vget_high_s16(v_quant)); in vp9_quantize_fp_neon()
79 v_quant = vmovq_n_s16(quant_ptr[1]); in vp9_quantize_fp_neon()