MythTV
master
|
#include <algorithm>
#include <array>
#include <cstdio>
#include <cstdlib>
#include <cstring>
#include <limits>
#include "RTjpegN.h"
#include <QtGlobal>
#include <QtEndian>
Go to the source code of this file.
Macros | |
#define | BETTERCOMPRESSION 1 |
Variables | |
static mmx_t | RTjpeg_ones |
static mmx_t | RTjpeg_half |
static mmx_t | RTjpeg_C4 |
static mmx_t | RTjpeg_C6 |
static mmx_t | RTjpeg_C2mC6 |
static mmx_t | RTjpeg_C2pC6 |
static mmx_t | RTjpeg_zero |
static const std::array< const uint8_t, 64 > | RTjpeg_ZZ |
static const std::array< const uint64_t, 64 > | RTjpeg_aan_tab |
static const std::array< const uint8_t, 64 > | RTjpeg_lum_quant_tbl |
static const std::array< const uint8_t, 64 > | RTjpeg_chrom_quant_tbl |
#define BETTERCOMPRESSION 1 |
Definition at line 47 of file RTjpegN.cpp.
|
static |
Definition at line 37 of file RTjpegN.cpp.
Referenced by RTjpeg::Quant(), and RTjpeg::RTjpeg().
|
static |
Definition at line 38 of file RTjpegN.cpp.
Referenced by RTjpeg::Quant(), and RTjpeg::RTjpeg().
|
static |
Definition at line 39 of file RTjpegN.cpp.
Referenced by RTjpeg::DctY(), and RTjpeg::RTjpeg().
|
static |
Definition at line 40 of file RTjpegN.cpp.
Referenced by RTjpeg::DctY(), and RTjpeg::RTjpeg().
|
static |
Definition at line 41 of file RTjpegN.cpp.
Referenced by RTjpeg::DctY(), and RTjpeg::RTjpeg().
|
static |
Definition at line 42 of file RTjpegN.cpp.
Referenced by RTjpeg::DctY(), and RTjpeg::RTjpeg().
|
static |
Definition at line 43 of file RTjpegN.cpp.
Referenced by RTjpeg::DctY(), and RTjpeg::RTjpeg().
|
static |
Definition at line 49 of file RTjpegN.cpp.
Referenced by RTjpeg::b2s(), RTjpeg::CalcTbls(), and RTjpeg::s2b().
|
static |
Definition at line 66 of file RTjpegN.cpp.
Referenced by RTjpeg::DctInit(), and RTjpeg::IdctInit().
|
static |
Definition at line 77 of file RTjpegN.cpp.
Referenced by RTjpeg::CalcTbls().
|
static |
Definition at line 88 of file RTjpegN.cpp.
Referenced by RTjpeg::CalcTbls().