Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/arm/neon/
Dquantize_neon.c47 int16x8_t v_dequant = vmovq_n_s16(dequant_ptr[1]); in av1_quantize_fp_neon() local
51 v_dequant = vsetq_lane_s16(dequant_ptr[0], v_dequant, 0); in av1_quantize_fp_neon()
69 const int16x8_t v_dqcoeff = vmulq_s16(v_qcoeff, v_dequant); in av1_quantize_fp_neon()
75 v_dequant = vmovq_n_s16(dequant_ptr[1]); in av1_quantize_fp_neon()
94 const int16x8_t v_dqcoeff = vmulq_s16(v_qcoeff, v_dequant); in av1_quantize_fp_neon()
/external/libvpx/libvpx/vp9/encoder/arm/neon/
Dvp9_quantize_neon.c43 int16x8_t v_dequant = vmovq_n_s16(dequant_ptr[1]); in vp9_quantize_fp_neon() local
52 v_dequant = vsetq_lane_s16(dequant_ptr[0], v_dequant, 0); in vp9_quantize_fp_neon()
70 const int16x8_t v_dqcoeff = vmulq_s16(v_qcoeff, v_dequant); in vp9_quantize_fp_neon()
76 v_dequant = vmovq_n_s16(dequant_ptr[1]); in vp9_quantize_fp_neon()
95 const int16x8_t v_dqcoeff = vmulq_s16(v_qcoeff, v_dequant); in vp9_quantize_fp_neon()
/external/libaom/libaom/av1/decoder/
Dinspection.h77 int16_t v_dequant[MAX_SEGMENTS][2]; member
Dinspection.c66 fd->v_dequant[i][j] = cm->v_dequant_QTX[i][j]; in ifd_inspect()