Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dmpegpicture.c222 pic->alloc_mb_height = mb_height; in alloc_picture_tables()
242 || pic->alloc_mb_height != mb_height) in ff_alloc_picture()
349 dst->alloc_mb_height = src->alloc_mb_height; in ff_update_picture_tables()
459 pic->alloc_mb_height = 0; in ff_free_picture_tables()
Dmpegpicture.h71 int alloc_mb_height; ///< mb_height used to allocate tables member
Dmpegvideo.c1424 unsigned int nb_mb = p->alloc_mb_height * p->alloc_mb_width; in ff_mpv_export_qp_table()
1434 for (y = 0; y < p->alloc_mb_height; y++) in ff_mpv_export_qp_table()