Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/hal/common/av1/
H A Dhal_av1d_common.h128 SEG_AV1_LVL_ALT_LF_V, // Use alternate loop filter value on v plane enumerator
/rockchip-linux_mpp/mpp/hal/vpu/av1d/
H A Dhal_av1d_vdpu.c1262 segval[s][SEG_AV1_LVL_ALT_LF_V] = 0; in vdpu_av1d_set_segmentation()
1290 if (dxva->segmentation.feature_mask[s] & (1 << SEG_AV1_LVL_ALT_LF_V)) in vdpu_av1d_set_segmentation()
1291 segval[s][SEG_AV1_LVL_ALT_LF_V] = in vdpu_av1d_set_segmentation()
1292 MPP_CLIP3(-63, 63, segdata[s][SEG_AV1_LVL_ALT_LF_V]); in vdpu_av1d_set_segmentation()
1324 regs->swreg20.sw_filt_level_delta3_seg0 = segval[0][SEG_AV1_LVL_ALT_LF_V]; in vdpu_av1d_set_segmentation()
1333 regs->swreg21.sw_filt_level_delta3_seg1 = segval[1][SEG_AV1_LVL_ALT_LF_V]; in vdpu_av1d_set_segmentation()
1342 regs->swreg22.sw_filt_level_delta3_seg2 = segval[2][SEG_AV1_LVL_ALT_LF_V]; in vdpu_av1d_set_segmentation()
1351 regs->swreg23.sw_filt_level_delta3_seg3 = segval[3][SEG_AV1_LVL_ALT_LF_V]; in vdpu_av1d_set_segmentation()
1360 regs->swreg24.sw_filt_level_delta3_seg4 = segval[4][SEG_AV1_LVL_ALT_LF_V]; in vdpu_av1d_set_segmentation()
1369 regs->swreg25.sw_filt_level_delta3_seg5 = segval[5][SEG_AV1_LVL_ALT_LF_V]; in vdpu_av1d_set_segmentation()
[all …]
/rockchip-linux_mpp/mpp/codec/dec/av1/
H A Dav1d_common.h226 SEG_AV1_LVL_ALT_LF_V, // Use alternate loop filter value on v plane enumerator