OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DCTSIZE2
(Results
1 - 24
of
24
) sorted by null
/external/jpeg/
jddctmgr.c
89
ISLOW_MULT_TYPE islow_array[
DCTSIZE2
];
91
IFAST_MULT_TYPE ifast_array[
DCTSIZE2
];
94
FLOAT_MULT_TYPE float_array[
DCTSIZE2
];
204
for (i = 0; i <
DCTSIZE2
; i++) {
223
static const unsigned short scales[
DCTSIZE2
] = {
236
for (i = 0; i <
DCTSIZE2
; ++i) {
243
static const INT16 aanscales[
DCTSIZE2
] = {
256
for (i = 0; i <
DCTSIZE2
; i++) {
jutils.c
26
const int jpeg_zigzag_order[
DCTSIZE2
] = {
53
const int jpeg_natural_order[
DCTSIZE2
+16] = {
156
FMEMCOPY(output_row, input_row, num_blocks * (
DCTSIZE2
* SIZEOF(JCOEF)));
163
for (count = (long) num_blocks *
DCTSIZE2
; count > 0; count--) {
jcdctmgr.c
81
DCTSIZE2
* SIZEOF(DCTELEM));
84
for (i = 0; i <
DCTSIZE2
; i++) {
99
static const INT16 aanscales[
DCTSIZE2
] = {
115
DCTSIZE2
* SIZEOF(DCTELEM));
118
for (i = 0; i <
DCTSIZE2
; i++) {
148
DCTSIZE2
* SIZEOF(FAST_FLOAT));
190
DCTELEM workspace[
DCTSIZE2
]; /* work area for FDCT subroutine */
231
for (i = 0; i <
DCTSIZE2
; i++) {
280
FAST_FLOAT workspace[
DCTSIZE2
]; /* work area for FDCT subroutine */
322
for (i = 0; i <
DCTSIZE2
; i++)
[
all
...]
rdswitch.c
88
unsigned int table[
DCTSIZE2
];
103
for (i = 1; i <
DCTSIZE2
; i++) {
226
scanptr->Se =
DCTSIZE2
-1;
jcmaster.c
141
int last_bitpos[MAX_COMPONENTS][
DCTSIZE2
];
148
/* For sequential JPEG, all scans must have Ss=0, Se=
DCTSIZE2
-1;
152
if (scanptr->Ss != 0 || scanptr->Se !=
DCTSIZE2
-1) {
157
for (coefi = 0; coefi <
DCTSIZE2
; coefi++)
200
if (Ss < 0 || Ss >=
DCTSIZE2
|| Se < Ss || Se >=
DCTSIZE2
||
230
if (Ss != 0 || Se !=
DCTSIZE2
-1 || Ah != 0 || Al != 0)
300
cinfo->Se =
DCTSIZE2
-1;
jcmarker.c
156
for (i = 0; i <
DCTSIZE2
; i++) {
164
emit_2bytes(cinfo, prec ?
DCTSIZE2
*2 + 1 + 2 :
DCTSIZE2
+ 1 + 2);
168
for (i = 0; i <
DCTSIZE2
; i++) {
jdphuff.c
108
if (cinfo->Ss > cinfo->Se || cinfo->Se >=
DCTSIZE2
)
503
int newnz_pos[
DCTSIZE2
];
763
cinfo->coef_bits = (int (*)[
DCTSIZE2
])
765
cinfo->num_components*
DCTSIZE2
*SIZEOF(int));
768
for (i = 0; i <
DCTSIZE2
; i++)
jdhuff.c
97
if (cinfo->Ss != 0 || cinfo->Se !=
DCTSIZE2
-1 ||
656
for (k = 1; k <
DCTSIZE2
; k++) {
669
* if k >=
DCTSIZE2
, which could happen if the data is corrupted.
683
for (k = 1; k <
DCTSIZE2
; k++) {
766
for (k = 1; k <
DCTSIZE2
; k++) {
jpeglib.h
42
#define
DCTSIZE2
64 /* DCTSIZE squared; # of elements in a block */
70
typedef JCOEF JBLOCK[
DCTSIZE2
]; /* one block of coefficients */
88
UINT16 quantval[
DCTSIZE2
]; /* quantization step for each coefficient */
518
int (*coef_bits)[
DCTSIZE2
]; /* -1 or current Al value for each coef */
[
all
...]
jcparam.c
48
for (i = 0; i <
DCTSIZE2
; i++) {
76
static const unsigned int std_luminance_quant_tbl[
DCTSIZE2
] = {
86
static const unsigned int std_chrominance_quant_tbl[
DCTSIZE2
] = {
jdmarker.c
516
for (i = 0; i <
DCTSIZE2
; i++) {
526
for (i = 0; i <
DCTSIZE2
; i += 8) {
535
length -=
DCTSIZE2
+1;
536
if (prec) length -=
DCTSIZE2
;
[
all
...]
jidctflt.c
81
FAST_FLOAT workspace[
DCTSIZE2
]; /* buffers data between passes */
jchuff.c
397
for (k = 1; k <
DCTSIZE2
; k++) {
604
for (k = 1; k <
DCTSIZE2
; k++) {
jcphuff.c
629
int absvalues[
DCTSIZE2
];
720
if (entropy->EOBRUN == 0x7FFF || entropy->BE > (MAX_CORR_BITS-
DCTSIZE2
+1))
jctrans.c
123
for (coefi = 0; coefi <
DCTSIZE2
; coefi++) {
jidctfst.c
181
int workspace[
DCTSIZE2
]; /* buffers data between passes */
jidctint.c
161
int workspace[
DCTSIZE2
]; /* buffers data between passes */
transupp.c
97
for (k = 0; k <
DCTSIZE2
; k += 2) {
439
for (i = 0; i <
DCTSIZE2
; i += 2) {
448
for (i = 0; i <
DCTSIZE2
; i++)
/prebuilt/darwin-x86/swt/
swt.jar
/prebuilt/darwin-x86_64/swt/
swt.jar
/prebuilt/linux-x86/swt/
swt.jar
/prebuilt/linux-x86_64/swt/
swt.jar
/prebuilt/windows/swt/
swt.jar
/prebuilt/windows-x86_64/swt/
swt.jar
Completed in 616 milliseconds