Searched refs:MAX_LIST_SIZE (Results 1 – 4 of 4) sorted by relevance
112 … p_Cur->listP[i] = mpp_malloc_size(H264_StorePic_t*, MAX_LIST_SIZE * sizeof(H264_StorePic_t*)); in init_cur_ctx()113 … p_Cur->listB[i] = mpp_malloc_size(H264_StorePic_t*, MAX_LIST_SIZE * sizeof(H264_StorePic_t*)); in init_cur_ctx()
1153 for (i = currSlice->listXsizeP[0]; i < (MAX_LIST_SIZE); i++) { in init_lists_p_slice_mvc()1156 for (i = currSlice->listXsizeP[1]; i < (MAX_LIST_SIZE); i++) { in init_lists_p_slice_mvc()1334 for (i = currSlice->listXsizeB[0]; i < (MAX_LIST_SIZE); i++) { in init_lists_b_slice_mvc()1337 for (i = currSlice->listXsizeB[1]; i < (MAX_LIST_SIZE); i++) { in init_lists_b_slice_mvc()
127 #define MAX_LIST_SIZE 33 //!< for init list reorder macro
93 for (j = 0; j < MAX_LIST_SIZE; j++) { in reset_slice()