Home
last modified time | relevance | path

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

/linux/drivers/media/platform/rockchip/rkvdec/
H A Drkvdec-vp9.c85 struct rkvdec_vp9_intra_only_frame_probs intra_only; member
199 rkprobs = &tbl->probs.intra_only; in init_intra_only_probs()
320 bool intra_only; in init_probs() local
328 intra_only = !!(dec_params->flags & in init_probs()
334 intra_only ? v4l2_vp9_kf_partition_probs : probs->partition, in init_probs()
345 if (intra_only) in init_probs()
487 bool intra_only; in config_registers() local
505 intra_only = !!(dec_params->flags & in config_registers()
535 if (intra_only) in config_registers()
539 if (!intra_only && in config_registers()
[all …]
/linux/drivers/media/platform/verisilicon/
H A Dhantro_g2_vp9_dec.c547 bool intra_only, bool resolution_change) in config_others() argument
551 hantro_reg_write(ctx->dev, &g2_idr_pic_e, intra_only); in config_others()
555 hantro_reg_write(ctx->dev, &vp9_mcomp_filt_type, intra_only ? in config_others()
751 bool intra_only, bool update_map) in config_seg_map() argument
757 if (intra_only || in config_seg_map()
815 bool intra_only, resolution_change; in config_registers() local
829 intra_only = !!(dec_params->flags & in config_registers()
833 if (!intra_only && in config_registers()
871 if (!intra_only) in config_registers()
880 config_others(ctx, dec_params, intra_only, resolution_change); in config_registers()
[all …]
/linux/drivers/staging/media/meson/vdec/
H A Dcodec_vp9.c354 u16 intra_only; /*1 bit*/ member
429 int intra_only; member
870 if (vp9->cur_frame->type == KEY_FRAME || vp9->cur_frame->intra_only) { in codec_vp9_set_mcrcc()
990 !vp9->prev_frame->intra_only && in codec_vp9_set_mpred_mv()
1220 new_frame->intra_only = param->p.intra_only; in codec_vp9_get_new_frame()
1264 int intra_only; in codec_vp9_process_frame() local
1276 param->p.show_frame, param->p.intra_only); in codec_vp9_process_frame()
1288 intra_only = param->p.show_frame ? 0 : param->p.intra_only; in codec_vp9_process_frame()
1291 if (param->p.frame_type != KEY_FRAME && !intra_only) { in codec_vp9_process_frame()
/linux/drivers/media/platform/mediatek/vcodec/decoder/vdec/
H A Dvdec_vp9_req_lat_if.c187 u8 intra_only; member
748 uh->intra_only = HDR_FLAG(INTRA_ONLY); in vdec_vp9_slice_setup_hdr()
799 int intra_only; in vdec_vp9_slice_setup_frame_ctx() local
803 intra_only = HDR_FLAG(INTRA_ONLY); in vdec_vp9_slice_setup_frame_ctx()
812 if (key_frame || intra_only || error_resilient_mode) { in vdec_vp9_slice_setup_frame_ctx()
1048 uh->intra_only || in vdec_vp9_slice_setup_seg_buffer()
1552 frame_is_intra = !vsi->frame.uh.frame_type || vsi->frame.uh.intra_only; in vdec_vp9_slice_update_prob()