Lines Matching refs:LAST_FRAME

811     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()
1029 cur_offset[mf_types[1] - LAST_FRAME] <= MAX_FRAME_DISTANCE && in vdpu_av1d_set_reference_frames()
1030 cur_offset[mf_types[1] - LAST_FRAME] >= -MAX_FRAME_DISTANCE) { in vdpu_av1d_set_reference_frames()
1036 cur_offset[mf_types[2] - LAST_FRAME] <= MAX_FRAME_DISTANCE && in vdpu_av1d_set_reference_frames()
1037 cur_offset[mf_types[2] - LAST_FRAME] >= -MAX_FRAME_DISTANCE) { in vdpu_av1d_set_reference_frames()
1090 regs->swreg9.sw_mf1_type = mf_types[0] - LAST_FRAME; in vdpu_av1d_set_reference_frames()
1091 regs->swreg9.sw_mf2_type = mf_types[1] - LAST_FRAME; in vdpu_av1d_set_reference_frames()
1092 regs->swreg9.sw_mf3_type = mf_types[2] - LAST_FRAME; in vdpu_av1d_set_reference_frames()