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.c45 int16x8_t v_quant = vmovq_n_s16(quant_ptr[1]); in vp9_quantize_fp_neon() local
49 v_quant = vsetq_lane_s16(quant_ptr[0], v_quant, 0); in vp9_quantize_fp_neon()
58 vget_low_s16(v_quant)); in vp9_quantize_fp_neon()
60 vget_high_s16(v_quant)); in vp9_quantize_fp_neon()
73 v_quant = vmovq_n_s16(quant_ptr[1]); in vp9_quantize_fp_neon()
83 vget_low_s16(v_quant)); in vp9_quantize_fp_neon()
85 vget_high_s16(v_quant)); in vp9_quantize_fp_neon()