FFmpeg
|
#include "jpegquanttables.h"
Go to the source code of this file.
Variables | |
const uint8_t | ff_mjpeg_std_luminance_quant_tbl [64] |
const uint8_t | ff_mjpeg_std_chrominance_quant_tbl [64] |
MJPEG quantization tables
Definition in file jpegquanttables.c.
const uint8_t ff_mjpeg_std_luminance_quant_tbl[64] |
Definition at line 35 of file jpegquanttables.c.
Referenced by compute_quant_matrix(), ff_mss34_gen_quant_mat(), and get_quant_quality().
const uint8_t ff_mjpeg_std_chrominance_quant_tbl[64] |
Definition at line 45 of file jpegquanttables.c.
Referenced by compute_quant_matrix(), ff_mss34_gen_quant_mat(), get_quant_quality(), and vp3_decode_init().