#include <rtjpeg.h>
Data Fields | |
int | w |
int | h |
DSPContext * | dsp |
uint8_t | scan [64] |
uint32_t | lquant [64] |
uint32_t | cquant [64] |
Definition at line 31 of file rtjpeg.h.
uint32_t RTJpegContext::cquant[64] |
Definition at line 36 of file rtjpeg.h.
Referenced by rtjpeg_decode_frame_yuv420(), and rtjpeg_decode_init().
Definition at line 33 of file rtjpeg.h.
Referenced by rtjpeg_decode_frame_yuv420(), and rtjpeg_decode_init().
int RTJpegContext::h |
Definition at line 32 of file rtjpeg.h.
Referenced by rtjpeg_decode_frame_yuv420(), and rtjpeg_decode_init().
uint32_t RTJpegContext::lquant[64] |
Definition at line 35 of file rtjpeg.h.
Referenced by rtjpeg_decode_frame_yuv420(), and rtjpeg_decode_init().
uint8_t RTJpegContext::scan[64] |
Definition at line 34 of file rtjpeg.h.
Referenced by rtjpeg_decode_frame_yuv420(), and rtjpeg_decode_init().
int RTJpegContext::w |
Definition at line 32 of file rtjpeg.h.
Referenced by rtjpeg_decode_frame_yuv420(), and rtjpeg_decode_init().