Searched refs:SEG_AV1_LVL_ALT_Q (Results 1 – 3 of 3) sorted by relevance
122 SEG_AV1_LVL_ALT_Q, // Use alternate Quantizer .... enumerator
1258 segval[s][SEG_AV1_LVL_ALT_Q] = 0; in vdpu_av1d_set_segmentation()1272 if (dxva->segmentation.feature_mask[s] & (1 << SEG_AV1_LVL_ALT_Q)) { in vdpu_av1d_set_segmentation()1273 segval[s][SEG_AV1_LVL_ALT_Q] = in vdpu_av1d_set_segmentation()1274 MPP_CLIP3(0, 255, MPP_ABS(segdata[s][SEG_AV1_LVL_ALT_Q])); in vdpu_av1d_set_segmentation()1275 segsign |= (segdata[s][SEG_AV1_LVL_ALT_Q] < 0) << s; in vdpu_av1d_set_segmentation()1320 regs->swreg14.sw_quant_seg0 = segval[0][SEG_AV1_LVL_ALT_Q]; in vdpu_av1d_set_segmentation()1329 regs->swreg15.sw_quant_seg1 = segval[1][SEG_AV1_LVL_ALT_Q]; in vdpu_av1d_set_segmentation()1338 regs->swreg16.sw_quant_seg2 = segval[2][SEG_AV1_LVL_ALT_Q]; in vdpu_av1d_set_segmentation()1347 regs->swreg17.sw_quant_seg3 = segval[3][SEG_AV1_LVL_ALT_Q]; in vdpu_av1d_set_segmentation()1356 regs->swreg18.sw_quant_seg4 = segval[4][SEG_AV1_LVL_ALT_Q]; in vdpu_av1d_set_segmentation()[all …]
220 SEG_AV1_LVL_ALT_Q, // Use alternate Quantizer .... enumerator