/external/ImageMagick/www/ |
quantize.html | 160 <p>Depending on the image, the color reduction error may be obvious or invisible. Images with high spatial frequencies (such as hair or grass) will show error much less than pictures with large smoothly shaded areas (such as faces). This because the high-frequency contour edges introduced by the color reduction process are masked by the high frequencies in the image.</p>
|
/external/autotest/client/cros/netprotos/ |
zeroconf.py | 43 # cls attribute should be masked for the cache flush bit.
|
/external/bison/src/ |
print-xml.c | 213 | If not ENABLED, the rule is masked by a shift or a reduce (S/R and |
|
print.c | 211 | If not ENABLED, the rule is masked by a shift or a reduce (S/R and |
|
/external/boringssl/src/crypto/cipher_extra/ |
e_aesgcmsiv.c | 119 * tag appended to the ciphertext, however, so must not be pre-masked.)
|
/external/boringssl/src/include/openssl/ |
err.h | 359 /* The following flag values are internal and are masked when flags are
|
/external/dng_sdk/source/ |
dng_linearization_info.cpp | 1198 // Copy masked areas.
|
/external/elfutils/libdw/ |
libdwP.h | 493 initialized 0, so any truly desired 0 is set to 0x80 and masked. */
|
/external/fio/engines/ |
sg.c | 420 * If max lba masked by MAX_10B_LBA equals MAX_10B_LBA,
|
/external/kernel-headers/original/uapi/linux/ |
vfio.h | 319 * automatically masked by VFIO and the user needs to unmask the line
|
/external/libopus/silk/fixed/ |
noise_shape_analysis_FIX.c | 260 /* Slightly more warping in analysis will move quantization noise up in frequency, where it's better masked */
|
/external/llvm/lib/Target/AMDGPU/InstPrinter/ |
AMDGPUInstPrinter.cpp | 682 O << " (MASKED)";
|
/external/llvm/lib/Target/Hexagon/MCTargetDesc/ |
HexagonMCCodeEmitter.cpp | 260 // 0b1110 =0xE bits are masked off and down shifted by 1 bit.
|
/external/llvm/test/CodeGen/AMDGPU/ |
pv.ll | 3 ; CHECK: DOT4 * T{{[0-9]\.W}} (MASKED)
|
/external/llvm/test/Transforms/LoopVectorize/X86/ |
scatter_crash.ll | 139 ; CHECK-NEXT: call void @llvm.masked.scatter.v16i32(<16 x i32> <i32 8, i32 8, i32 8, i32 8, i32 8, i32 8, i32 8, i32 8, i32 8, i32 8, i32 8, i32 8, i32 8, i32 8, i32 8, i32 8>, <16 x i32*> [[VECTORGEP]], i32 16, <16 x i1> <i1 true, i1 true, i1 true, i1 true, i1 true, i1 true, i1 true, i1 true, i1 true, i1 true, i1 true, i1 true, i1 true, i1 true, i1 true, i1 true>)
|
/external/llvm/test/Transforms/SimplifyCFG/X86/ |
switch_to_lookup_table.ll | 99 ; CHECK-NEXT: %switch.masked = trunc i32 %switch.downshift to i8 104 ; CHECK-NEXT: %a.0 = phi i8 [ %switch.masked, %switch.lookup ], [ 7, %entry ] 236 ; CHECK-NEXT: %switch.masked = trunc i59 %switch.downshift to i1 239 ; CHECK-NEXT: %1 = phi i1 [ true, %entry ], [ %switch.masked, %switch.lookup ], [ false, %switch.early.test ] [all...] |
/external/mesa3d/docs/relnotes/ |
9.2.html | 138 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=60047">Bug 60047</a> - [softpipe] piglit masked-clear regression</li>
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
lp_bld_format_float.c | 266 * the value to convert will be masked off).
|
lp_bld_gather.c | 304 util_snprintf(intrinsic, sizeof intrinsic, "llvm.masked.gather.v%u%s%u",
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
lp_bld_interp.c | 746 /* Ensure all masked out input channels have a valid value */
|
/external/mesa3d/src/intel/blorp/ |
blorp_blit.c | 279 nir_ssa_def *masked = nir_iand(b, src, nir_imm_int(b, src_mask)); local 283 shifted = nir_ishl(b, masked, nir_imm_int(b, src_left_shift)); 285 shifted = nir_ushr(b, masked, nir_imm_int(b, -src_left_shift)); 288 shifted = masked; [all...] |
/external/mesa3d/src/mesa/main/ |
format_pack.py | 39 * stencil buffers when drawing points, lines and masked spans.
|
format_unpack.py | 39 * stencil buffers when drawing points, lines and masked spans.
|
/external/mesa3d/src/mesa/swrast/ |
s_stencil.c | 595 /* masked clear */
|
/external/pcre/dist2/src/ |
pcre2_tables.c | 111 /* Table of the number of extra bytes, indexed by the first byte masked with
|