Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/dec/av1/
H A Dav1d_cbs.c1171 if (current->primary_ref_frame == AV1_PRIMARY_REF_NONE) { in mpp_av1_segmentation_params()
1188 if (current->primary_ref_frame == AV1_PRIMARY_REF_NONE) { in mpp_av1_segmentation_params()
1193 … ctx->ref_s[current->ref_frame_idx[current->primary_ref_frame]].feature_enabled[i]; in mpp_av1_segmentation_params()
1195 ctx->ref_s[current->ref_frame_idx[current->primary_ref_frame]].feature_value[i]; in mpp_av1_segmentation_params()
1333 if (current->primary_ref_frame == AV1_PRIMARY_REF_NONE) { in mpp_av1_loop_filter_params()
1338 … ctx->ref_s[current->ref_frame_idx[current->primary_ref_frame]].loop_filter_ref_deltas; in mpp_av1_loop_filter_params()
1340 … ctx->ref_s[current->ref_frame_idx[current->primary_ref_frame]].loop_filter_mode_deltas; in mpp_av1_loop_filter_params()
1915 infer(primary_ref_frame, AV1_PRIMARY_REF_NONE); in mpp_av1_uncompressed_header()
1917 fb(3, primary_ref_frame); in mpp_av1_uncompressed_header()
2048 …if (current->error_resilient_mode || frame_is_intra || current->primary_ref_frame == AV1_PRIMARY_R… in mpp_av1_uncompressed_header()
[all …]
H A Dav1d_parser2_syntax.c99 pp->primary_ref_frame = frame_header->primary_ref_frame; in av1d_fill_picparams()
H A Dav1d_cbs.h180 RK_U8 primary_ref_frame; member
H A Dav1d_parser.c179 primary_frame = s->raw_frame_header->primary_ref_frame; in read_global_param()
188 if (s->raw_frame_header->primary_ref_frame == AV1_PRIMARY_REF_NONE) in read_global_param()
/rockchip-linux_mpp/mpp/common/
H A Dav1d_syntax.h111 UCHAR primary_ref_frame; member
/rockchip-linux_mpp/mpp/hal/rkdec/av1d/
H A Dhal_av1d_vdpu383.c1550 RK_U32 use_prev_segmentation_ids = dxva->segmentation.enabled && dxva->primary_ref_frame && in prepare_uncompress_header()
2098 dxva->primary_ref_frame == 7) { /* AV1_PRIMARY_REF_NONE */ in vdpu383_av1d_set_cdf()
2111 mapped_idx = dxva->ref_frame_idx[dxva->primary_ref_frame]; in vdpu383_av1d_set_cdf()
/rockchip-linux_mpp/mpp/hal/vpu/av1d/
H A Dhal_av1d_vdpu.c1044 dxva->primary_ref_frame < ALLOWED_REFS_PER_FRAME_EX) { in vdpu_av1d_set_reference_frames()
1046 RK_S32 prim_buf_idx = dxva->frame_refs[dxva->primary_ref_frame].Index; in vdpu_av1d_set_reference_frames()
1062 if (dxva->primary_ref_frame < ALLOWED_REFS_PER_FRAME_EX) { in vdpu_av1d_set_reference_frames()
1063 RK_S32 prim_buf_idx = dxva->primary_ref_frame; in vdpu_av1d_set_reference_frames()