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_exp_vlc
(Results
1 - 4
of
4
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
wma.c
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()
307
if (s->
use_exp_vlc
)
in ff_wma_init()
374
if (s->
use_exp_vlc
)
in ff_wma_end()
H
A
D
wma.h
75
int
use_exp_vlc
; ///< exponent coding: 0 = lsp, 1 = vlc + delta
member
H
A
D
wmaenc.c
85
s->
use_exp_vlc
= flags2 & 0x0001;
in encode_init()
303
if (s->
use_exp_vlc
) {
in encode_block()
H
A
D
wmadec.c
94
s->
use_exp_vlc
= flags2 & 0x0001;
in wma_decode_init()
129
if (s->
use_exp_vlc
) {
in wma_decode_init()
588
if (s->
use_exp_vlc
) {
in wma_decode_block()
Completed in 6 milliseconds