Searched refs:big_mb_num (Results 1 – 4 of 4) sorted by relevance
183 const int big_mb_num = h->mb_stride * (h->mb_height + 1); in ff_h264_alloc_tables() local185 const int st_size = big_mb_num + h->mb_stride; in ff_h264_alloc_tables()189 !FF_ALLOCZ_TYPED_ARRAY(h->non_zero_count, big_mb_num) || in ff_h264_alloc_tables()191 !FF_ALLOCZ_TYPED_ARRAY(h->cbp_table, big_mb_num) || in ff_h264_alloc_tables()192 !FF_ALLOCZ_TYPED_ARRAY(h->chroma_pred_mode_table, big_mb_num) || in ff_h264_alloc_tables()195 !FF_ALLOCZ_TYPED_ARRAY(h->direct_table, big_mb_num * 4) || in ff_h264_alloc_tables()196 !FF_ALLOCZ_TYPED_ARRAY(h->list_counts, big_mb_num) || in ff_h264_alloc_tables()197 !FF_ALLOCZ_TYPED_ARRAY(h->mb2b_xy, big_mb_num) || in ff_h264_alloc_tables()198 !FF_ALLOCZ_TYPED_ARRAY(h->mb2br_xy, big_mb_num)) in ff_h264_alloc_tables()
187 const int big_mb_num = mb_stride * (mb_height + 1) + 1; in alloc_picture_tables() local194 pic->qscale_table_buf = av_buffer_allocz(big_mb_num + mb_stride); in alloc_picture_tables()195 pic->mb_type_buf = av_buffer_allocz((big_mb_num + mb_stride) * in alloc_picture_tables()
1338 const int big_mb_num = s->mb_stride * (s->mb_height + 1) + 1; in get_buffer() local1346 pic->mb_type_buf = av_calloc(big_mb_num + s->mb_stride, sizeof(uint32_t)); in get_buffer()
162 const int big_mb_num = h->mb_stride * (h->mb_height + 1) + 1; in init_table_pools() local167 h->qscale_table_pool = av_buffer_pool_init(big_mb_num + h->mb_stride, in init_table_pools()169 h->mb_type_pool = av_buffer_pool_init((big_mb_num + h->mb_stride) * in init_table_pools()