Searched refs:intra_only (Results 1 – 4 of 4) sorted by relevance
/linux-5.19.10/drivers/staging/media/rkvdec/ |
D | rkvdec-vp9.c | 85 struct rkvdec_vp9_intra_only_frame_probs intra_only; member 196 rkprobs = &tbl->probs.intra_only; in init_intra_only_probs() 318 bool intra_only; in init_probs() local 326 intra_only = !!(dec_params->flags & in init_probs() 332 intra_only ? v4l2_vp9_kf_partition_probs : probs->partition, in init_probs() 343 if (intra_only) in init_probs() 527 bool intra_only; in config_registers() local 545 intra_only = !!(dec_params->flags & in config_registers() 579 if (intra_only) in config_registers() 583 if (!intra_only && in config_registers() [all …]
|
/linux-5.19.10/drivers/staging/media/hantro/ |
D | hantro_g2_vp9_dec.c | 571 bool intra_only, bool resolution_change) in config_others() argument 575 hantro_reg_write(ctx->dev, &g2_idr_pic_e, intra_only); in config_others() 579 hantro_reg_write(ctx->dev, &vp9_mcomp_filt_type, intra_only ? in config_others() 775 bool intra_only, bool update_map) in config_seg_map() argument 781 if (intra_only || in config_seg_map() 839 bool intra_only, resolution_change; in config_registers() local 853 intra_only = !!(dec_params->flags & in config_registers() 857 if (!intra_only && in config_registers() 895 if (!intra_only) in config_registers() 904 config_others(ctx, dec_params, intra_only, resolution_change); in config_registers() [all …]
|
/linux-5.19.10/drivers/staging/media/meson/vdec/ |
D | codec_vp9.c | 354 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-5.19.10/drivers/media/platform/mediatek/vcodec/vdec/ |
D | vdec_vp9_req_lat_if.c | 189 u8 intra_only; member 729 uh->intra_only = HDR_FLAG(INTRA_ONLY); in vdec_vp9_slice_setup_hdr() 780 int intra_only; in vdec_vp9_slice_setup_frame_ctx() local 784 intra_only = HDR_FLAG(INTRA_ONLY); in vdec_vp9_slice_setup_frame_ctx() 793 if (key_frame || intra_only || error_resilient_mode) { in vdec_vp9_slice_setup_frame_ctx() 1029 uh->intra_only || in vdec_vp9_slice_setup_seg_buffer() 1534 frame_is_intra = !vsi->frame.uh.frame_type || vsi->frame.uh.intra_only; in vdec_vp9_slice_update_prob()
|