Searched refs:v_dequant (Results 1 – 4 of 4) sorted by relevance
47 int16x8_t v_dequant = vmovq_n_s16(dequant_ptr[1]); in av1_quantize_fp_neon() local51 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()
43 int16x8_t v_dequant = vmovq_n_s16(dequant_ptr[1]); in vp9_quantize_fp_neon() local52 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()
77 int16_t v_dequant[MAX_SEGMENTS][2]; member
66 fd->v_dequant[i][j] = cm->v_dequant_QTX[i][j]; in ifd_inspect()