Searched refs:lowest (Results 1 – 25 of 90) sorted by relevance
1234
/external/jpeg/ |
D | wizard.doc | 184 # 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/ |
D | wizard.doc | 184 # 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/ |
D | toy.ml | 7 * 1 is the lowest precedence. *)
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter3/ |
D | toy.ml | 9 * 1 is the lowest precedence. *)
|
/external/webkit/Tools/WebKitLauncherWin/ |
D | WebKitLauncherWin.rc | 25 // Icon with lowest ID value placed first to ensure application icon
|
/external/libvpx/vp8/decoder/arm/neon/ |
D | idct_dequant_full_2x_neon.asm | 74 ; 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
|
D | idct_dequant_dc_full_2x_neon.asm | 82 ; 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/ |
D | mls_macros | 19 # in increasing numeric order with s0 lowest, s(N-1) highest
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/ |
D | toy.ml | 14 * 1 is the lowest precedence. *)
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/ |
D | toy.ml | 14 * 1 is the lowest precedence. *)
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/ |
D | toy.ml | 14 * 1 is the lowest precedence. *)
|
/external/eigen/unsupported/test/ |
D | mpreal_support.cpp | 20 std::cerr << "lowest = " << NumTraits<mpreal>::lowest() << "\n"; in test_mpreal_support()
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/ |
D | toy.ml | 14 * 1 is the lowest precedence. *)
|
/external/webkit/Tools/WinLauncher/ |
D | WinLauncher.rc | 31 // Icon with lowest ID value placed first to ensure application icon
|
/external/quake/quake/src/WinQuake/ |
D | winquake.rc | 55 // Icon with lowest ID value placed first to ensure application icon
|
/external/quake/quake/src/QW/client/ |
D | winquake.rc | 55 // Icon with lowest ID value placed first to ensure application icon
|
/external/eigen/Eigen/src/Core/ |
D | NumTraits.h | 78 …static inline T lowest() { return IsInteger ? (std::numeric_limits<T>::min)() : (-(std::numeric_l… in lowest() function
|
/external/libpng/contrib/visupng/ |
D | VisualPng.rc | 98 // Icon with lowest ID value placed first to ensure application icon
|
/external/openssl/crypto/modes/asm/ |
D | ghash-armv4.s | 332 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/ |
D | cookie_details_view_controller.mm | 32 // Finds and returns the y offset of the lowest-most non-hidden
|
/external/chromium/googleurl/ |
D | README.txt | 77 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/ |
D | 03-codebook.tex | 206 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
|
D | 09-helper.tex | 91 the lowest value scalar element for which \varname{n} is less than
|
/external/eigen/unsupported/Eigen/ |
D | MPRealSupport | 82 …inline static mpfr::mpreal lowest() { return -mpfr::mpreal_max(mpfr::mpreal::get_default_prec());…
|
/external/eigen/Eigen/src/Geometry/ |
D | AlignedBox.h | 97 m_max.setConstant( ScalarTraits::lowest() ); in setEmpty()
|
1234