Searched refs:alloc_mb_width (Results 1 – 3 of 3) sorted by relevance
221 pic->alloc_mb_width = mb_width; in alloc_picture_tables()241 if ( pic->alloc_mb_width != mb_width in ff_alloc_picture()348 dst->alloc_mb_width = src->alloc_mb_width; in ff_update_picture_tables()458 pic->alloc_mb_width = in ff_free_picture_tables()
70 int alloc_mb_width; ///< mb_width used to allocate tables member
1424 unsigned int nb_mb = p->alloc_mb_height * p->alloc_mb_width; in ff_mpv_export_qp_table()1435 for (x = 0; x < p->alloc_mb_width; x++) { in ff_mpv_export_qp_table()1436 const unsigned int block_idx = y * p->alloc_mb_width + x; in ff_mpv_export_qp_table()