Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/media/platform/mediatek/vcodec/decoder/vdec/
Dvdec_av1_req_lat_if.c267 int feature_data[V4L2_AV1_MAX_SEGMENTS][V4L2_AV1_SEG_LVL_MAX];
268 u16 feature_enabled_mask[V4L2_AV1_MAX_SEGMENTS];
312 int qindex[V4L2_AV1_MAX_SEGMENTS];
492 u8 loss_less_array[V4L2_AV1_MAX_SEGMENTS];
1159 for (i = 0; i < V4L2_AV1_MAX_SEGMENTS; i++) { in vdec_av1_slice_setup_seg()
1361 for (i = 0; i < V4L2_AV1_MAX_SEGMENTS; i++) { in vdec_av1_slice_setup_uh()
/Linux-v6.6/include/uapi/linux/
Dv4l2-controls.h2848 #define V4L2_AV1_MAX_SEGMENTS 8 macro
3111 __u8 feature_enabled[V4L2_AV1_MAX_SEGMENTS];
3112 __s16 feature_data[V4L2_AV1_MAX_SEGMENTS][V4L2_AV1_SEG_LVL_MAX];
/Linux-v6.6/drivers/media/platform/verisilicon/
Drockchip_vpu981_hw_av1_dec.c797 u32 segval[V4L2_AV1_MAX_SEGMENTS][V4L2_AV1_SEG_LVL_MAX] = { 0 }; in rockchip_vpu981_av1_dec_set_segmentation()
837 for (s = 0; s < V4L2_AV1_MAX_SEGMENTS; s++) { in rockchip_vpu981_av1_dec_set_segmentation()
885 for (i = 0; i < V4L2_AV1_MAX_SEGMENTS; i++) { in rockchip_vpu981_av1_dec_set_segmentation()
1047 for (i = 0; i < V4L2_AV1_MAX_SEGMENTS; i++) { in rockchip_vpu981_av1_dec_is_lossless()
/Linux-v6.6/Documentation/userspace-api/media/v4l/
Dext-ctrls-codec-stateless.rst3438 - ``feature_enabled[V4L2_AV1_MAX_SEGMENTS]``
3442 - `feature_data[V4L2_AV1_MAX_SEGMENTS][V4L2_AV1_SEG_LVL_MAX]``