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:fixed_coeffs
(Results
1 - 3
of
3
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
ac3dec.c
507
s->
fixed_coeffs
[ch][bin] =
in calc_transform_coeffs_cpl()
508
MULH(s->
fixed_coeffs
[CPL_CH][bin] * (1 << 4), cpl_coord);
in calc_transform_coeffs_cpl()
512
s->
fixed_coeffs
[2][bin] = -s->
fixed_coeffs
[2][bin];
in calc_transform_coeffs_cpl()
542
int32_t *coeffs = s->
fixed_coeffs
[ch_index];
in ac3_decode_transform_coeffs_ch()
624
s->
fixed_coeffs
[ch][i] = 0;
in remove_dithering()
642
s->
fixed_coeffs
[ch][bin] = s->pre_mantissa[ch][bin][blk] >> s->dexps[ch][bin];
in decode_transform_coeffs_ch()
674
s->
fixed_coeffs
[ch][end] = 0;
in decode_transform_coeffs()
697
int tmp0 = s->
fixed_coeffs
[1][i];
in do_rematrixing()
698
s->
fixed_coeffs
[
in do_rematrixing()
[all...]
H
A
D
ac3dec.h
245
DECLARE_ALIGNED(16, int,
fixed_coeffs
)[AC3_MAX_CHANNELS][AC3_MAX_COEFS]; ///< fixed-point transform coefficients
H
A
D
shorten.c
344
static const int
fixed_coeffs
[][3] = {
variable
374
if (pred_order >= FF_ARRAY_ELEMS(
fixed_coeffs
)) {
in decode_subframe_lpc()
379
coeffs =
fixed_coeffs
[pred_order];
in decode_subframe_lpc()
Completed in 4 milliseconds