Searched refs:noise_samples (Results 1 - 9 of 9) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavcodec/
H A Dqdm2_tablegen.c52 printf("static const float noise_samples[128] = {\n");
53 write_float_array(noise_samples, 128);
H A Dqdm2_tablegen.h43 static float noise_samples[128]; variable
97 noise_samples[i] = (delta * (float)((random_seed >> 16) & 0x00007fff) - 1.0);
H A Dqdm2.c844 f -= noise_samples[((sb + 1) * (j +5 * ch + 1)) & 127] * 9.0 / 40.0;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavcodec/
H A Dqdm2_tablegen.c52 printf("static const float noise_samples[128] = {\n");
53 write_float_array(noise_samples, 128);
H A Dqdm2_tablegen.h43 static float noise_samples[128]; variable
97 noise_samples[i] = (delta * (float)((random_seed >> 16) & 0x00007fff) - 1.0);
H A Dqdm2.c844 f -= noise_samples[((sb + 1) * (j +5 * ch + 1)) & 127] * 9.0 / 40.0;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavcodec/
H A Dqdm2_tablegen.c52 printf("static const float noise_samples[128] = {\n");
53 write_float_array(noise_samples, 128);
H A Dqdm2_tablegen.h43 static float noise_samples[128]; variable
97 noise_samples[i] = (delta * (float)((random_seed >> 16) & 0x00007fff) - 1.0);
H A Dqdm2.c844 f -= noise_samples[((sb + 1) * (j +5 * ch + 1)) & 127] * 9.0 / 40.0;

Completed in 120 milliseconds