Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/codec/dec/h264/
H A Dh264d_init.c1073 RK_S32 list0idx = 0; in init_lists_p_slice_mvc() local
1092 currSlice->listP[0][list0idx++] = p_Dpb->fs_ref[i]->frame; in init_lists_p_slice_mvc()
1097 …qsort((void *)currSlice->listP[0], list0idx, sizeof(H264_StorePic_t*), compare_pic_by_pic_num_desc… in init_lists_p_slice_mvc()
1098 currSlice->listXsizeP[0] = (RK_U8)list0idx; in init_lists_p_slice_mvc()
1103 currSlice->listP[0][list0idx++] = p_Dpb->fs_ltref[i]->frame; in init_lists_p_slice_mvc()
1108list0idx - currSlice->listXsizeP[0], sizeof(H264_StorePic_t*), compare_pic_by_lt_pic_num_asc); in init_lists_p_slice_mvc()
1109 currSlice->listXsizeP[0] = (RK_U8)list0idx; in init_lists_p_slice_mvc()
1116 fs_list0[list0idx++] = p_Dpb->fs_ref[i]; in init_lists_p_slice_mvc()
1119 qsort((void *)fs_list0, list0idx, sizeof(H264_FrameStore_t*), compare_fs_by_frame_num_desc); in init_lists_p_slice_mvc()
1121 …gen_pic_list_from_frame_list(currSlice->structure, fs_list0, list0idx, currSlice->listP[0], &currS… in init_lists_p_slice_mvc()
[all …]