Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/hal/common/av1/
H A Dhal_av1d_common.h127 SEG_AV1_LVL_ALT_LF_U, // Use alternate loop filter value on u plane enumerator
/rockchip-linux_mpp/mpp/hal/vpu/av1d/
H A Dhal_av1d_vdpu.c1261 segval[s][SEG_AV1_LVL_ALT_LF_U] = 0; in vdpu_av1d_set_segmentation()
1286 if (dxva->segmentation.feature_mask[s] & (1 << SEG_AV1_LVL_ALT_LF_U)) in vdpu_av1d_set_segmentation()
1287 segval[s][SEG_AV1_LVL_ALT_LF_U] = in vdpu_av1d_set_segmentation()
1288 MPP_CLIP3(-63, 63, segdata[s][SEG_AV1_LVL_ALT_LF_U]); in vdpu_av1d_set_segmentation()
1323 regs->swreg20.sw_filt_level_delta2_seg0 = segval[0][SEG_AV1_LVL_ALT_LF_U]; in vdpu_av1d_set_segmentation()
1332 regs->swreg21.sw_filt_level_delta2_seg1 = segval[1][SEG_AV1_LVL_ALT_LF_U]; in vdpu_av1d_set_segmentation()
1341 regs->swreg22.sw_filt_level_delta2_seg2 = segval[2][SEG_AV1_LVL_ALT_LF_U]; in vdpu_av1d_set_segmentation()
1350 regs->swreg23.sw_filt_level_delta2_seg3 = segval[3][SEG_AV1_LVL_ALT_LF_U]; in vdpu_av1d_set_segmentation()
1359 regs->swreg24.sw_filt_level_delta2_seg4 = segval[4][SEG_AV1_LVL_ALT_LF_U]; in vdpu_av1d_set_segmentation()
1368 regs->swreg25.sw_filt_level_delta2_seg5 = segval[5][SEG_AV1_LVL_ALT_LF_U]; in vdpu_av1d_set_segmentation()
[all …]
/rockchip-linux_mpp/mpp/codec/dec/av1/
H A Dav1d_common.h225 SEG_AV1_LVL_ALT_LF_U, // Use alternate loop filter value on u plane enumerator