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:error_energy
(Results
1 - 3
of
3
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
dcaadpcm.c
110
int64_t
error_energy
= 0;
in calc_prediction_gain()
local
116
error_energy
+= MUL64(error, error);
in calc_prediction_gain()
119
if (!
error_energy
)
in calc_prediction_gain()
122
return signal_energy /
error_energy
;
in calc_prediction_gain()
H
A
D
opusenc.c
359
block->
error_energy
[i] = q_en - diff;
in exp_quant_coarse()
393
float offset, diff = 0.5f - block->
error_energy
[i];
in celt_quant_fine()
397
block->
error_energy
[i] -= offset;
in celt_quant_fine()
410
const float err = block->
error_energy
[i];
in celt_quant_final()
414
block->
error_energy
[i] -= offset*(1 - 2*sign);
in celt_quant_final()
481
s->last_quantized_energy[ch][i] = block->energy[i] + block->
error_energy
[i];
in celt_encode_frame()
H
A
D
opus_celt.h
69
float
error_energy
[CELT_MAX_BANDS];
member
Completed in 3 milliseconds