Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:noise_table
(Results
1 - 7
of
7
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
qdm2_tablegen.h
42
static float
noise_table
[4096 + 20];
variable
64
noise_table
[i] = (delta * (float)(((int32_t)random_seed >> 16) & 0x00007FFF)- 1.0) * 1.3;
in rnd_table_init()
H
A
D
qdm2_tablegen.c
37
WRITE_ARRAY("static const", float,
noise_table
);
in main()
H
A
D
wma.h
128
float
noise_table
[NOISE_TAB_SIZE];
member
H
A
D
wma.c
314
s->
noise_table
[i] = 1.0 * s->noise_mult;
in ff_wma_init()
323
s->
noise_table
[i] = (float) ((int) seed) * norm;
in ff_wma_init()
H
A
D
wmadec.c
653
*coefs++ = s->
noise_table
[s->noise_index] *
in wma_decode_block()
698
noise = s->
noise_table
[s->noise_index];
in wma_decode_block()
706
noise = s->
noise_table
[s->noise_index];
in wma_decode_block()
719
*coefs++ = s->
noise_table
[s->noise_index] * mult1;
in wma_decode_block()
H
A
D
mlpdec.c
1026
static const int8_t
noise_table
[256] = {
variable
1083
m->noise_buffer[i] =
noise_table
[seed_shr15];
in fill_noise_buffer()
H
A
D
qdm2.c
71
#define SB_DITHERING_NOISE(sb,noise_idx) (
noise_table
[(noise_idx)++] * sb_noise_attenuation[(sb)])
Completed in 9 milliseconds