OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MCU_width
(Results
1 - 21
of
21
) sorted by null
/external/jpeg/
jdinput.c
140
compptr->
MCU_width
= 1;
176
compptr->
MCU_width
= compptr->h_samp_factor;
178
compptr->MCU_blocks = compptr->
MCU_width
* compptr->MCU_height;
179
compptr->MCU_sample_width = compptr->
MCU_width
* compptr->DCT_scaled_size;
181
tmp = (int) (compptr->width_in_blocks % compptr->
MCU_width
);
182
if (tmp == 0) tmp = compptr->
MCU_width
;
187
% compptr->
MCU_width
);
188
if (tmp == 0) tmp = compptr->
MCU_width
;
jccoefct.c
170
blockcnt = (MCU_col_num < last_MCU_col) ? compptr->
MCU_width
181
if (blockcnt < compptr->
MCU_width
) {
184
(compptr->
MCU_width
- blockcnt) * SIZEOF(JBLOCK));
185
for (bi = blockcnt; bi < compptr->
MCU_width
; bi++) {
192
compptr->
MCU_width
* SIZEOF(JBLOCK));
193
for (bi = 0; bi < compptr->
MCU_width
; bi++) {
197
blkn += compptr->
MCU_width
;
372
start_col = MCU_col_num * compptr->
MCU_width
;
375
for (xindex = 0; xindex < compptr->
MCU_width
; xindex++) {
jcmaster.c
325
compptr->
MCU_width
= 1;
361
compptr->
MCU_width
= compptr->h_samp_factor;
363
compptr->MCU_blocks = compptr->
MCU_width
* compptr->MCU_height;
364
compptr->MCU_sample_width = compptr->
MCU_width
* DCTSIZE;
366
tmp = (int) (compptr->width_in_blocks % compptr->
MCU_width
);
367
if (tmp == 0) tmp = compptr->
MCU_width
;
jctrans.c
309
start_col = MCU_col_num * compptr->
MCU_width
;
310
blockcnt = (MCU_col_num < last_MCU_col) ? compptr->
MCU_width
329
for (; xindex < compptr->
MCU_width
; xindex++) {
jdcoefct.c
200
useful_width = (MCU_col_num < last_MCU_col) ? compptr->
MCU_width
216
blkn += compptr->
MCU_width
;
316
start_col = MCU_col_num * compptr->
MCU_width
;
319
for (xindex = 0; xindex < compptr->
MCU_width
; xindex++) {
500
start_col = MCU_col_num * compptr->
MCU_width
;
506
for (xindex = 0; xindex < compptr->
MCU_width
; xindex++) {
[
all
...]
jpeglib.h
164
int
MCU_width
; /* number of blocks per MCU, horizontally */
166
int MCU_blocks; /*
MCU_width
* MCU_height */
167
int MCU_sample_width; /* MCU width in samples,
MCU_width
*DCT_scaled_size */
[
all
...]
/external/qemu/distrib/jpeg-6b/
jdinput.c
140
compptr->
MCU_width
= 1;
176
compptr->
MCU_width
= compptr->h_samp_factor;
178
compptr->MCU_blocks = compptr->
MCU_width
* compptr->MCU_height;
179
compptr->MCU_sample_width = compptr->
MCU_width
* compptr->DCT_scaled_size;
181
tmp = (int) (compptr->width_in_blocks % compptr->
MCU_width
);
182
if (tmp == 0) tmp = compptr->
MCU_width
;
187
% compptr->
MCU_width
);
188
if (tmp == 0) tmp = compptr->
MCU_width
;
jccoefct.c
170
blockcnt = (MCU_col_num < last_MCU_col) ? compptr->
MCU_width
181
if (blockcnt < compptr->
MCU_width
) {
184
(compptr->
MCU_width
- blockcnt) * SIZEOF(JBLOCK));
185
for (bi = blockcnt; bi < compptr->
MCU_width
; bi++) {
192
compptr->
MCU_width
* SIZEOF(JBLOCK));
193
for (bi = 0; bi < compptr->
MCU_width
; bi++) {
197
blkn += compptr->
MCU_width
;
372
start_col = MCU_col_num * compptr->
MCU_width
;
375
for (xindex = 0; xindex < compptr->
MCU_width
; xindex++) {
jcmaster.c
325
compptr->
MCU_width
= 1;
361
compptr->
MCU_width
= compptr->h_samp_factor;
363
compptr->MCU_blocks = compptr->
MCU_width
* compptr->MCU_height;
364
compptr->MCU_sample_width = compptr->
MCU_width
* DCTSIZE;
366
tmp = (int) (compptr->width_in_blocks % compptr->
MCU_width
);
367
if (tmp == 0) tmp = compptr->
MCU_width
;
jctrans.c
309
start_col = MCU_col_num * compptr->
MCU_width
;
310
blockcnt = (MCU_col_num < last_MCU_col) ? compptr->
MCU_width
329
for (; xindex < compptr->
MCU_width
; xindex++) {
jdcoefct.c
200
useful_width = (MCU_col_num < last_MCU_col) ? compptr->
MCU_width
216
blkn += compptr->
MCU_width
;
316
start_col = MCU_col_num * compptr->
MCU_width
;
319
for (xindex = 0; xindex < compptr->
MCU_width
; xindex++) {
500
start_col = MCU_col_num * compptr->
MCU_width
;
506
for (xindex = 0; xindex < compptr->
MCU_width
; xindex++) {
[
all
...]
jpeglib.h
164
int
MCU_width
; /* number of blocks per MCU, horizontally */
166
int MCU_blocks; /*
MCU_width
* MCU_height */
167
int MCU_sample_width; /* MCU width in samples,
MCU_width
*DCT_scaled_size */
[
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 83 milliseconds