Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/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 …]
H A Dhal_av1d_common.h144 LAST_FRAME = 1, enumerator
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/av1/
H A Dav1d_common.h241 LAST_FRAME = 1, enumerator
/OK3568_Linux_fs/kernel/drivers/staging/media/meson/vdec/
H A Dcodec_vp9.c106 #define LAST_FRAME 1 macro
635 for (ref = LAST_FRAME; ref < MAX_REF_FRAMES; ++ref) { in vp9_loop_filter_frame_init()