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:start_coef
(Results
1 - 1
of
1
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
aacenc_pred.c
263
const int
start_coef
= sce->ics.swb_offset[sfb];
in ff_aac_search_for_pred()
local
264
const int num_coeffs = sce->ics.swb_offset[sfb + 1] -
start_coef
;
in ff_aac_search_for_pred()
267
if (
start_coef
+ num_coeffs > MAX_PREDICTORS ||
in ff_aac_search_for_pred()
273
s->abs_pow34(O34, &sce->coeffs[
start_coef
], num_coeffs);
in ff_aac_search_for_pred()
274
dist1 = quantize_and_encode_band_cost(s, NULL, &sce->coeffs[
start_coef
], NULL,
in ff_aac_search_for_pred()
281
SENT[i] = sce->coeffs[
start_coef
+ i] - sce->prcoeffs[
start_coef
+ i];
in ff_aac_search_for_pred()
293
sce->prcoeffs[
start_coef
+ i] += QERR[i] != 0.0f ? (sce->prcoeffs[
start_coef
+ i] - QERR[i]) : 0.0f;
in ff_aac_search_for_pred()
294
s->abs_pow34(P34, &sce->prcoeffs[
start_coef
], num_coeff
in ff_aac_search_for_pred()
[all...]
Completed in 1 milliseconds