Home
last modified time | relevance | path

Searched refs:mbskip_table_buf (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dmpegpicture.c46 MAKE_WRITABLE(mbskip_table_buf); in make_tables_writable()
193 pic->mbskip_table_buf = av_buffer_allocz(mb_array_size + 2); in alloc_picture_tables()
197 if (!pic->mbskip_table_buf || !pic->qscale_table_buf || !pic->mb_type_buf) in alloc_picture_tables()
273 pic->mbskip_table = pic->mbskip_table_buf->data; in ff_alloc_picture()
324 ret |= av_buffer_replace(&dst->mbskip_table_buf, src->mbskip_table_buf); in ff_update_picture_tables()
464 av_buffer_unref(&pic->mbskip_table_buf); in ff_free_picture_tables()
Dmpegpicture.h58 AVBufferRef *mbskip_table_buf; member