Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dmpegpicture.c37 pic->alloc_mb_width = in free_picture_tables()
242 pic->alloc_mb_width = mb_width; in alloc_picture_tables()
262 if ( pic->alloc_mb_width != mb_width in ff_alloc_picture()
370 dst->alloc_mb_width = src->alloc_mb_width; in ff_update_picture_tables()
Dmpegpicture.h71 int alloc_mb_width; ///< mb_width used to allocate tables member
Dmpegvideo_dec.c517 unsigned int nb_mb = p->alloc_mb_height * p->alloc_mb_width; in ff_mpv_export_qp_table()
527 for (unsigned x = 0; x < p->alloc_mb_width; x++) { in ff_mpv_export_qp_table()
528 const unsigned int block_idx = y * p->alloc_mb_width + x; in ff_mpv_export_qp_table()