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:predictors
(Results
1 - 2
of
2
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
takdec.c
66
int16_t
predictors
[MAX_PREDICTORS];
member
435
s->
predictors
[0] = get_sbits(gb, 10);
in decode_subframe()
436
s->
predictors
[1] = get_sbits(gb, 10);
in decode_subframe()
437
s->
predictors
[2] = get_sbits(gb, size) * (1 << (10 - size));
in decode_subframe()
438
s->
predictors
[3] = get_sbits(gb, size) * (1 << (10 - size));
in decode_subframe()
445
s->
predictors
[i] = get_sbits(gb, x) * (1 << (10 - size));
in decode_subframe()
449
tfilter[0] = s->
predictors
[0] * 64;
in decode_subframe()
455
x = *p1 + ((int32_t)(s->
predictors
[i] * *p2 + 256) >> 9);
in decode_subframe()
456
*p2 += (int32_t)(s->
predictors
[i] * *p1 + 256) >> 9;
in decode_subframe()
461
tfilter[i] = s->
predictors
[
in decode_subframe()
[all...]
H
A
D
qcelpdec.c
116
const float *
predictors
;
in decode_lspf()
local
119
predictors
= q->prev_bitrate != RATE_OCTAVE &&
in decode_lspf()
130
predictors
[i] * QCELP_LSP_OCTAVE_PREDICTOR +
in decode_lspf()
145
erasure_coeff *
predictors
[i];
in decode_lspf()
Completed in 3 milliseconds