Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/dec/h264/
H A Dh264d_init.c1190 RK_S32 list0idx_1 = 0; in init_lists_b_slice_mvc() local
1218 list0idx_1 = list0idx; in init_lists_b_slice_mvc()
1228 …qsort((void *)&currSlice->listB[0][list0idx_1], list0idx - list0idx_1, sizeof(H264_StorePic_t*), c… in init_lists_b_slice_mvc()
1230 for (j = 0; j < list0idx_1; j++) { in init_lists_b_slice_mvc()
1231 currSlice->listB[1][list0idx - list0idx_1 + j] = currSlice->listB[0][j]; in init_lists_b_slice_mvc()
1233 for (j = list0idx_1; j < list0idx; j++) { in init_lists_b_slice_mvc()
1234 currSlice->listB[1][j - list0idx_1] = currSlice->listB[0][j]; in init_lists_b_slice_mvc()
1266 list0idx_1 = list0idx; in init_lists_b_slice_mvc()
1274 …qsort((void *)&fs_list0[list0idx_1], list0idx - list0idx_1, sizeof(H264_FrameStore_t*), compare_fs… in init_lists_b_slice_mvc()
1276 for (j = 0; j < list0idx_1; j++) { in init_lists_b_slice_mvc()
[all …]