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:use_noise_coding
(Results
1 - 4
of
4
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
wma.c
120
s->
use_noise_coding
= 1;
in ff_wma_init()
153
s->
use_noise_coding
= 0;
in ff_wma_init()
158
s->
use_noise_coding
= 0;
in ff_wma_init()
174
s->
use_noise_coding
= 0;
in ff_wma_init()
191
ff_dlog(s->avctx, "
use_noise_coding
=%d use_exp_vlc=%d nb_block_sizes=%d\n",
in ff_wma_init()
192
s->
use_noise_coding
, s->use_exp_vlc, s->nb_block_sizes);
in ff_wma_init()
305
if (s->
use_noise_coding
) {
in ff_wma_init()
376
if (s->
use_noise_coding
)
in ff_wma_end()
H
A
D
wma.h
76
int
use_noise_coding
; ///< true if perceptual noise is added
member
H
A
D
wmaenc.c
250
if (s->
use_noise_coding
&& 0) {
in encode_block()
282
if (s->
use_noise_coding
) {
in encode_block()
H
A
D
wmadec.c
119
if (s->
use_noise_coding
) {
in wma_decode_init()
549
if (s->
use_noise_coding
) {
in wma_decode_block()
649
if (s->
use_noise_coding
) {
in wma_decode_block()
Completed in 5 milliseconds