FFmpeg
|
Go to the source code of this file.
Functions | |
int | ff_qp_table_extract (AVFrame *frame, int8_t **table, int *table_w, int *table_h, int *qscale_type) |
Extract a libpostproc-compatible QP table - an 8-bit QP value per 16x16 macroblock, stored in raster order - from AVVideoEncParams side data. More... | |
int ff_qp_table_extract | ( | AVFrame * | frame, |
int8_t ** | table, | ||
int * | table_w, | ||
int * | table_h, | ||
int * | qscale_type | ||
) |
Extract a libpostproc-compatible QP table - an 8-bit QP value per 16x16 macroblock, stored in raster order - from AVVideoEncParams side data.
Definition at line 30 of file qp_table.c.
Referenced by filter_frame(), and pp_filter_frame().