Searched refs:dec_params (Results 1 – 6 of 6) sorted by relevance
/linux/drivers/media/v4l2-core/ |
H A D | v4l2-vp9.c | 1225 const struct v4l2_ctrl_vp9_frame *dec_params) in update_coef_probs() argument 1359 const struct v4l2_ctrl_vp9_frame *dec_params) in update_mv_probs() argument 1402 if (dec_params->flags & V4L2_VP9_FRAME_FLAG_ALLOW_HIGH_PREC_MV) { in update_mv_probs() 1417 const struct v4l2_ctrl_vp9_frame *dec_params) in v4l2_vp9_fw_update_probs() argument 1422 update_coef_probs(probs, deltas, dec_params); in v4l2_vp9_fw_update_probs() 1426 if (dec_params->flags & V4L2_VP9_FRAME_FLAG_KEY_FRAME || in v4l2_vp9_fw_update_probs() 1427 dec_params->flags & V4L2_VP9_FRAME_FLAG_INTRA_ONLY) in v4l2_vp9_fw_update_probs() 1432 if (dec_params->interpolation_filter == V4L2_VP9_INTERP_FILTER_SWITCHABLE) in v4l2_vp9_fw_update_probs() 1437 update_frame_reference_mode_probs(dec_params->reference_mode, probs, deltas); in v4l2_vp9_fw_update_probs() 1443 update_mv_probs(probs, deltas, dec_params); in v4l2_vp9_fw_update_probs() [all …]
|
H A D | v4l2-h264.c | 32 const struct v4l2_ctrl_h264_decode_params *dec_params, in v4l2_h264_init_reflist_builder() argument 40 cur_frame_num = dec_params->frame_num; in v4l2_h264_init_reflist_builder() 43 if (!(dec_params->flags & V4L2_H264_DECODE_PARAM_FLAG_FIELD_PIC)) { in v4l2_h264_init_reflist_builder() 44 b->cur_pic_order_count = min(dec_params->bottom_field_order_cnt, in v4l2_h264_init_reflist_builder() 45 dec_params->top_field_order_cnt); in v4l2_h264_init_reflist_builder() 47 } else if (dec_params->flags & V4L2_H264_DECODE_PARAM_FLAG_BOTTOM_FIELD) { in v4l2_h264_init_reflist_builder() 48 b->cur_pic_order_count = dec_params->bottom_field_order_cnt; in v4l2_h264_init_reflist_builder() 51 b->cur_pic_order_count = dec_params->top_field_order_cnt; in v4l2_h264_init_reflist_builder()
|
/linux/drivers/media/platform/mediatek/vcodec/decoder/vdec/ |
H A D | vdec_h264_req_if.c | 98 const struct v4l2_ctrl_h264_decode_params *dec_params; in get_vdec_decode_parameters() local 111 dec_params = in get_vdec_decode_parameters() 113 if (IS_ERR(dec_params)) in get_vdec_decode_parameters() 114 return PTR_ERR(dec_params); in get_vdec_decode_parameters() 129 mtk_vdec_h264_update_dpb(dec_params, inst->dpb); in get_vdec_decode_parameters() 135 dec_params, inst->dpb); in get_vdec_decode_parameters() 140 v4l2_h264_init_reflist_builder(&reflist_builder, dec_params, sps, in get_vdec_decode_parameters() 333 const struct v4l2_ctrl_h264_decode_params *dec_params = in vdec_h264_slice_decode() local 381 data[1] = (dec_params->nal_ref_idc << 5) | in vdec_h264_slice_decode() 382 ((dec_params->flags & V4L2_H264_DECODE_PARAM_FLAG_IDR_PIC) in vdec_h264_slice_decode()
|
/linux/include/media/ |
H A D | v4l2-vp9.h | 165 const struct v4l2_ctrl_vp9_frame *dec_params); 178 u8 v4l2_vp9_reset_frame_ctx(const struct v4l2_ctrl_vp9_frame *dec_params,
|
H A D | v4l2-h264.h | 50 const struct v4l2_ctrl_h264_decode_params *dec_params,
|
/linux/drivers/media/platform/verisilicon/ |
H A D | hantro_drv.c | 275 const struct v4l2_ctrl_vp9_frame *dec_params = ctrl->p_new.p_vp9_frame; in hantro_try_ctrl() local 278 if (dec_params->profile != 0) in hantro_try_ctrl()
|