Home
last modified time | relevance | path

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

/external/v4l2_codec2/vda/
Dv4l2_slice_video_decode_accelerator.cc2610 const Vp9SegmentationParams& vp9_segm_params, in FillV4L2VP9SegmentationParams() argument
2613 v4l2_segm_params->flags |= ((vp9_segm_params.cond) ? (flag) : 0) in FillV4L2VP9SegmentationParams()
2624 vp9_segm_params.tree_probs); in FillV4L2VP9SegmentationParams()
2626 vp9_segm_params.pred_probs); in FillV4L2VP9SegmentationParams()
2628 vp9_segm_params.feature_data); in FillV4L2VP9SegmentationParams()
2631 arraysize(vp9_segm_params.feature_enabled) && in FillV4L2VP9SegmentationParams()
2633 arraysize(vp9_segm_params.feature_enabled[0]), in FillV4L2VP9SegmentationParams()
2639 vp9_segm_params.feature_enabled[i][j]; in FillV4L2VP9SegmentationParams()