Home
last modified time | relevance | path

Searched refs:lowest (Results 1 – 25 of 80) sorted by relevance

1234

/external/jpeg/
Dwizard.doc184 # Initial DC scan for Y,Cb,Cr (lowest bit not sent)
186 # First AC scan: send first 5 Y AC coefficients, minus 2 lowest bits:
188 # Send all Cr,Cb AC coefficients, minus lowest bit:
193 # Send remaining Y AC coefficients, minus 2 lowest bits:
195 # Send next-to-lowest bit of all Y AC coefficients:
197 # At this point we've sent all but the lowest bit of all coefficients.
198 # Send lowest bit of DC coefficients
200 # Send lowest bit of AC coefficients
203 # Y AC lowest bit scan is last; it's usually the largest scan
/external/qemu/distrib/jpeg-6b/
Dwizard.doc184 # Initial DC scan for Y,Cb,Cr (lowest bit not sent)
186 # First AC scan: send first 5 Y AC coefficients, minus 2 lowest bits:
188 # Send all Cr,Cb AC coefficients, minus lowest bit:
193 # Send remaining Y AC coefficients, minus 2 lowest bits:
195 # Send next-to-lowest bit of all Y AC coefficients:
197 # At this point we've sent all but the lowest bit of all coefficients.
198 # Send lowest bit of DC coefficients
200 # Send lowest bit of AC coefficients
203 # Y AC lowest bit scan is last; it's usually the largest scan
/external/llvm/examples/OCaml-Kaleidoscope/Chapter2/
Dtoy.ml7 * 1 is the lowest precedence. *)
/external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
Dtoy.ml9 * 1 is the lowest precedence. *)
/external/webkit/Tools/WebKitLauncherWin/
DWebKitLauncherWin.rc25 // Icon with lowest ID value placed first to ensure application icon
/external/libvpx/vp8/decoder/arm/neon/
Didct_dequant_dc_full_2x_neon.asm82 ; compensate for this. in the case of sinpi8sqrt2, the lowest bit is 0,
85 ; for cospi8sqrt2minus1 the lowest bit is 1, so we lose precision if we
203 ; because the lowest bit in 0x8a8c is 0, we can pre-shift this
Didct_dequant_full_2x_neon.asm74 ; compensate for this. in the case of sinpi8sqrt2, the lowest bit is 0,
77 ; for cospi8sqrt2minus1 the lowest bit is 1, so we lose precision if we
195 ; because the lowest bit in 0x8a8c is 0, we can pre-shift this
/external/sepolicy/
Dmls_macros19 # in increasing numeric order with s0 lowest, s(N-1) highest
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
Dtoy.ml14 * 1 is the lowest precedence. *)
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
Dtoy.ml14 * 1 is the lowest precedence. *)
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
Dtoy.ml14 * 1 is the lowest precedence. *)
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
Dtoy.ml14 * 1 is the lowest precedence. *)
/external/quake/quake/src/WinQuake/
Dwinquake.rc55 // Icon with lowest ID value placed first to ensure application icon
/external/webkit/Tools/WinLauncher/
DWinLauncher.rc31 // Icon with lowest ID value placed first to ensure application icon
/external/quake/quake/src/QW/client/
Dwinquake.rc55 // Icon with lowest ID value placed first to ensure application icon
/external/openssl/crypto/modes/asm/
Dghash-armv4.s332 vdup.8 d4,d28[0] @ broadcast lowest byte
362 vdup.8 d4,d28[0] @ broadcast lowest byte
371 vdup.8 d4,d28[0] @ broadcast lowest byte
/external/libpng/contrib/visupng/
DVisualPng.rc98 // Icon with lowest ID value placed first to ensure application icon
/external/chromium/chrome/browser/ui/cocoa/content_settings/
Dcookie_details_view_controller.mm32 // Finds and returns the y offset of the lowest-most non-hidden
/external/chromium/googleurl/
DREADME.txt77 The library is divided into four layers. They are listed here from the lowest
83 At the lowest level is the parsing code. The files encompasing this are
/external/qemu/
Dcpu-all.h150 uint32_t lowest; member
158 uint32_t lowest; member
/external/yaffs2/yaffs2/
Dyaffs_guts.c1489 int lowest = 999999; in yaffs_FindNiceObjectBucket() local
1493 for (i = 0; i < 10 && lowest > 0; i++) { in yaffs_FindNiceObjectBucket()
1496 if (dev->objectBucket[x].count < lowest) { in yaffs_FindNiceObjectBucket()
1497 lowest = dev->objectBucket[x].count; in yaffs_FindNiceObjectBucket()
1507 for (i = 0; i < 10 && lowest > 3; i++) { in yaffs_FindNiceObjectBucket()
1510 if (dev->objectBucket[x].count < lowest) { in yaffs_FindNiceObjectBucket()
1511 lowest = dev->objectBucket[x].count; in yaffs_FindNiceObjectBucket()
3177 int lowest = -99; /* Stop compiler whining. */ in yaffs_FlushFilesChunkCache() local
3193 lowest) { in yaffs_FlushFilesChunkCache()
3195 lowest = cache->chunkId; in yaffs_FlushFilesChunkCache()
/external/quake/quake/src/WinQuake/data/
DHELP.TXT7 this service at the lowest cost possible. Because volume on the support
/external/guava/guava/src/com/google/common/primitives/
Dgenerate.sh180 * <p>More formally, returns the lowest index {@code i} such that {@code
/external/bluetooth/bluez/
DTODO7 with complexity 1 being the lowest complexity. Complexity is a function
/external/quake/quake/src/WinQuake/docs/
DINSTALL.Quake247 console. The default mode is 320x240 (ModeX) since that is the lowest

1234