Home
last modified time | relevance | path

Searched refs:LAST_FRAME (Results 1 – 3 of 3) sorted by relevance

/rockchip-linux_mpp/mpp/hal/vpu/av1d/
H A Dhal_av1d_vdpu.c811 for (i = LAST_FRAME; i < max_ref_frames; i++) { in vdpu_av1d_set_reference_frames()
875 RK_S32 gld_buf_idx = GOLDEN_FRAME_EX - LAST_FRAME; in vdpu_av1d_set_reference_frames()
876 RK_S32 alt_buf_idx = ALTREF_FRAME_EX - LAST_FRAME; in vdpu_av1d_set_reference_frames()
877 RK_S32 lst_buf_idx = LAST_FRAME - LAST_FRAME; in vdpu_av1d_set_reference_frames()
878 RK_S32 bwd_buf_idx = BWDREF_FRAME_EX - LAST_FRAME; in vdpu_av1d_set_reference_frames()
879 RK_S32 alt2_buf_idx = ALTREF2_FRAME_EX - LAST_FRAME; in vdpu_av1d_set_reference_frames()
880 RK_S32 lst2_buf_idx = LAST2_FRAME_EX - LAST_FRAME; in vdpu_av1d_set_reference_frames()
928 mf_types[ref_ind] = LAST_FRAME; in vdpu_av1d_set_reference_frames()
1022 cur_offset[mf_types[0] - LAST_FRAME] <= MAX_FRAME_DISTANCE && in vdpu_av1d_set_reference_frames()
1023 cur_offset[mf_types[0] - LAST_FRAME] >= -MAX_FRAME_DISTANCE) { in vdpu_av1d_set_reference_frames()
[all …]
/rockchip-linux_mpp/mpp/hal/common/av1/
H A Dhal_av1d_common.h143 LAST_FRAME = 1, enumerator
/rockchip-linux_mpp/mpp/codec/dec/av1/
H A Dav1d_common.h241 LAST_FRAME = 1, enumerator