Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/dec/av1/
H A Dav1d_parser.h56 RK_U32 alt_frame_offset; member
H A Dav1d_parser2_syntax.c135 pp->frame_refs[i].alt_frame_offset = ref_i->alt_frame_offset ; in av1d_fill_picparams()
H A Dav1d_parser.c719 s->cur_frame.ref->alt_frame_offset = s->ref[alt_buf_idx].order_hint; in update_reference_list()
/rockchip-linux_mpp/mpp/common/
H A Dav1d_syntax.h217 UINT32 alt_frame_offset; member
/rockchip-linux_mpp/mpp/hal/vpu/av1d/
H A Dhal_av1d_vdpu.c706 dxva->frame_refs[idx].alt_frame_offset); \
883 RK_S32 alt_frame_offset = 0; in vdpu_av1d_set_reference_frames() local
896 alt_frame_offset = dxva->frame_refs[alt_buf_idx].order_hint; in vdpu_av1d_set_reference_frames()
905 alt_frame_offset, in vdpu_av1d_set_reference_frames()
910 dxva->frame_refs[lst_buf_idx].alt_frame_offset); in vdpu_av1d_set_reference_frames()
914 dxva->frame_refs[lst_buf_idx].alt_frame_offset; in vdpu_av1d_set_reference_frames()
966 if (GetRelativeDist(dxva, alt_frame_offset, cur_frame_offset) > 0 && in vdpu_av1d_set_reference_frames()
/rockchip-linux_mpp/mpp/hal/rkdec/av1d/
H A Dhal_av1d_vdpu383.c1734 mpp_put_bits(&bp, dxva->frame_refs[i].alt_frame_offset, 8); in prepare_uncompress_header()