Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/dec/h264/
H A Dh264d_init.c1088 RK_S32 list0idx = 0; in init_lists_p_slice_mvc() local
1107 currSlice->listP[0][list0idx++] = p_Dpb->fs_ref[i]->frame; in init_lists_p_slice_mvc()
1112 …qsort((void *)currSlice->listP[0], list0idx, sizeof(H264_StorePic_t*), compare_pic_by_pic_num_desc… in init_lists_p_slice_mvc()
1113 currSlice->listXsizeP[0] = (RK_U8)list0idx; in init_lists_p_slice_mvc()
1118 currSlice->listP[0][list0idx++] = p_Dpb->fs_ltref[i]->frame; in init_lists_p_slice_mvc()
1123list0idx - currSlice->listXsizeP[0], sizeof(H264_StorePic_t*), compare_pic_by_lt_pic_num_asc); in init_lists_p_slice_mvc()
1124 currSlice->listXsizeP[0] = (RK_U8)list0idx; in init_lists_p_slice_mvc()
1131 fs_list0[list0idx++] = p_Dpb->fs_ref[i]; in init_lists_p_slice_mvc()
1134 qsort((void *)fs_list0, list0idx, sizeof(H264_FrameStore_t*), compare_fs_by_frame_num_desc); in init_lists_p_slice_mvc()
1136 …gen_pic_list_from_frame_list(currSlice->structure, fs_list0, list0idx, currSlice->listP[0], &currS… in init_lists_p_slice_mvc()
[all …]