OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MCU_height
(Results
1 - 21
of
21
) sorted by null
/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/qemu/distrib/jpeg-6b/
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
...]
/prebuilts/tools/common/m2/internal/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
/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 986 milliseconds