Searched refs:qscale_table_buf (Results 1 – 5 of 5) sorted by relevance
44 av_buffer_unref(&pic->qscale_table_buf); in free_picture_tables()67 MAKE_WRITABLE(qscale_table_buf); in make_tables_writable()215 pic->qscale_table_buf = av_buffer_allocz(big_mb_num + mb_stride); in alloc_picture_tables()218 if (!pic->mbskip_table_buf || !pic->qscale_table_buf || !pic->mb_type_buf) in alloc_picture_tables()261 if (pic->qscale_table_buf) in ff_alloc_picture()280 if (!pic->qscale_table_buf) in ff_alloc_picture()295 pic->qscale_table = pic->qscale_table_buf->data + 2 * mb_stride + 1; in ff_alloc_picture()347 ret |= av_buffer_replace(&dst->qscale_table_buf, src->qscale_table_buf); in ff_update_picture_tables()
48 av_buffer_unref(&pic->qscale_table_buf); in ff_h264_unref_picture()111 dst->qscale_table_buf = av_buffer_ref(src->qscale_table_buf); in ff_h264_ref_picture()114 if (!dst->qscale_table_buf || !dst->mb_type_buf || !dst->pps_buf) { in ff_h264_ref_picture()169 ret = av_buffer_replace(&dst->qscale_table_buf, src->qscale_table_buf); in ff_h264_replace_picture()
50 AVBufferRef *qscale_table_buf; member
113 AVBufferRef *qscale_table_buf; member
240 pic->qscale_table_buf = av_buffer_pool_get(h->qscale_table_pool); in alloc_picture()242 if (!pic->qscale_table_buf || !pic->mb_type_buf) in alloc_picture()246 pic->qscale_table = pic->qscale_table_buf->data + 2 * h->mb_stride + 1; in alloc_picture()