Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/hal/common/av1/
H A Dhal_av1d_common.h122 SEG_AV1_LVL_ALT_Q, // Use alternate Quantizer .... enumerator
/rockchip-linux_mpp/mpp/hal/vpu/av1d/
H A Dhal_av1d_vdpu.c1258 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 …]
/rockchip-linux_mpp/mpp/codec/dec/av1/
H A Dav1d_common.h220 SEG_AV1_LVL_ALT_Q, // Use alternate Quantizer .... enumerator