Home
last modified time | relevance | path

Searched refs:row_mb_num (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dh264dec.c183 const int row_mb_num = 2*h->mb_stride*FFMAX(h->nb_slice_ctx, 1); in ff_h264_alloc_tables() local
187 if (!FF_ALLOCZ_TYPED_ARRAY(h->intra4x4_pred_mode, row_mb_num * 8) || in ff_h264_alloc_tables()
192 !FF_ALLOCZ_TYPED_ARRAY(h->mvd_table[0], row_mb_num * 8) || in ff_h264_alloc_tables()
193 !FF_ALLOCZ_TYPED_ARRAY(h->mvd_table[1], row_mb_num * 8) || in ff_h264_alloc_tables()

Completed in 3 milliseconds