HomeSort by relevance Sort by last modified time
    Searched refs:mcu (Results 1 - 12 of 12) 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");
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mips/
ase-errors-2.l 14 .*:33: Warning: the `mcu' extension requires MIPS64 revision 2 or greater
ase-errors-2.s 31 .set mcu # OK
36 aclr 4,100($4) # ERROR: mcu not enabled
94 .set mcu
ase-errors-1.l 18 .*:39: Warning: the `mcu' extension requires MIPS32 revision 2 or greater
mcu.s 2 .set mcu
ase-errors-1.s 36 .set mcu # OK
42 aclr 4,100($4) # ERROR: mcu not enabled
110 .set mcu
mcu.d 2 #name: MCU for MIPS32r2
4 #source: mcu.s
micromips@mcu.d 2 #name: MCU for MIPS32r2
4 #source: mcu.s
  /prebuilts/go/darwin-x86/src/image/jpeg/
scan.go 162 mcu, expectedRST := 0, uint8(rst0Marker)
179 // The blocks are traversed one MCU at a time. For 4:2:0 chroma
180 // subsampling, there are four Y 8x8 blocks in every 16x16 MCU.
195 // data for any blocks that are inside the image at the MCU level but
306 mcu++
307 if d.ri > 0 && mcu%d.ri == 0 && mcu < mxx*myy {
  /prebuilts/go/linux-x86/src/image/jpeg/
scan.go 162 mcu, expectedRST := 0, uint8(rst0Marker)
179 // The blocks are traversed one MCU at a time. For 4:2:0 chroma
180 // subsampling, there are four Y 8x8 blocks in every 16x16 MCU.
195 // data for any blocks that are inside the image at the MCU level but
306 mcu++
307 if d.ri > 0 && mcu%d.ri == 0 && mcu < mxx*myy {
  /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...]
  /prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9/bin/
mips64el-linux-android-gcc-4.9.x     [all...]

Completed in 291 milliseconds