OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MCU_height
(Results
1 - 16
of
16
) sorted by null
/external/chromium_org/third_party/libjpeg_turbo/
jdinput.c
156
compptr->
MCU_height
= 1;
192
compptr->
MCU_height
= compptr->v_samp_factor;
193
compptr->MCU_blocks = compptr->MCU_width * compptr->
MCU_height
;
199
tmp = (int) (compptr->height_in_blocks % compptr->
MCU_height
);
200
if (tmp == 0) tmp = compptr->
MCU_height
;
transupp.h
189
int MCU_width, int
MCU_height
,
jcmaster.c
361
compptr->
MCU_height
= 1;
397
compptr->
MCU_height
= compptr->v_samp_factor;
398
compptr->MCU_blocks = compptr->MCU_width * compptr->
MCU_height
;
404
tmp = (int) (compptr->height_in_blocks % compptr->
MCU_height
);
405
if (tmp == 0) tmp = compptr->
MCU_height
;
jccoefct.c
174
for (yindex = 0; yindex < compptr->
MCU_height
; yindex++) {
373
for (yindex = 0; yindex < compptr->
MCU_height
; yindex++) {
jdcoefct.c
198
for (yindex = 0; yindex < compptr->
MCU_height
; yindex++) {
283
for (yindex = 0; yindex < compptr->
MCU_height
; yindex++) {
jctrans.c
323
for (yindex = 0; yindex < compptr->
MCU_height
; yindex++) {
transupp.c
[
all
...]
jpeglib.h
177
int
MCU_height
; /* number of blocks per MCU, vertically */
178
int MCU_blocks; /* MCU_width *
MCU_height
*/
[
all
...]
/external/jpeg/
jdinput.c
141
compptr->
MCU_height
= 1;
177
compptr->
MCU_height
= compptr->v_samp_factor;
178
compptr->MCU_blocks = compptr->MCU_width * compptr->
MCU_height
;
193
tmp = (int) (compptr->height_in_blocks % compptr->
MCU_height
);
194
if (tmp == 0) tmp = compptr->
MCU_height
;
jcmaster.c
326
compptr->
MCU_height
= 1;
362
compptr->
MCU_height
= compptr->v_samp_factor;
363
compptr->MCU_blocks = compptr->MCU_width * compptr->
MCU_height
;
369
tmp = (int) (compptr->height_in_blocks % compptr->
MCU_height
);
370
if (tmp == 0) tmp = compptr->
MCU_height
;
jccoefct.c
174
for (yindex = 0; yindex < compptr->
MCU_height
; yindex++) {
373
for (yindex = 0; yindex < compptr->
MCU_height
; yindex++) {
jctrans.c
312
for (yindex = 0; yindex < compptr->
MCU_height
; yindex++) {
jdcoefct.c
205
for (yindex = 0; yindex < compptr->
MCU_height
; yindex++) {
317
for (yindex = 0; yindex < compptr->
MCU_height
; yindex++) {
504
for (yindex = 0; yindex < compptr->
MCU_height
; yindex++) {
[
all
...]
jpeglib.h
165
int
MCU_height
; /* number of blocks per MCU, vertically */
166
int MCU_blocks; /* MCU_width *
MCU_height
*/
[
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 66 milliseconds