OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:coef_bits
(Results
1 - 15
of
15
) sorted by null
/external/libjpeg-turbo/
jdcoefct.c
345
* We also latch the current states of the
coef_bits
[] entries for the
359
int *
coef_bits
;
local
362
if (! cinfo->progressive_mode || cinfo->
coef_bits
== NULL)
387
coef_bits
= cinfo->
coef_bits
[ci];
388
if (
coef_bits
[0] < 0)
392
coef_bits_latch[coefi] =
coef_bits
[coefi];
393
if (
coef_bits
[coefi] != 0)
422
int *
coef_bits
;
local
482
coef_bits
= coef->coef_bits_latch + (ci * SAVED_COEFS)
[
all
...]
jpeglib.h
564
/* Current progression status.
coef_bits
[c][i] indicates the precision
571
int (*
coef_bits
)[DCTSIZE2]; /* -1 or current Al value for each coef */
member in struct:jpeg_decompress_struct
[
all
...]
/external/opencv3/3rdparty/libjpeg/
jdcoefct.c
59
#define SAVED_COEFS 6 /* we save
coef_bits
[0..5] */
400
* We also latch the current states of the
coef_bits
[] entries for the
414
int *
coef_bits
;
local
417
if (! cinfo->progressive_mode || cinfo->
coef_bits
== NULL)
442
coef_bits
= cinfo->
coef_bits
[ci];
443
if (
coef_bits
[0] < 0)
447
coef_bits_latch[coefi] =
coef_bits
[coefi];
448
if (
coef_bits
[coefi] != 0)
477
int *
coef_bits
;
local
[
all
...]
jpeglib.h
545
/* Current progression status.
coef_bits
[c][i] indicates the precision
552
int (*
coef_bits
)[DCTSIZE2]; /* -1 or current Al value for each coef */
member in struct:jpeg_decompress_struct
[
all
...]
/external/pdfium/third_party/libjpeg/
fpdfapi_jdcoefct.c
58
#define SAVED_COEFS 6 /* we save
coef_bits
[0..5] */
398
* We also latch the current states of the
coef_bits
[] entries for the
412
int *
coef_bits
;
local
415
if (! cinfo->progressive_mode || cinfo->
coef_bits
== NULL)
440
coef_bits
= cinfo->
coef_bits
[ci];
441
if (
coef_bits
[0] < 0)
445
coef_bits_latch[coefi] =
coef_bits
[coefi];
446
if (
coef_bits
[coefi] != 0)
475
int *
coef_bits
;
local
[
all
...]
jpeglib.h
606
/* Current progression status.
coef_bits
[c][i] indicates the precision
613
int (*
coef_bits
)[DCTSIZE2]; /* -1 or current Al value for each coef */
member in struct:jpeg_decompress_struct
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar
/prebuilts/tools/common/m2/repository/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar
/prebuilts/tools/darwin-x86/swt/
swt.jar
/prebuilts/tools/darwin-x86_64/swt/
swt.jar
/prebuilts/tools/linux-x86/swt/
swt.jar
/prebuilts/tools/linux-x86_64/swt/
swt.jar
/prebuilts/tools/windows/swt/
swt.jar
/prebuilts/tools/windows-x86_64/swt/
swt.jar
Completed in 392 milliseconds