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:pred_table
(Results
1 - 3
of
3
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
acelp_pitch_delay.c
88
const float *
pred_table
)
in ff_amr_set_fixed_gain()
95
(avpriv_scalarproduct_float_c(
pred_table
, prediction_error, 4) +
in ff_amr_set_fixed_gain()
86
ff_amr_set_fixed_gain(float fixed_gain_factor, float fixed_mean_energy, float *prediction_error, float energy_mean, const float *
pred_table
)
ff_amr_set_fixed_gain()
argument
H
A
D
acelp_pitch_delay.h
252
* @param
pred_table
table of four moving average coefficients
256
const float *
pred_table
);
/third_party/ffmpeg/libavformat/
H
A
D
nutenc.c
173
int
pred_table
[10];
in build_frame_code()
local
261
pred_table
[0] = -2;
in build_frame_code()
262
pred_table
[1] = -1;
in build_frame_code()
263
pred_table
[2] = 1;
in build_frame_code()
264
pred_table
[3] = 3;
in build_frame_code()
265
pred_table
[4] = 4;
in build_frame_code()
268
pred_table
[0] = 2;
in build_frame_code()
269
pred_table
[1] = 9;
in build_frame_code()
270
pred_table
[2] = 16;
in build_frame_code()
273
pred_table
[
in build_frame_code()
[all...]
Completed in 3 milliseconds