OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MCU_width
(Results
1 - 16
of
16
) 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/chromium_org/third_party/libjpeg_turbo/
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++) {
jdinput.c
155
compptr->
MCU_width
= 1;
191
compptr->
MCU_width
= compptr->h_samp_factor;
193
compptr->MCU_blocks = compptr->
MCU_width
* compptr->MCU_height;
194
compptr->MCU_sample_width = compptr->
MCU_width
* compptr->_DCT_scaled_size;
196
tmp = (int) (compptr->width_in_blocks % compptr->
MCU_width
);
197
if (tmp == 0) tmp = compptr->
MCU_width
;
transupp.h
189
int
MCU_width
, int MCU_height,
jcmaster.c
360
compptr->
MCU_width
= 1;
396
compptr->
MCU_width
= compptr->h_samp_factor;
398
compptr->MCU_blocks = compptr->
MCU_width
* compptr->MCU_height;
399
compptr->MCU_sample_width = compptr->
MCU_width
* DCTSIZE;
401
tmp = (int) (compptr->width_in_blocks % compptr->
MCU_width
);
402
if (tmp == 0) tmp = compptr->
MCU_width
;
jctrans.c
320
start_col = MCU_col_num * compptr->
MCU_width
;
321
blockcnt = (MCU_col_num < last_MCU_col) ? compptr->
MCU_width
340
for (; xindex < compptr->
MCU_width
; xindex++) {
jdcoefct.c
193
useful_width = (MCU_col_num < last_MCU_col) ? compptr->
MCU_width
209
blkn += compptr->
MCU_width
;
282
start_col = MCU_col_num * compptr->
MCU_width
;
285
for (xindex = 0; xindex < compptr->
MCU_width
; xindex++) {
transupp.c
[
all
...]
jpeglib.h
176
int
MCU_width
; /* number of blocks per MCU, horizontally */
178
int MCU_blocks; /*
MCU_width
* MCU_height */
179
int MCU_sample_width; /* MCU width in samples,
MCU_width
*DCT_[h_]scaled_size */
[
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 135 milliseconds