HomeSort by relevance Sort by last modified time
    Searched refs:mcu (Results 1 - 6 of 6) 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/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 893 milliseconds