Home
last modified time | relevance | path

Searched refs:differential (Results 1 - 4 of 4) sorted by relevance

/third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/
H A Ddifferential_script_mutator.js6 * @fileoverview Script mutator for differential fuzzing.
85 // Mutators for differential fuzzing.
86 this.differential = [
124 * differential-fuzz mutators, adding extra printing and other substitutions.
130 this.differential.forEach(mutator => mutator.mutate(result));
135 * Adds extra dependencies for differential fuzzing.
139 // The suppression file neuters functions not working with differential
/third_party/skia/third_party/etc1/
H A Detc1.cpp213 // differential in etc1_decode_block()
224 // not differential in etc1_decode_block()
388 bool differential; in etc_encodeBaseColors() local
405 differential = inRange4bitSigned(dr) && inRange4bitSigned(dg) in etc_encodeBaseColors()
407 if (differential) { in etc_encodeBaseColors()
/third_party/skia/src/core/
H A DSkCompressedDataUtils.cpp24 constexpr uint32_t kDiffBit = 0x2; // set -> differential; not-set -> individual
99 bool differential = SkToBool(high & kDiffBit); in decompress_etc1() local
103 if (differential) { in decompress_etc1()
/third_party/ffmpeg/libavcodec/
H A Dvaapi_encode_mjpeg.c391 .differential = 0, in vaapi_encode_mjpeg_init_picture_params()

Completed in 3 milliseconds