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:extract_exponents
(Results
1 - 6
of
6
) sorted by relevance
/third_party/ffmpeg/libavcodec/x86/
H
A
D
ac3dsp_init.c
44
c->
extract_exponents
= ff_ac3_extract_exponents_sse2;
in ff_ac3dsp_init_x86()
49
c->
extract_exponents
= ff_ac3_extract_exponents_ssse3;
in ff_ac3dsp_init_x86()
/third_party/ffmpeg/libavcodec/arm/
H
A
D
ac3dsp_init_arm.c
60
c->
extract_exponents
= ff_ac3_extract_exponents_neon;
in ff_ac3dsp_init_arm()
/third_party/ffmpeg/libavcodec/
H
A
D
ac3dsp.h
94
void (*
extract_exponents
)(uint8_t *exp, int32_t *coef, int nb_coefs);
member
H
A
D
ac3dsp.c
384
c->
extract_exponents
= ac3_extract_exponents_c;
in ff_ac3dsp_init()
H
A
D
ac3enc_template.c
270
s->ac3dsp.
extract_exponents
(block->cpl_coord_exp[1],
in apply_channel_coupling()
H
A
D
ac3enc.c
449
static void
extract_exponents
(AC3EncodeContext *s)
in extract_exponents()
function
455
s->ac3dsp.
extract_exponents
(block->exp[ch], block->fixed_coef[ch], chan_size);
in extract_exponents()
760
extract_exponents
(s);
in ac3_process_exponents()
Completed in 6 milliseconds