Searched refs:list_idx (Results 1 – 2 of 2) sorted by relevance
231 RK_U8 list_idx; in hal_h265d_slice_rpl() local260 for (list_idx = 0; list_idx < nb_list; list_idx++) { in hal_h265d_slice_rpl()262 RefPicList_t *rpl = &ref->refPicList[list_idx]; in hal_h265d_slice_rpl()269 cand_lists[0] = list_idx ? ST_CURR_AFT : ST_CURR_BEF; in hal_h265d_slice_rpl()270 cand_lists[1] = list_idx ? ST_CURR_BEF : ST_CURR_AFT; in hal_h265d_slice_rpl()273 while ((RK_U32)rpl_tmp.nb_refs < sh->nb_refs[list_idx]) { in hal_h265d_slice_rpl()295 if (sh->rpl_modification_flag[list_idx]) { in hal_h265d_slice_rpl()296 for (i = 0; i < sh->nb_refs[list_idx]; i++) { in hal_h265d_slice_rpl()297 int idx = sh->list_entry_lx[list_idx][i]; in hal_h265d_slice_rpl()303 rpl->nb_refs = MPP_MIN((RK_U32)rpl->nb_refs, sh->nb_refs[list_idx]); in hal_h265d_slice_rpl()
880 … RK_S32 list_idx, H264_StorePic_t **list, RK_U8 *list_size, RK_U32 long_term) in gen_pic_list_from_frame_list() argument888 while ((top_idx < list_idx) || (bot_idx < list_idx)) { in gen_pic_list_from_frame_list()889 for (; top_idx < list_idx; top_idx++) { in gen_pic_list_from_frame_list()900 for (; bot_idx < list_idx; bot_idx++) { in gen_pic_list_from_frame_list()914 while ((top_idx < list_idx) || (bot_idx < list_idx)) { in gen_pic_list_from_frame_list()915 for (; bot_idx < list_idx; bot_idx++) { in gen_pic_list_from_frame_list()926 for (; top_idx < list_idx; top_idx++) { in gen_pic_list_from_frame_list()953 … RK_S32 currPicStructure, RK_S32 list_idx, H264_FrameStore_t **list, in append_interview_list() argument968 …num_ref_views = list_idx ? p_Vid->active_subsps->num_anchor_refs_l1[iVOIdx] : p_Vid->active_subsps… in append_interview_list()969 …ref_view_id = list_idx ? p_Vid->active_subsps->anchor_ref_l1[iVOIdx] : p_Vid->active_subsps->ancho… in append_interview_list()[all …]