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:get_coeff
(Results
1 - 3
of
3
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
mss4.c
159
static inline int
get_coeff
(GetBitContext *gb, VLC *vlc)
in get_coeff()
function
174
dc =
get_coeff
(gb, dc_vlc);
in mss4_decode_dct()
340
vec[i][j] =
get_coeff
(gb, &vec_entry_vlc[!!i]);
in mss4_decode_image_block()
H
A
D
vp3.c
1155
static inline int
get_coeff
(GetBitContext *gb, int token, int16_t *coeff)
in get_coeff()
function
1245
zero_run =
get_coeff
(gb, token, &coeff);
in unpack_vlcs()
1431
zero_run =
get_coeff
(gb, token, &coeff);
in vp4_unpack_vlcs()
/third_party/ffmpeg/libavfilter/
H
A
D
vf_perspective.c
104
static inline double
get_coeff
(double d)
in get_coeff()
function
253
temp[j] =
get_coeff
(j - d - 1);
in config_input()
Completed in 9 milliseconds