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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dqdm2_tablegen.c38 WRITE_ARRAY("static const", float, noise_samples);
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.c846 f -= noise_samples[((sb + 1) * (j +5 * ch + 1)) & 127] * 9.0 / 40.0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dqdm2_tablegen.c38 WRITE_ARRAY("static const", float, noise_samples);
H A Dqdm2_tablegen.h43 static float noise_samples[128]; variable
92 noise_samples[i] = (delta * (float)((random_seed >> 16) & 0x00007fff) - 1.0);
H A Dqdm2.c905 f -= noise_samples[((sb + 1) * (j +5 * ch + 1)) & 127] * 9.0 / 40.0;

Completed in 121 milliseconds