Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dmpegpicture.c42 av_buffer_unref(&pic->mb_mean_buf); in free_picture_tables()
65 MAKE_WRITABLE(mb_mean_buf); in make_tables_writable()
224 pic->mb_mean_buf = av_buffer_allocz(mb_array_size); in alloc_picture_tables()
225 if (!pic->mb_var_buf || !pic->mc_mb_var_buf || !pic->mb_mean_buf) in alloc_picture_tables()
291 pic->mb_mean = pic->mb_mean_buf->data; in ff_alloc_picture()
345 ret |= av_buffer_replace(&dst->mb_mean_buf, src->mb_mean_buf); in ff_update_picture_tables()
H A Dmpegpicture.h75 AVBufferRef *mb_mean_buf; member

Completed in 2 milliseconds