Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/dec/h264/
H A Dh264d_init.c1090 H264_FrameStore_t **fs_list0 = 0; in init_lists_p_slice_mvc() local
1126 fs_list0 = 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()
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()
1143 MPP_FREE(fs_list0); in init_lists_p_slice_mvc()
1178 MPP_FREE(fs_list0); in init_lists_p_slice_mvc()
1192 H264_FrameStore_t **fs_list0 = NULL; in init_lists_b_slice_mvc() local
1252 fs_list0 = mpp_calloc(H264_FrameStore_t*, p_Dpb->size); in init_lists_b_slice_mvc()
[all …]