HomeSort by relevance Sort by last modified time
    Searched full:masking (Results 26 - 50 of 262) sorted by null

12 3 4 5 6 7 8 91011

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_mem/memory_manager/include/
hmm_intrnl.h 74 /* Return number of BAUs in block (masking off high bit containing block
79 /* Return number of BAUs in previous block (masking off high bit containing
  /external/clang/lib/CodeGen/
README.txt 14 Bitfields accesses can be shifted to simplify masking and sign
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/html/
components.html 68 displayed masking lower possible icons.
  /external/libopus/src/
opus_compare.c 261 /*Frequency masking (low to high): 10 dB/Bark slope.*/
268 /*Frequency masking (high to low): 15 dB/Bark slope.*/
276 /*Temporal masking: -3 dB/2.5ms slope.*/
295 /* Apply masking */
  /external/lldb/tools/debugserver/source/MacOSX/
MachException.h 128 std::vector<mach_exception_data_type_t> exc_data_value; // Value to compare to exception data after masking, or empty to ignore exc_data value for exception
  /external/llvm/include/llvm/ExecutionEngine/
RuntimeDyldChecker.h 31 /// The expression language supports basic pointer arithmetic and bit-masking,
  /external/mesa3d/src/gallium/drivers/svga/
svga_pipe_clear.c 104 * No masking, no scissor (clear entire buffer).
  /packages/apps/Contacts/src/com/android/contacts/editor/
ViewIdGenerator.java 77 // Make sure the new id won't conflict with auto-generated ids by masking with 0xffff.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
fpu_control.h 61 /* masking of interrupts */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/
fpu_control.h 58 /* masking of interrupts */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/
fpu_control.h 61 /* masking of interrupts */
  /external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
TransliterationRuleSet.java 146 /* Check for masking. This is MUCH faster than our old check,
148 * only have to check for masking within each bin now. It's
  /external/lldb/examples/summaries/cocoa/
CFDictionary.py 95 # not sure if it is a bug or some weird sort of feature, but masking that out
134 # not sure if it is a bug or some weird sort of feature, but masking that out
  /external/llvm/test/CodeGen/SystemZ/
shift-08.ll 107 ; Check the next value up, which without masking must use a separate
149 ; Check the next value down, which without masking must use a separate
addr-01.ll 79 ; Like f6, but without the masking. This OR doesn't count as a displacement.
addr-02.ll 86 ; Like f6, but without the masking. This OR doesn't count as a displacement.
  /external/libvorbis/lib/
mapping0.c 419 /* first step; noise masking. Not only does 'noise masking'
442 vector. This includes tone masking, peak limiting and ATH */
462 masking. We then do a floor1-specific line fit. If we're
598 /* iterate over the many masking curve fits we've created */
620 /* encode floor, compute masking curve, sep out residue */
640 /* our iteration is now based on masking curve, not prequant and
  /external/icu/icu4c/source/i18n/
rbt_set.cpp 136 // that are masking one another.
357 /* Check for masking. This is MUCH faster than our old check,
359 * only have to check for masking within each bin now. It's
  /external/mesa3d/src/mesa/main/
accum.c 362 const GLboolean masking = (!ctx->Color.ColorMask[buffer][RCOMP] || local
368 if (masking)
398 if (masking) {
  /frameworks/av/media/libstagefright/codecs/mp3dec/src/
pvmp3_crc.cpp 146 uint32 masking = 1 << length; local
148 while ((masking >>= 1))
152 if (!carry ^ !(data & masking))
  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/pie/
PieRenderer.java 113 // and cannot be easily anti aliased. Really we only care about masking off the
  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
LineAndPointRenderer.java 160 // masking off for region highlighting.
  /external/guava/guava-tests/test/com/google/common/hash/
SipHashFunctionTest.java 140 // masking the remaining seven bytes.
  /external/libvpx/libvpx/
CHANGELOG 314 Improved activity masking (lower PSNR impact for same SSIM boost)
342 --tune=ssim option to enable activity masking
375 also includes support for "activity masking," which greatly improves
387 Add simple version of activity masking.
  /external/llvm/test/CodeGen/AArch64/
arm64-bitfield-extract.ll 345 ; and some low bits and a masking operation has to be kept
353 ; Do the masking
373 ; and some low bits and a masking operation has to be kept
382 ; Do the masking

Completed in 184 milliseconds

12 3 4 5 6 7 8 91011