Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/dec/h264/
H A Dh264d_init.c1091 H264_FrameStore_t **fs_listlt = 0; in init_lists_p_slice_mvc() local
1127 fs_listlt = mpp_calloc(H264_FrameStore_t*, p_Dpb->size); in init_lists_p_slice_mvc()
1128 MEM_CHECK(ret, fs_list0 && fs_listlt); in init_lists_p_slice_mvc()
1139 fs_listlt[listltidx++] = p_Dpb->fs_ltref[i]; in init_lists_p_slice_mvc()
1141 … qsort((void *)fs_listlt, listltidx, sizeof(H264_FrameStore_t*), compare_fs_by_lt_pic_idx_asc); in init_lists_p_slice_mvc()
1142 …gen_pic_list_from_frame_list(currSlice->structure, fs_listlt, listltidx, currSlice->listP[0], &cur… in init_lists_p_slice_mvc()
1144 MPP_FREE(fs_listlt); in init_lists_p_slice_mvc()
1179 MPP_FREE(fs_listlt); in init_lists_p_slice_mvc()
1194 H264_FrameStore_t **fs_listlt = NULL; in init_lists_b_slice_mvc() local
1254 fs_listlt = mpp_calloc(H264_FrameStore_t*, p_Dpb->size); in init_lists_b_slice_mvc()
[all …]