OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:height_in_blocks
(Results
1 - 18
of
18
) sorted by null
/external/chromium_org/third_party/libjpeg_turbo/
jdinput.c
104
compptr->
height_in_blocks
= (JDIMENSION)
152
cinfo->MCU_rows_in_scan = compptr->
height_in_blocks
;
163
tmp = (int) (compptr->
height_in_blocks
% compptr->v_samp_factor);
199
tmp = (int) (compptr->
height_in_blocks
% compptr->MCU_height);
transupp.c
109
for (dst_blk_y = 0; dst_blk_y < compptr->
height_in_blocks
;
155
for (blk_y = 0; blk_y < compptr->
height_in_blocks
;
222
for (dst_blk_y = 0; dst_blk_y < compptr->
height_in_blocks
;
287
for (dst_blk_y = 0; dst_blk_y < compptr->
height_in_blocks
;
359
for (dst_blk_y = 0; dst_blk_y < compptr->
height_in_blocks
;
415
for (dst_blk_y = 0; dst_blk_y < compptr->
height_in_blocks
;
496
for (dst_blk_y = 0; dst_blk_y < compptr->
height_in_blocks
;
567
for (dst_blk_y = 0; dst_blk_y < compptr->
height_in_blocks
;
678
for (dst_blk_y = 0; dst_blk_y < compptr->
height_in_blocks
;
898
JDIMENSION width_in_blocks,
height_in_blocks
;
local
[
all
...]
jcmaster.c
139
compptr->
height_in_blocks
= (JDIMENSION)
357
cinfo->MCU_rows_in_scan = compptr->
height_in_blocks
;
368
tmp = (int) (compptr->
height_in_blocks
% compptr->v_samp_factor);
404
tmp = (int) (compptr->
height_in_blocks
% compptr->MCU_height);
jdcoefct.c
358
block_rows = (int) (compptr->
height_in_blocks
% compptr->v_samp_factor);
520
block_rows = (int) (compptr->
height_in_blocks
% compptr->v_samp_factor);
720
(JDIMENSION) jround_up((long) compptr->
height_in_blocks
,
jccoefct.c
268
block_rows = (int) (compptr->
height_in_blocks
% compptr->v_samp_factor);
429
(JDIMENSION) jround_up((long) compptr->
height_in_blocks
,
jcmainct.c
273
(JDIMENSION) jround_up((long) compptr->
height_in_blocks
,
turbojpeg.c
1093
ih=compptr->
height_in_blocks
*DCTSIZE;
[
all
...]
jpeglib.h
147
JDIMENSION
height_in_blocks
;
member in struct:__anon17383
[
all
...]
/external/jpeg/
jdinput.c
89
compptr->
height_in_blocks
= (JDIMENSION)
137
cinfo->MCU_rows_in_scan = compptr->
height_in_blocks
;
148
tmp = (int) (compptr->
height_in_blocks
% compptr->v_samp_factor);
193
tmp = (int) (compptr->
height_in_blocks
% compptr->MCU_height);
transupp.c
87
for (blk_y = 0; blk_y < compptr->
height_in_blocks
;
139
for (dst_blk_y = 0; dst_blk_y < compptr->
height_in_blocks
;
204
for (dst_blk_y = 0; dst_blk_y < compptr->
height_in_blocks
;
254
for (dst_blk_y = 0; dst_blk_y < compptr->
height_in_blocks
;
318
for (dst_blk_y = 0; dst_blk_y < compptr->
height_in_blocks
;
381
for (dst_blk_y = 0; dst_blk_y < compptr->
height_in_blocks
;
485
for (dst_blk_y = 0; dst_blk_y < compptr->
height_in_blocks
;
605
(JDIMENSION) jround_up((long) compptr->
height_in_blocks
,
625
(JDIMENSION) jround_up((long) compptr->
height_in_blocks
,
jcmaster.c
104
compptr->
height_in_blocks
= (JDIMENSION)
322
cinfo->MCU_rows_in_scan = compptr->
height_in_blocks
;
333
tmp = (int) (compptr->
height_in_blocks
% compptr->v_samp_factor);
369
tmp = (int) (compptr->
height_in_blocks
% compptr->MCU_height);
jccoefct.c
268
block_rows = (int) (compptr->
height_in_blocks
% compptr->v_samp_factor);
429
(JDIMENSION) jround_up((long) compptr->
height_in_blocks
,
jcmainct.c
273
(JDIMENSION) jround_up((long) compptr->
height_in_blocks
,
jdcoefct.c
591
block_rows = (int) (compptr->
height_in_blocks
% compptr->v_samp_factor);
764
block_rows = (int) (compptr->
height_in_blocks
% compptr->v_samp_factor);
[
all
...]
jpeglib.h
140
JDIMENSION
height_in_blocks
;
member in struct:__anon2281
[
all
...]
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/jpeg/
JPEGImageDecoder.cpp
258
return IntSize(info->cur_comp_info[component]->width_in_blocks * DCTSIZE, info->cur_comp_info[component]->
height_in_blocks
* DCTSIZE);
[
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
Completed in 95 milliseconds