Home
last modified time | relevance | path

Searched refs:qscale_table_buf (Results 1 – 5 of 5) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dmpegpicture.c47 MAKE_WRITABLE(qscale_table_buf); in make_tables_writable()
194 pic->qscale_table_buf = av_buffer_allocz(big_mb_num + mb_stride); in alloc_picture_tables()
197 if (!pic->mbskip_table_buf || !pic->qscale_table_buf || !pic->mb_type_buf) in alloc_picture_tables()
240 if (pic->qscale_table_buf) in ff_alloc_picture()
259 if (!pic->qscale_table_buf) in ff_alloc_picture()
274 pic->qscale_table = pic->qscale_table_buf->data + 2 * mb_stride + 1; in ff_alloc_picture()
325 ret |= av_buffer_replace(&dst->qscale_table_buf, src->qscale_table_buf); in ff_update_picture_tables()
465 av_buffer_unref(&pic->qscale_table_buf); in ff_free_picture_tables()
Dh264_picture.c55 av_buffer_unref(&pic->qscale_table_buf); in ff_h264_unref_picture()
79 dst->qscale_table_buf = av_buffer_ref(src->qscale_table_buf); in ff_h264_ref_picture()
82 if (!dst->qscale_table_buf || !dst->mb_type_buf || !dst->pps_buf) { in ff_h264_ref_picture()
Dmpegpicture.h49 AVBufferRef *qscale_table_buf; member
Dh264dec.h133 AVBufferRef *qscale_table_buf; member
Dh264_slice.c228 pic->qscale_table_buf = av_buffer_pool_get(h->qscale_table_pool); in alloc_picture()
230 if (!pic->qscale_table_buf || !pic->mb_type_buf) in alloc_picture()
234 pic->qscale_table = pic->qscale_table_buf->data + 2 * h->mb_stride + 1; in alloc_picture()