Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dmpegpicture.c43 av_buffer_unref(&pic->mbskip_table_buf); in free_picture_tables()
66 MAKE_WRITABLE(mbskip_table_buf); in make_tables_writable()
214 pic->mbskip_table_buf = av_buffer_allocz(mb_array_size + 2); in alloc_picture_tables()
218 if (!pic->mbskip_table_buf || !pic->qscale_table_buf || !pic->mb_type_buf) in alloc_picture_tables()
294 pic->mbskip_table = pic->mbskip_table_buf->data; in ff_alloc_picture()
346 ret |= av_buffer_replace(&dst->mbskip_table_buf, src->mbskip_table_buf); in ff_update_picture_tables()
H A Dmpegpicture.h59 AVBufferRef *mbskip_table_buf; member

Completed in 2 milliseconds