OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:output_components
(Results
1 - 23
of
23
) sorted by null
/external/libjpeg-turbo/
wrrle.c
109
if (cinfo->
output_components
!= 1 && cinfo->
output_components
!= 3)
195
header.ncolors = cinfo->
output_components
;
196
for (ci = 0; ci < cinfo->
output_components
; ci++) {
223
if (cinfo->
output_components
== 1) {
295
cinfo->output_width, (JDIMENSION) cinfo->
output_components
);
300
(JDIMENSION) (cinfo->output_width * cinfo->
output_components
),
cdjpeg.h
61
* Width is cinfo->output_width * cinfo->
output_components
;
bmp.c
275
dinfo.out_color_components=dinfo.
output_components
=1;
280
dinfo.out_color_components=dinfo.
output_components
=3;
wrtarga.c
233
dest->buffer_width = cinfo->output_width * cinfo->
output_components
;
wrppm.c
231
cinfo->output_width * cinfo->
output_components
, (JDIMENSION) 1);
jdcolor.c
893
cinfo->
output_components
= 1; /* single colormapped output component */
895
cinfo->
output_components
= cinfo->out_color_components;
wrbmp.c
462
row_width = cinfo->output_width * cinfo->
output_components
;
wrgif.c
390
if (cinfo->
output_components
!= 1) /* safety check: just one component? */
jpeglib.h
522
int
output_components
; /* # of color components returned */
member in struct:jpeg_decompress_struct
523
/*
output_components
is 1 (a colormap index) when quantizing colors;
[
all
...]
example.c
361
row_stride = cinfo.output_width * cinfo.
output_components
;
jdmaster.c
356
cinfo->
output_components
= (cinfo->quantize_colors ? 1 :
libjpeg.txt
636
output_components
# of color components returned per pixel
640
output_components
is 1 (a colormap index) when quantizing colors; otherwise it
645
You will need output_width *
output_components
JSAMPLEs per scanline in your
[
all
...]
/external/pdfium/third_party/libjpeg/
cdjpeg.h
65
* Width is cinfo->output_width * cinfo->
output_components
;
fpdfapi_jdcolor.c
393
cinfo->
output_components
= 1; /* single colormapped output component */
395
cinfo->
output_components
= cinfo->out_color_components;
jpeglib.h
564
int
output_components
; /* # of color components returned */
member in struct:jpeg_decompress_struct
565
/*
output_components
is 1 (a colormap index) when quantizing colors;
[
all
...]
fpdfapi_jdmaster.c
193
cinfo->
output_components
= (cinfo->quantize_colors ? 1 :
/external/mesa3d/src/mesa/drivers/dri/i965/
brw_fs.h
375
unsigned
output_components
[BRW_MAX_DRAW_BUFFERS];
member in class:fs_visitor
brw_fs_visitor.cpp
83
this->
output_components
[i] = 4;
101
this->
output_components
[output] = vector_elements;
[
all
...]
/external/opencv3/3rdparty/libjpeg/
jdcolor.c
615
cinfo->
output_components
= 1; /* single colormapped output component */
617
cinfo->
output_components
= cinfo->out_color_components;
jpeglib.h
503
int
output_components
; /* # of color components returned */
member in struct:jpeg_decompress_struct
504
/*
output_components
is 1 (a colormap index) when quantizing colors;
[
all
...]
jdmaster.c
174
cinfo->
output_components
= (cinfo->quantize_colors ? 1 :
/external/ImageMagick/coders/
jpeg.c
[
all
...]
/external/libvncserver/libvncclient/
tight.c
561
cinfo.
output_components
!= 3) {
Completed in 1870 milliseconds