Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/hal/common/av1/
H A Dhal_av1d_common.h125 SEG_AV1_LVL_ALT_LF_Y_H, // Use alternate loop filter value on y plane enumerator
/rockchip-linux_mpp/mpp/hal/vpu/av1d/
H A Dhal_av1d_vdpu.c1260 segval[s][SEG_AV1_LVL_ALT_LF_Y_H] = 0; in vdpu_av1d_set_segmentation()
1282 if (dxva->segmentation.feature_mask[s] & (1 << SEG_AV1_LVL_ALT_LF_Y_H)) in vdpu_av1d_set_segmentation()
1283 segval[s][SEG_AV1_LVL_ALT_LF_Y_H] = in vdpu_av1d_set_segmentation()
1284 MPP_CLIP3(-63, 63, segdata[s][SEG_AV1_LVL_ALT_LF_Y_H]); in vdpu_av1d_set_segmentation()
1322 regs->swreg20.sw_filt_level_delta1_seg0 = segval[0][SEG_AV1_LVL_ALT_LF_Y_H]; in vdpu_av1d_set_segmentation()
1331 regs->swreg21.sw_filt_level_delta1_seg1 = segval[1][SEG_AV1_LVL_ALT_LF_Y_H]; in vdpu_av1d_set_segmentation()
1340 regs->swreg22.sw_filt_level_delta1_seg2 = segval[2][SEG_AV1_LVL_ALT_LF_Y_H]; in vdpu_av1d_set_segmentation()
1349 regs->swreg23.sw_filt_level_delta1_seg3 = segval[3][SEG_AV1_LVL_ALT_LF_Y_H]; in vdpu_av1d_set_segmentation()
1358 regs->swreg24.sw_filt_level_delta1_seg4 = segval[4][SEG_AV1_LVL_ALT_LF_Y_H]; in vdpu_av1d_set_segmentation()
1367 regs->swreg25.sw_filt_level_delta1_seg5 = segval[5][SEG_AV1_LVL_ALT_LF_Y_H]; in vdpu_av1d_set_segmentation()
[all …]
/rockchip-linux_mpp/mpp/codec/dec/av1/
H A Dav1d_common.h223 SEG_AV1_LVL_ALT_LF_Y_H, // Use alternate loop filter value on y plane enumerator