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:PathCounter
(Results
1 - 1
of
1
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
mlpenc.c
1840
}
PathCounter
;
typedef
1844
static void clear_path_counter(
PathCounter
*path_counter)
in clear_path_counter()
1855
PathCounter
*src, int cur_codebook)
in best_codebook_path_cost()
1881
PathCounter
path_counter[NUM_CODEBOOKS + 1];
in set_best_codebook()
1896
PathCounter
*dst_path = &path_counter[codebook];
in set_best_codebook()
1897
PathCounter
*src_path;
in set_best_codebook()
1921
memcpy(dst_path, src_path, sizeof(
PathCounter
));
in set_best_codebook()
1931
memcpy(&path_counter[NUM_CODEBOOKS], &path_counter[best_codebook], sizeof(
PathCounter
));
in set_best_codebook()
Completed in 4 milliseconds