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:MA_NP
(Results
1 - 2
of
2
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
g729dec.c
112
int16_t past_quantizer_output_buf[
MA_NP
+ 1][10];
113
int16_t* past_quantizer_outputs[
MA_NP
+ 1];
200
static void lsf_decode(int16_t* lsfq, int16_t* past_quantizer_outputs[
MA_NP
+ 1],
in lsf_decode()
206
int16_t* quantizer_output = past_quantizer_outputs[
MA_NP
];
in lsf_decode()
225
for (j = 0; j <
MA_NP
; j++)
in lsf_decode()
242
int16_t* past_quantizer_outputs[
MA_NP
+ 1],
in lsf_restore_from_previous()
245
int16_t* quantizer_output = past_quantizer_outputs[
MA_NP
];
in lsf_restore_from_previous()
251
for (k = 0; k <
MA_NP
; k++)
in lsf_restore_from_previous()
374
for (k = 0; k <
MA_NP
+ 1; k++) {
in decoder_init()
483
tmp = ctx->past_quantizer_outputs[
MA_NP
];
in decode_frame()
[all...]
H
A
D
g729data.h
27
#define
MA_NP
4 ///< Moving Average (MA) prediction order
macro
281
* float cb_ma_predictor_float[2][
MA_NP
][10] = {
298
* j=0..1, i=0..9, k=0..
MA_NP
-1
300
static const int16_t cb_ma_predictor[2][
MA_NP
][10] = { /* (0.15) */
Completed in 3 milliseconds