OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mcu
(Results
1 - 7
of
7
) sorted by null
/frameworks/base/tools/aapt/tests/
CrunchCache_test.cpp
54
MockCacheUpdater*
mcu
= new MockCacheUpdater();
local
55
CacheUpdater* cu(
mcu
);
69
expectEqual(
mcu
->deleteCount, EXPECTED_DELETES, "deleteFile");
71
expectEqual(
mcu
->processCount, EXPECTED_PROCESSED, "processImage");
/external/arduino/hardware/arduino/
boards.txt
14
uno.build.
mcu
=atmega328p
34
atmega328.build.
mcu
=atmega328p
54
diecimila.build.
mcu
=atmega168
74
mega2560.build.
mcu
=atmega2560
94
mega.build.
mcu
=atmega1280
114
mini.build.
mcu
=atmega168
134
fio.build.
mcu
=atmega328p
155
bt328.build.
mcu
=atmega328p
176
bt.build.
mcu
=atmega168
196
lilypad328.build.
mcu
=atmega328
[
all
...]
/external/jpeg/
jdtrans.c
101
int
mcu
, i;
local
105
for (
mcu
= 0;
mcu
< cinfo->total_iMCU_rows;
mcu
++) {
120
cinfo->input_iMCU_row =
mcu
;
121
if (
mcu
!= 0)
jdcoefct.c
34
int MCU_vert_offset; /* counts
MCU
rows within iMCU row */
39
/* In single-pass modes, it's sufficient to buffer just one
MCU
.
45
* In multi-pass modes, this array points to the current
MCU
's blocks
84
/* In an interleaved scan, an
MCU
row is the same as an iMCU row.
85
* In a noninterleaved scan, an iMCU row has v_samp_factor
MCU
rows.
138
* Always attempts to emit one fully interleaved
MCU
row ("iMCU" row).
139
* Input and output must run in lockstep since we have only a one-
MCU
buffer.
150
JDIMENSION MCU_col_num; /* index of current
MCU
within row */
172
/* Try to fetch an
MCU
. Entropy decoder expects buffer to be zeroed. */
191
blkn = 0; /* index of current DCT block within
MCU
*/
364
int
mcu
= cinfo->input_iMCU_row;
local
[
all
...]
/external/qemu/distrib/jpeg-6b/
jdtrans.c
101
int
mcu
, i;
local
105
for (
mcu
= 0;
mcu
< cinfo->total_iMCU_rows;
mcu
++) {
120
cinfo->input_iMCU_row =
mcu
;
121
if (
mcu
!= 0)
jdcoefct.c
34
int MCU_vert_offset; /* counts
MCU
rows within iMCU row */
39
/* In single-pass modes, it's sufficient to buffer just one
MCU
.
45
* In multi-pass modes, this array points to the current
MCU
's blocks
84
/* In an interleaved scan, an
MCU
row is the same as an iMCU row.
85
* In a noninterleaved scan, an iMCU row has v_samp_factor
MCU
rows.
138
* Always attempts to emit one fully interleaved
MCU
row ("iMCU" row).
139
* Input and output must run in lockstep since we have only a one-
MCU
buffer.
150
JDIMENSION MCU_col_num; /* index of current
MCU
within row */
172
/* Try to fetch an
MCU
. Entropy decoder expects buffer to be zeroed. */
191
blkn = 0; /* index of current DCT block within
MCU
*/
364
int
mcu
= cinfo->input_iMCU_row;
local
[
all
...]
/external/opencv/otherlibs/highgui/
grfmt_jpeg.cpp
883
// chroma
mcu
-parts should have equal sizes and
1112
int i, s = 0,
mcu
, x1 = 0, y1 = 0;
local
1142
for(
mcu
= 0;;
mcu
++ )
1148
if(
mcu
== m_MCUs && m_MCUs != 0 )
[
all
...]
Completed in 266 milliseconds