Home
last modified time | relevance | path

Searched refs:lowest (Results 1 – 25 of 90) 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_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
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
/external/sepolicy/
Dmls_macros19 # in increasing numeric order with s0 lowest, s(N-1) highest
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
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/Chapter6/
Dtoy.ml14 * 1 is the lowest precedence. *)
/external/eigen/unsupported/test/
Dmpreal_support.cpp20 std::cerr << "lowest = " << NumTraits<mpreal>::lowest() << "\n"; in test_mpreal_support()
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
Dtoy.ml14 * 1 is the lowest precedence. *)
/external/webkit/Tools/WinLauncher/
DWinLauncher.rc31 // Icon with lowest ID value placed first to ensure application icon
/external/quake/quake/src/WinQuake/
Dwinquake.rc55 // 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/eigen/Eigen/src/Core/
DNumTraits.h78 …static inline T lowest() { return IsInteger ? (std::numeric_limits<T>::min)() : (-(std::numeric_l… in lowest() function
/external/libpng/contrib/visupng/
DVisualPng.rc98 // 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/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/libvorbis/doc/
D03-codebook.tex206 lowest valued unused binary Huffman codeword possible. Assume the
220 Assigning codewords in order (lowest possible value of the appropriate
239 When determining 'lowest possible value' in the assignment definition
D09-helper.tex91 the lowest value scalar element for which \varname{n} is less than
/external/eigen/unsupported/Eigen/
DMPRealSupport82 …inline static mpfr::mpreal lowest() { return -mpfr::mpreal_max(mpfr::mpreal::get_default_prec());…
/external/eigen/Eigen/src/Geometry/
DAlignedBox.h97 m_max.setConstant( ScalarTraits::lowest() ); in setEmpty()

1234