OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DCTSIZE2
(Results
1 - 25
of
65
) sorted by null
1
2
3
/external/libjpeg-turbo/
jutils.c
29
const int jpeg_zigzag_order[
DCTSIZE2
] = {
56
const int jpeg_natural_order[
DCTSIZE2
+16] = {
123
MEMCOPY(output_row, input_row, num_blocks * (
DCTSIZE2
* sizeof(JCOEF)));
jddctmgr.c
68
ISLOW_MULT_TYPE islow_array[
DCTSIZE2
];
70
IFAST_MULT_TYPE ifast_array[
DCTSIZE2
];
73
FLOAT_MULT_TYPE float_array[
DCTSIZE2
];
250
for (i = 0; i <
DCTSIZE2
; i++) {
268
static const INT16 aanscales[
DCTSIZE2
] = {
281
for (i = 0; i <
DCTSIZE2
; i++) {
jcdctmgr.c
185
dtbl[
DCTSIZE2
* 0] = (DCTELEM) 1; /* reciprocal */
186
dtbl[
DCTSIZE2
* 1] = (DCTELEM) 0; /* correction */
187
dtbl[
DCTSIZE2
* 2] = (DCTELEM) 1; /* scale */
188
dtbl[
DCTSIZE2
* 3] = -(DCTELEM) (sizeof(DCTELEM) * 8); /* shift */
210
dtbl[
DCTSIZE2
* 0] = (DCTELEM) fq; /* reciprocal */
211
dtbl[
DCTSIZE2
* 1] = (DCTELEM) c; /* correction + roundfactor */
213
dtbl[
DCTSIZE2
* 2] = (DCTELEM) (1 << (sizeof(DCTELEM)*8*2 - r)); /* scale */
215
dtbl[
DCTSIZE2
* 2] = 1;
217
dtbl[
DCTSIZE2
* 3] = (DCTELEM) r - sizeof(DCTELEM)*8; /* shift */
263
(
DCTSIZE2
* 4) * sizeof(DCTELEM))
[
all
...]
rdswitch.c
96
unsigned int table[
DCTSIZE2
];
111
for (i = 1; i <
DCTSIZE2
; i++) {
240
scanptr->Se =
DCTSIZE2
-1;
284
static const unsigned int std_luminance_quant_tbl[
DCTSIZE2
] = {
294
static const unsigned int std_chrominance_quant_tbl[
DCTSIZE2
] = {
jdarith.c
575
for (k = 1; k <=
DCTSIZE2
- 1; k++) {
580
if (k >
DCTSIZE2
- 1) {
639
if (cinfo->Se < cinfo->Ss || cinfo->Se >
DCTSIZE2
- 1)
688
(cinfo->Se <
DCTSIZE2
&& cinfo->Se !=
DCTSIZE2
- 1))
758
cinfo->coef_bits = (int (*)[
DCTSIZE2
])
760
cinfo->num_components*
DCTSIZE2
*sizeof(int));
763
for (i = 0; i <
DCTSIZE2
; i++)
jdphuff.c
113
if (cinfo->Ss > cinfo->Se || cinfo->Se >=
DCTSIZE2
)
510
int newnz_pos[
DCTSIZE2
];
665
cinfo->coef_bits = (int (*)[
DCTSIZE2
])
667
cinfo->num_components*
DCTSIZE2
*sizeof(int));
670
for (i = 0; i <
DCTSIZE2
; i++)
jcmaster.c
188
int last_bitpos[MAX_COMPONENTS][
DCTSIZE2
];
195
/* For sequential JPEG, all scans must have Ss=0, Se=
DCTSIZE2
-1;
199
if (scanptr->Ss != 0 || scanptr->Se !=
DCTSIZE2
-1) {
204
for (coefi = 0; coefi <
DCTSIZE2
; coefi++)
247
if (Ss < 0 || Ss >=
DCTSIZE2
|| Se < Ss || Se >=
DCTSIZE2
||
277
if (Ss != 0 || Se !=
DCTSIZE2
-1 || Ah != 0 || Al != 0)
347
cinfo->Se =
DCTSIZE2
-1;
jdhuff.c
102
if (cinfo->Ss != 0 || cinfo->Se !=
DCTSIZE2
-1 ||
598
for (k = 1; k <
DCTSIZE2
; k++) {
611
* if k >=
DCTSIZE2
, which could happen if the data is corrupted.
625
for (k = 1; k <
DCTSIZE2
; k++) {
689
for (k = 1; k <
DCTSIZE2
; k++) {
708
for (k = 1; k <
DCTSIZE2
; k++) {
753
#define BUFSIZE (
DCTSIZE2
* 8)
jcparam.c
53
for (i = 0; i <
DCTSIZE2
; i++) {
72
static const unsigned int std_luminance_quant_tbl[
DCTSIZE2
] = {
82
static const unsigned int std_chrominance_quant_tbl[
DCTSIZE2
] = {
jcmarker.c
161
for (i = 0; i <
DCTSIZE2
; i++) {
169
emit_2bytes(cinfo, prec ?
DCTSIZE2
*2 + 1 + 2 :
DCTSIZE2
+ 1 + 2);
173
for (i = 0; i <
DCTSIZE2
; i++) {
jpeglib.h
47
#define
DCTSIZE2
64 /* DCTSIZE squared; # of elements in a block */
73
typedef JCOEF JBLOCK[
DCTSIZE2
]; /* one block of coefficients */
91
UINT16 quantval[
DCTSIZE2
]; /* quantization step for each coefficient */
450
int lim_Se; /* min( Se,
DCTSIZE2
-1 ) */
572
int (*coef_bits)[
DCTSIZE2
]; /* -1 or current Al value for each coef */
684
int lim_Se; /* min( Se,
DCTSIZE2
-1 ) for entropy decode */
[
all
...]
/external/libjpeg-turbo/simd/
jquanti-altivec.c
173
corr0 = vec_ld(
DCTSIZE2
* 2, divisors);
174
corr1 = vec_ld(
DCTSIZE2
* 2 + 16, divisors);
175
corr2 = vec_ld(
DCTSIZE2
* 2 + 32, divisors);
176
corr3 = vec_ld(
DCTSIZE2
* 2 + 48, divisors);
177
corr4 = vec_ld(
DCTSIZE2
* 2 + 64, divisors);
178
corr5 = vec_ld(
DCTSIZE2
* 2 + 80, divisors);
179
corr6 = vec_ld(
DCTSIZE2
* 2 + 96, divisors);
180
corr7 = vec_ld(
DCTSIZE2
* 2 + 112, divisors);
209
scale0 = vec_ld(
DCTSIZE2
* 4, divisors);
210
scale1 = vec_ld(
DCTSIZE2
* 4 + 16, divisors)
[
all
...]
jidctflt-3dn.asm
61
%define workspace wk(0)-
DCTSIZE2
*SIZEOF_FAST_FLOAT
62
; FAST_FLOAT workspace[
DCTSIZE2
]
284
prefetch [esi + (
DCTSIZE2
-8)*SIZEOF_JCOEF + 0*32]
285
prefetch [esi + (
DCTSIZE2
-8)*SIZEOF_JCOEF + 1*32]
286
prefetch [esi + (
DCTSIZE2
-8)*SIZEOF_JCOEF + 2*32]
287
prefetch [esi + (
DCTSIZE2
-8)*SIZEOF_JCOEF + 3*32]
jidctflt-sse2-64.asm
72
%define workspace wk(0)-
DCTSIZE2
*SIZEOF_FAST_FLOAT
73
; FAST_FLOAT workspace[
DCTSIZE2
]
318
prefetchnta [rsi + (
DCTSIZE2
-8)*SIZEOF_JCOEF + 0*32]
319
prefetchnta [rsi + (
DCTSIZE2
-8)*SIZEOF_JCOEF + 1*32]
320
prefetchnta [rsi + (
DCTSIZE2
-8)*SIZEOF_JCOEF + 2*32]
321
prefetchnta [rsi + (
DCTSIZE2
-8)*SIZEOF_JCOEF + 3*32]
jidctred-sse2-64.asm
305
prefetchnta [rsi +
DCTSIZE2
*SIZEOF_JCOEF + 0*32]
306
prefetchnta [rsi +
DCTSIZE2
*SIZEOF_JCOEF + 1*32]
307
prefetchnta [rsi +
DCTSIZE2
*SIZEOF_JCOEF + 2*32]
308
prefetchnta [rsi +
DCTSIZE2
*SIZEOF_JCOEF + 3*32]
515
prefetchnta [rsi +
DCTSIZE2
*SIZEOF_JCOEF + 0*32]
516
prefetchnta [rsi +
DCTSIZE2
*SIZEOF_JCOEF + 1*32]
517
prefetchnta [rsi +
DCTSIZE2
*SIZEOF_JCOEF + 2*32]
518
prefetchnta [rsi +
DCTSIZE2
*SIZEOF_JCOEF + 3*32]
jidctred-sse2.asm
312
prefetchnta [esi +
DCTSIZE2
*SIZEOF_JCOEF + 0*32]
313
prefetchnta [esi +
DCTSIZE2
*SIZEOF_JCOEF + 1*32]
314
prefetchnta [esi +
DCTSIZE2
*SIZEOF_JCOEF + 2*32]
315
prefetchnta [esi +
DCTSIZE2
*SIZEOF_JCOEF + 3*32]
530
prefetchnta [esi +
DCTSIZE2
*SIZEOF_JCOEF + 0*32]
531
prefetchnta [esi +
DCTSIZE2
*SIZEOF_JCOEF + 1*32]
532
prefetchnta [esi +
DCTSIZE2
*SIZEOF_JCOEF + 2*32]
533
prefetchnta [esi +
DCTSIZE2
*SIZEOF_JCOEF + 3*32]
jidctflt-sse.asm
71
%define workspace wk(0)-
DCTSIZE2
*SIZEOF_FAST_FLOAT
72
; FAST_FLOAT workspace[
DCTSIZE2
]
363
prefetchnta [esi + (
DCTSIZE2
-8)*SIZEOF_JCOEF + 0*32]
364
prefetchnta [esi + (
DCTSIZE2
-8)*SIZEOF_JCOEF + 1*32]
365
prefetchnta [esi + (
DCTSIZE2
-8)*SIZEOF_JCOEF + 2*32]
366
prefetchnta [esi + (
DCTSIZE2
-8)*SIZEOF_JCOEF + 3*32]
/external/pdfium/third_party/libjpeg/
fpdfapi_jutils.c
26
const int jpeg_zigzag_order[
DCTSIZE2
] = {
53
const int jpeg_natural_order[
DCTSIZE2
+16] = {
150
FMEMCOPY(output_row, input_row, num_blocks * (
DCTSIZE2
* SIZEOF(JCOEF)));
157
for (count = (long) num_blocks *
DCTSIZE2
; count > 0; count--) {
fpdfapi_jddctmgr.c
60
ISLOW_MULT_TYPE islow_array[
DCTSIZE2
];
62
IFAST_MULT_TYPE ifast_array[
DCTSIZE2
];
65
FLOAT_MULT_TYPE float_array[
DCTSIZE2
];
167
for (i = 0; i <
DCTSIZE2
; i++) {
185
static const INT16 aanscales[
DCTSIZE2
] = {
198
for (i = 0; i <
DCTSIZE2
; i++) {
fpdfapi_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
...]
fpdfapi_jdphuff.c
109
if (cinfo->Ss > cinfo->Se || cinfo->Se >=
DCTSIZE2
)
504
int newnz_pos[
DCTSIZE2
];
659
cinfo->coef_bits = (int (*)[
DCTSIZE2
])
661
cinfo->num_components*
DCTSIZE2
*SIZEOF(int));
664
for (i = 0; i <
DCTSIZE2
; i++)
fpdfapi_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;
fpdfapi_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++) {
fpdfapi_jdhuff.c
95
if (cinfo->Ss != 0 || cinfo->Se !=
DCTSIZE2
-1 ||
570
for (k = 1; k <
DCTSIZE2
; k++) {
583
* if k >=
DCTSIZE2
, which could happen if the data is corrupted.
597
for (k = 1; k <
DCTSIZE2
; k++) {
/external/syslinux/com32/lib/jpeg/
jidctflt.c
79
#define
DCTSIZE2
(DCTSIZE*DCTSIZE)
133
FAST_FLOAT workspace[
DCTSIZE2
]; /* buffers data between passes */
Completed in 625 milliseconds
1
2
3