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:nodes_next
(Results
1 - 2
of
2
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
g722enc.c
175
struct TrellisNode **
nodes_next
[2];
in g722_encode_trellis()
local
181
nodes_next
[i] = c->nodep_buf[i] + frontier;
in g722_encode_trellis()
196
memset(
nodes_next
[j], 0, frontier * sizeof(**
nodes_next
));
in g722_encode_trellis()
234
node =
nodes_next
[index][pos] = next[index]++;\
in g722_encode_trellis()
240
if (ssd >=
nodes_next
[index][pos]->ssd)\
in g722_encode_trellis()
243
node =
nodes_next
[index][pos];\
in g722_encode_trellis()
254
if (
nodes_next
[index][parent]->ssd <= ssd)\
in g722_encode_trellis()
256
FFSWAP(struct TrellisNode*,
nodes_next
[index][parent],\
in g722_encode_trellis()
257
nodes_next
[inde
in g722_encode_trellis()
[all...]
H
A
D
adpcmenc.c
362
TrellisNode **
nodes_next
= nodep_buf + frontier;
in adpcm_compress_trellis()
local
396
memset(
nodes_next
, 0, frontier * sizeof(TrellisNode*));
in adpcm_compress_trellis()
448
if (ssd >
nodes_next
[pos]->ssd)\
in adpcm_compress_trellis()
453
u =
nodes_next
[pos];\
in adpcm_compress_trellis()
457
nodes_next
[pos] = u;\
in adpcm_compress_trellis()
470
if (
nodes_next
[parent]->ssd <= ssd)\
in adpcm_compress_trellis()
472
FFSWAP(TrellisNode*,
nodes_next
[parent],
nodes_next
[pos]);\
in adpcm_compress_trellis()
511
nodes =
nodes_next
;
in adpcm_compress_trellis()
512
nodes_next
in adpcm_compress_trellis()
[all...]
Completed in 3 milliseconds