#include "precomp.h"
#include <stdio.h>
#include <string.h>
#include "jpegbase.h"
#include "decoder.h"
Go to the source code of this file.
Defines | |
#define | STEP_SS ((m_ccWidth>>1)+2) |
Functions | |
static int | get_num_threads (void) |
static void | set_num_threads (int maxThreads) |
Variables | |
const int | APP0_JFIF_LENGTH = 14 |
const int | APP0_JFXX_LENGTH = 6 |
const int | APP14_ADOBE_LENGTH = 12 |
#define STEP_SS ((m_ccWidth>>1)+2) |
Definition at line 2132 of file decoder.cpp.
static int get_num_threads | ( | void | ) | [static] |
Definition at line 44 of file decoder.cpp.
static void set_num_threads | ( | int | maxThreads | ) | [static] |
Definition at line 61 of file decoder.cpp.
const int APP0_JFIF_LENGTH = 14 |
Definition at line 459 of file decoder.cpp.
const int APP0_JFXX_LENGTH = 6 |
Definition at line 460 of file decoder.cpp.
const int APP14_ADOBE_LENGTH = 12 |
Definition at line 531 of file decoder.cpp.