Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dmpegpicture.c38 pic->alloc_mb_height = 0; in free_picture_tables()
243 pic->alloc_mb_height = mb_height; in alloc_picture_tables()
263 || pic->alloc_mb_height != mb_height) in ff_alloc_picture()
371 dst->alloc_mb_height = src->alloc_mb_height; in ff_update_picture_tables()
H A Dmpegpicture.h72 int alloc_mb_height; ///< mb_height used to allocate tables member
H A Dmpegvideo_dec.c517 unsigned int nb_mb = p->alloc_mb_height * p->alloc_mb_width; in ff_mpv_export_qp_table()
526 for (unsigned y = 0; y < p->alloc_mb_height; y++) in ff_mpv_export_qp_table()

Completed in 3 milliseconds