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:bark_n_coef
(Results
1 - 4
of
4
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
metasound.c
124
int
bark_n_coef
= mtab->fmode[ftype].
bark_n_coef
;
in dec_bark_env()
local
125
int fw_cb_len = mtab->fmode[ftype].bark_env_size /
bark_n_coef
;
in dec_bark_env()
132
for (j = 0; j <
bark_n_coef
; j++, idx++) {
in dec_bark_env()
202
for (k = 0; k < mtab->fmode[bits->ftype].
bark_n_coef
; k++)
in metasound_read_bitstream()
H
A
D
twinvqdec.c
219
int
bark_n_coef
= mtab->fmode[ftype].
bark_n_coef
;
in dec_bark_env()
local
220
int fw_cb_len = mtab->fmode[ftype].bark_env_size /
bark_n_coef
;
in dec_bark_env()
224
for (j = 0; j <
bark_n_coef
; j++, idx++) {
in dec_bark_env()
281
for (k = 0; k < mtab->fmode[bits->ftype].
bark_n_coef
; k++)
in twinvq_read_bitstream()
H
A
D
twinvq.h
73
uint8_t
bark_n_coef
;///< number of BSE CB coefficients to read
member
H
A
D
twinvq.c
686
(mtab->fmode[i].
bark_n_coef
*
in init_bitstream_params()
Completed in 5 milliseconds