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:CeltBlock
(Results
1 - 3
of
3
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
opus_celt.c
51
CeltBlock
*block = &f->block[j];
in celt_decode_coarse_energy()
87
CeltBlock
*block = &f->block[j];
in celt_decode_fine_energy()
146
static void celt_denormalize(CeltFrame *f,
CeltBlock
*block, float *data)
in celt_denormalize()
160
static void celt_postfilter_apply_transition(
CeltBlock
*block, float *data)
in celt_postfilter_apply_transition()
205
static void celt_postfilter(CeltFrame *f,
CeltBlock
*block)
in celt_postfilter()
253
CeltBlock
*block = &f->block[i];
in parse_postfilter()
268
static void process_anticollapse(CeltFrame *f,
CeltBlock
*block, float *X)
in process_anticollapse()
290
CeltBlock
*block1 = &f->block[1];
in process_anticollapse()
409
CeltBlock
*block = &f->block[i];
in ff_celt_decode_frame()
426
CeltBlock
*bloc
in ff_celt_decode_frame()
[all...]
H
A
D
opusenc.c
128
CeltBlock
*b = &f->block[ch];
in celt_frame_setup_input()
143
CeltBlock
*b = &f->block[ch];
in celt_frame_setup_input()
166
CeltBlock
*b = &f->block[ch];
in celt_apply_preemph_filter()
179
CeltBlock
*b = &f->block[ch];
in celt_apply_preemph_filter()
199
CeltBlock
*b = &f->block[ch];
in celt_frame_mdct()
215
CeltBlock
*b = &f->block[ch];
in celt_frame_mdct()
234
CeltBlock
*block = &f->block[ch];
in celt_frame_mdct()
313
CeltBlock
*block = &f->block[i];
in celt_enc_quant_pfilter()
344
CeltBlock
*block = &f->block[ch];
in exp_quant_coarse()
391
CeltBlock
*bloc
in celt_quant_fine()
[all...]
H
A
D
opus_celt.h
66
typedef struct
CeltBlock
{
struct
91
}
CeltBlock
;
typedef
98
CeltBlock
block[2];
Completed in 3 milliseconds