Home
last modified time | relevance | path

Searched defs:noiseStart (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/zstd/tests/
H A Dzstreamtest.c2731 size_t const noiseStart = FUZ_rand(&lseed) % (srcBufferSize - noiseSize); in fuzzerTests() local
3185 size_t const noiseStart = FUZ_rand(&lseed) % (srcBufferSize - noiseSize); in fuzzerTests_newAPI() local
H A Dfuzzer.c4626 size_t const noiseStart = FUZ_rand(&lseed) % (srcBufferSize - noiseLength); in fuzzerTests() local
/aosp_15_r20/cts/tests/tests/media/decoder/src/android/media/decoder/cts/
H A DDecoderTest.java1324 int noiseStart = signalStart; // receives the number of null samples in checkEnergy() local
/aosp_15_r20/external/lz4/tests/
H A Dframetest.c1297 size_t const noiseStart = FUZ_rand(&randState) % (CNBufferLength - noiseLength); in fuzzerTests() local
H A Dfuzzer.c607 … size_t const noiseStart = FUZ_rand(&randState) % (COMPRESSIBLE_NOISE_LENGTH - noiseLength); in FUZ_test() local