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:ff_log2_tab
(Results
1 - 8
of
8
) sorted by relevance
/third_party/ffmpeg/libavutil/
H
A
D
intmath.h
47
extern const uint8_t
ff_log2_tab
[256];
62
n +=
ff_log2_tab
[v];
in ff_log2_c()
77
n +=
ff_log2_tab
[v];
in ff_log2_16bit_c()
H
A
D
log2_tab.c
23
const uint8_t
ff_log2_tab
[256]={
variable
/third_party/ffmpeg/libavcodec/
H
A
D
xsubdec.c
139
int log2 =
ff_log2_tab
[show_bits(&gb, 8)];
in decode_frame()
H
A
D
xsubenc.c
46
put_bits(pb, 2 + ((
ff_log2_tab
[len] >> 1) << 2), len);
in put_xsub_rle()
H
A
D
tiertexseqv.c
112
bits =
ff_log2_tab
[len - 1] + 1;
in seq_decode_op1()
H
A
D
aacps_common.c
185
ps->border_position[e] = (e * numQMFSlots >>
ff_log2_tab
[ps->num_env]) - 1;
in ff_ps_read_data()
/third_party/ffmpeg/libavformat/
H
A
D
matroskadec.c
903
read = 8 -
ff_log2_tab
[total];
in ebml_read_num()
921
total ^= 1 <<
ff_log2_tab
[total];
in ebml_read_num()
H
A
D
rtsp.c
1969
int lower_transport =
ff_log2_tab
[lower_transport_mask &
in ff_rtsp_connect()
Completed in 15 milliseconds