OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MCU_width
(Results
1 - 25
of
29
) sorted by null
1
2
/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
...]
/external/pdfium/core/src/fxcodec/libjpeg/
fpdfapi_jccoefct.c
171
blockcnt = (MCU_col_num < last_MCU_col) ? compptr->
MCU_width
182
if (blockcnt < compptr->
MCU_width
) {
185
(compptr->
MCU_width
- blockcnt) * SIZEOF(JBLOCK));
186
for (bi = blockcnt; bi < compptr->
MCU_width
; bi++) {
193
compptr->
MCU_width
* SIZEOF(JBLOCK));
194
for (bi = 0; bi < compptr->
MCU_width
; bi++) {
198
blkn += compptr->
MCU_width
;
373
start_col = MCU_col_num * compptr->
MCU_width
;
376
for (xindex = 0; xindex < compptr->
MCU_width
; xindex++) {
fpdfapi_jdinput.c
139
compptr->
MCU_width
= 1;
175
compptr->
MCU_width
= compptr->h_samp_factor;
177
compptr->MCU_blocks = compptr->
MCU_width
* compptr->MCU_height;
178
compptr->MCU_sample_width = compptr->
MCU_width
* compptr->DCT_scaled_size;
180
tmp = (int) (compptr->width_in_blocks % compptr->
MCU_width
);
181
if (tmp == 0) tmp = compptr->
MCU_width
;
fpdfapi_jcmaster.c
326
compptr->
MCU_width
= 1;
362
compptr->
MCU_width
= compptr->h_samp_factor;
364
compptr->MCU_blocks = compptr->
MCU_width
* compptr->MCU_height;
365
compptr->MCU_sample_width = compptr->
MCU_width
* DCTSIZE;
367
tmp = (int) (compptr->width_in_blocks % compptr->
MCU_width
);
368
if (tmp == 0) tmp = compptr->
MCU_width
;
fpdfapi_jctrans.c
310
start_col = MCU_col_num * compptr->
MCU_width
;
311
blockcnt = (MCU_col_num < last_MCU_col) ? compptr->
MCU_width
330
for (; xindex < compptr->
MCU_width
; xindex++) {
fpdfapi_jdcoefct.c
188
useful_width = (MCU_col_num < last_MCU_col) ? compptr->
MCU_width
204
blkn += compptr->
MCU_width
;
277
start_col = MCU_col_num * compptr->
MCU_width
;
280
for (xindex = 0; xindex < compptr->
MCU_width
; xindex++) {
jpeglib.h
231
int
MCU_width
; /* number of blocks per MCU, horizontally */
233
int MCU_blocks; /*
MCU_width
* MCU_height */
234
int MCU_sample_width; /* MCU width in samples,
MCU_width
*DCT_scaled_size */
[
all
...]
/hardware/intel/img/psb_video/src/
tng_jpegdec.c
180
uint32_t
MCU_width
;
597
ctx->
MCU_width
= (ctx->coded_picture_width + (8 * ctx->max_scalingH) - 1) / (8 * ctx->max_scalingH);
877
const uint32_t num_MCUs = ctx->
MCU_width
* ctx->MCU_height;
[
all
...]
/external/pdfium/core/include/thirdparties/libjpeg/
jpeglib.h
231
int
MCU_width
; /* number of blocks per MCU, horizontally */
233
int MCU_blocks; /*
MCU_width
* MCU_height */
234
int MCU_sample_width; /* MCU width in samples,
MCU_width
*DCT_scaled_size */
[
all
...]
/prebuilts/tools/common/m2/repository/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
Completed in 878 milliseconds
1
2