Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/hal/vpu/av1d/
H A Dhal_av1d_vdpu.c1231 RK_U32 segval[MAX_MB_SEGMENTS][SEG_AV1_LVL_MAX]; in vdpu_av1d_set_segmentation() local
1258 segval[s][SEG_AV1_LVL_ALT_Q] = 0; in vdpu_av1d_set_segmentation()
1259 segval[s][SEG_AV1_LVL_ALT_LF_Y_V] = 0; in vdpu_av1d_set_segmentation()
1260 segval[s][SEG_AV1_LVL_ALT_LF_Y_H] = 0; in vdpu_av1d_set_segmentation()
1261 segval[s][SEG_AV1_LVL_ALT_LF_U] = 0; in vdpu_av1d_set_segmentation()
1262 segval[s][SEG_AV1_LVL_ALT_LF_V] = 0; in vdpu_av1d_set_segmentation()
1263 segval[s][SEG_AV1_LVL_REF_FRAME] = 0; /* segment ref_frame disabled */ in vdpu_av1d_set_segmentation()
1264 segval[s][SEG_AV1_LVL_SKIP] = 0; /* segment skip disabled */ in vdpu_av1d_set_segmentation()
1265 segval[s][SEG_AV1_LVL_GLOBALMV] = 0; /* global motion */ in vdpu_av1d_set_segmentation()
1273 segval[s][SEG_AV1_LVL_ALT_Q] = in vdpu_av1d_set_segmentation()
[all …]