/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/jpeg/ |
jccoefct.c | 39 int MCU_vert_offset; /* counts MCU rows within iMCU row */ 42 /* For single-pass compression, it's sufficient to buffer just one MCU 45 * MCU constructed and sent. (On 80x86, the workspace is FAR even though 48 * In multi-pass modes, this array points to the current MCU's blocks 77 /* In an interleaved scan, an MCU row is the same as an iMCU row. 78 * In a noninterleaved scan, an iMCU row has v_samp_factor MCU rows. 134 * We process the equivalent of one fully interleaved MCU row ("iMCU" row) 146 JDIMENSION MCU_col_num; /* index of current MCU within row */ 160 * as wide as an MCU; we rely on having allocated the MCU_buffer[] blocks 201 /* Try to write the MCU. In event of a suspension failure, we wil [all...] |
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...] |
jdphuff.c | 12 * up to the start of the current MCU. To do this, we copy state variables 14 * storage only upon successful completion of an MCU. 28 * The savable_state subrecord contains fields that change within an MCU, 29 * but must not be updated permanently until we complete the MCU. 59 /* These fields are loaded into local variables at start of each MCU. 62 bitread_perm_state bitstate; /* Bit buffer at start of MCU */ 63 savable_state saved; /* Other state at start of MCU */ 147 /* Select MCU decoding routine */ 263 * Huffman MCU decoding. 264 * Each of these routines decodes and returns one MCU's worth o [all...] |
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)
|
jdhuff.c | 12 * up to the start of the current MCU. To do this, we copy state variables 14 * storage only upon successful completion of an MCU. 28 * The savable_state subrecord contains fields that change within an MCU, 29 * but must not be updated permanently until we complete the MCU. 57 /* These fields are loaded into local variables at start of each MCU. 60 bitread_perm_state bitstate; /* Bit buffer at start of MCU */ 61 savable_state saved; /* Other state at start of MCU */ 72 /* Pointers to derived tables to be used for each block within an MCU */ 115 /* Precalculate decoding info for each block in an MCU of this scan */ 348 * current MCU, because we will read no more bytes from the dat [all...] |
jctrans.c | 213 int MCU_vert_offset; /* counts MCU rows within iMCU row */ 232 /* In an interleaved scan, an MCU row is the same as an iMCU row. 233 * In a noninterleaved scan, an iMCU row has v_samp_factor MCU rows. 269 * We process the equivalent of one fully interleaved MCU row ("iMCU" row) 281 JDIMENSION MCU_col_num; /* index of current MCU within row */ 305 /* Construct list of pointers to DCT blocks belonging to this MCU */ 306 blkn = 0; /* index of current DCT block within MCU */ 336 /* Try to write the MCU. */ 344 /* Completed an MCU row, but perhaps not an iMCU row */
|
jpeglib.h | 49 * the PostScript DCT filter can emit files with many more than 10 blocks/MCU. 55 #define C_MAX_BLOCKS_IN_MCU 10 /* compressor's limit on blocks per MCU */ 57 #define D_MAX_BLOCKS_IN_MCU 10 /* decompressor's limit on blocks per MCU */ 136 * Any dummy blocks added to complete an MCU are not counted; therefore 164 int MCU_width; /* number of blocks per MCU, horizontally */ 165 int MCU_height; /* number of blocks per MCU, vertically */ 167 int MCU_sample_width; /* MCU width in samples, MCU_width*DCT_scaled_size */ 168 int last_col_width; /* # of non-dummy blocks across in last MCU */ 169 int last_row_height; /* # of non-dummy blocks down in last MCU */ 332 * restart_interval, or in MCU rows by setting restart_in_row [all...] |
jpegint.h | 185 /* column number of the first and last MCU, respectively */ 189 /* the number of MCU columns to skip from the indexed MCU, iM, 190 * to the requested MCU boundary, rM, where iM is the MCU that we sample
|
jcphuff.c | 45 unsigned int BE; /* # of buffered correction bits before MCU */ 372 * MCU encoding for DC initial scan (either spectral selection, 396 /* Encode the MCU data blocks */ 459 * MCU encoding for AC initial scan (either spectral selection, 482 /* Encode the MCU data block */ 565 * MCU encoding for DC successive approximation refinement scan. 587 /* Encode the MCU data blocks */ 614 * MCU encoding for AC successive approximation refinement scan. 639 /* Encode the MCU data block */ 718 * 2. overflow of the correction bit buffer during the next MCU [all...] |
jdinput.c | 109 /* Compute number of fully interleaved MCU rows. */ 139 /* For noninterleaved scan, always one block per MCU */ 152 /* Prepare array describing MCU composition */ 175 /* Sampling factors give # of blocks of component in each MCU */ 180 /* Figure number of non-dummy blocks in last MCU column & row */ 196 /* Prepare array describing MCU composition */
|
/external/qemu/distrib/jpeg-6b/ |
jccoefct.c | 39 int MCU_vert_offset; /* counts MCU rows within iMCU row */ 42 /* For single-pass compression, it's sufficient to buffer just one MCU 45 * MCU constructed and sent. (On 80x86, the workspace is FAR even though 48 * In multi-pass modes, this array points to the current MCU's blocks 77 /* In an interleaved scan, an MCU row is the same as an iMCU row. 78 * In a noninterleaved scan, an iMCU row has v_samp_factor MCU rows. 134 * We process the equivalent of one fully interleaved MCU row ("iMCU" row) 146 JDIMENSION MCU_col_num; /* index of current MCU within row */ 160 * as wide as an MCU; we rely on having allocated the MCU_buffer[] blocks 201 /* Try to write the MCU. In event of a suspension failure, we wil [all...] |
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...] |
jdphuff.c | 12 * up to the start of the current MCU. To do this, we copy state variables 14 * storage only upon successful completion of an MCU. 28 * The savable_state subrecord contains fields that change within an MCU, 29 * but must not be updated permanently until we complete the MCU. 59 /* These fields are loaded into local variables at start of each MCU. 62 bitread_perm_state bitstate; /* Bit buffer at start of MCU */ 63 savable_state saved; /* Other state at start of MCU */ 151 /* Select MCU decoding routine */ 267 * Huffman MCU decoding. 268 * Each of these routines decodes and returns one MCU's worth o [all...] |
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)
|
jdhuff.c | 12 * up to the start of the current MCU. To do this, we copy state variables 14 * storage only upon successful completion of an MCU. 28 * The savable_state subrecord contains fields that change within an MCU, 29 * but must not be updated permanently until we complete the MCU. 57 /* These fields are loaded into local variables at start of each MCU. 60 bitread_perm_state bitstate; /* Bit buffer at start of MCU */ 61 savable_state saved; /* Other state at start of MCU */ 72 /* Pointers to derived tables to be used for each block within an MCU */ 115 /* Precalculate decoding info for each block in an MCU of this scan */ 348 * current MCU, because we will read no more bytes from the dat [all...] |
jctrans.c | 213 int MCU_vert_offset; /* counts MCU rows within iMCU row */ 232 /* In an interleaved scan, an MCU row is the same as an iMCU row. 233 * In a noninterleaved scan, an iMCU row has v_samp_factor MCU rows. 269 * We process the equivalent of one fully interleaved MCU row ("iMCU" row) 281 JDIMENSION MCU_col_num; /* index of current MCU within row */ 305 /* Construct list of pointers to DCT blocks belonging to this MCU */ 306 blkn = 0; /* index of current DCT block within MCU */ 336 /* Try to write the MCU. */ 344 /* Completed an MCU row, but perhaps not an iMCU row */
|
jpeglib.h | 49 * the PostScript DCT filter can emit files with many more than 10 blocks/MCU. 55 #define C_MAX_BLOCKS_IN_MCU 10 /* compressor's limit on blocks per MCU */ 57 #define D_MAX_BLOCKS_IN_MCU 10 /* decompressor's limit on blocks per MCU */ 136 * Any dummy blocks added to complete an MCU are not counted; therefore 164 int MCU_width; /* number of blocks per MCU, horizontally */ 165 int MCU_height; /* number of blocks per MCU, vertically */ 167 int MCU_sample_width; /* MCU width in samples, MCU_width*DCT_scaled_size */ 168 int last_col_width; /* # of non-dummy blocks across in last MCU */ 169 int last_row_height; /* # of non-dummy blocks down in last MCU */ 332 * restart_interval, or in MCU rows by setting restart_in_row [all...] |
jpegint.h | 185 /* column number of the first and last MCU, respectively */ 189 /* the number of MCU columns to skip from the indexed MCU, iM, 190 * to the requested MCU boundary, rM, where iM is the MCU that we sample
|
jcphuff.c | 45 unsigned int BE; /* # of buffered correction bits before MCU */ 372 * MCU encoding for DC initial scan (either spectral selection, 396 /* Encode the MCU data blocks */ 459 * MCU encoding for AC initial scan (either spectral selection, 482 /* Encode the MCU data block */ 565 * MCU encoding for DC successive approximation refinement scan. 587 /* Encode the MCU data blocks */ 614 * MCU encoding for AC successive approximation refinement scan. 639 /* Encode the MCU data block */ 718 * 2. overflow of the correction bit buffer during the next MCU [all...] |
jdinput.c | 109 /* Compute number of fully interleaved MCU rows. */ 139 /* For noninterleaved scan, always one block per MCU */ 152 /* Prepare array describing MCU composition */ 175 /* Sampling factors give # of blocks of component in each MCU */ 180 /* Figure number of non-dummy blocks in last MCU column & row */ 196 /* Prepare array describing MCU composition */
|
/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/sonivox/arm-fm-22k/lib_src/ |
eas_synthcfg.h | 36 /* FM on MCU */ 40 /* wavetable drums and FM melodic on MCU */ 47 /* wavetable drums on MCU, wavetable melodic on DSP */ 52 /* wavetable drums on MCU, FM melodic on DSP */
|
/external/sonivox/arm-hybrid-22k/lib_src/ |
eas_synthcfg.h | 36 /* FM on MCU */ 40 /* wavetable drums and FM melodic on MCU */ 47 /* wavetable drums on MCU, wavetable melodic on DSP */ 52 /* wavetable drums on MCU, FM melodic on DSP */
|
/external/sonivox/arm-wt-22k/lib_src/ |
eas_synthcfg.h | 36 /* FM on MCU */ 40 /* wavetable drums and FM melodic on MCU */ 47 /* wavetable drums on MCU, wavetable melodic on DSP */ 52 /* wavetable drums on MCU, FM melodic on DSP */
|