Searched refs:MAX_LIST_SIZE (Results 1 – 4 of 4) sorted by relevance
122 … p_Cur->listP[i] = mpp_malloc_size(H264_StorePic_t*, MAX_LIST_SIZE * sizeof(H264_StorePic_t*)); in init_cur_ctx()123 … p_Cur->listB[i] = mpp_malloc_size(H264_StorePic_t*, MAX_LIST_SIZE * sizeof(H264_StorePic_t*)); in init_cur_ctx()
1168 for (i = currSlice->listXsizeP[0]; i < (MAX_LIST_SIZE); i++) { in init_lists_p_slice_mvc()1171 for (i = currSlice->listXsizeP[1]; i < (MAX_LIST_SIZE); i++) { in init_lists_p_slice_mvc()1349 for (i = currSlice->listXsizeB[0]; i < (MAX_LIST_SIZE); i++) { in init_lists_b_slice_mvc()1352 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
94 for (j = 0; j < MAX_LIST_SIZE; j++) { in reset_slice()