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:av_log2_16bit
(Results
1 - 15
of
15
) sorted by relevance
/third_party/ffmpeg/libavutil/
H
A
D
intmath.c
23
#undef
av_log2_16bit
macro
31
int
av_log2_16bit
(unsigned v)
in av_log2_16bit()
function
H
A
D
intmath.h
84
#define
av_log2_16bit
ff_log2_16bit
macro
H
A
D
common.h
162
#ifndef
av_log2_16bit
163
av_const int
av_log2_16bit
(unsigned v);
H
A
D
integer.c
61
return
av_log2_16bit
(a.v[i]) + 16*i;
in av_log2_i()
/third_party/ffmpeg/libavformat/
H
A
D
h261dec.c
36
int shift =
av_log2_16bit
(p->buf[i+1]);
in h261_probe()
/third_party/ffmpeg/libavcodec/
H
A
D
speedhqenc.c
164
index =
av_log2_16bit
(-2 * diff);
in encode_dc()
167
index =
av_log2_16bit
(2 * diff);
in encode_dc()
H
A
D
mjpegenc.c
70
nbits=
av_log2_16bit
(alevel) + 1;
in init_uni_ac_vlc()
408
code = (run << 4) | (
av_log2_16bit
(val) + 1);
in ff_mjpeg_encode_coef()
508
nbits=
av_log2_16bit
(val) + 1;
in encode_block()
H
A
D
dirac_arith.h
94
int shift = 14 -
av_log2_16bit
(c->range-1) + ((c->range-1)>>15);
in renorm()
H
A
D
g726.c
55
f->exp =
av_log2_16bit
(i) + !!i;
in i2f()
171
exp =
av_log2_16bit
(d);
in quant()
H
A
D
mathops.h
220
int s =
av_log2_16bit
(a >> 16) >> 1;
in ff_sqrt()
H
A
D
g723_1.c
1112
bits= 14 -
av_log2_16bit
(max);
in ff_g723_1_scale_vector()
H
A
D
dnxhdenc.c
567
nbits =
av_log2_16bit
(-2 * diff);
in dnxhd_encode_dc()
570
nbits =
av_log2_16bit
(2 * diff);
in dnxhd_encode_dc()
857
nbits =
av_log2_16bit
(-2 * diff);
in dnxhd_calc_bits_thread()
859
nbits =
av_log2_16bit
(2 * diff);
in dnxhd_calc_bits_thread()
H
A
D
mjpegenc_common.c
484
nbits=
av_log2_16bit
(val) + 1;
in ff_mjpeg_encode_dc()
H
A
D
mpeg12enc.c
673
index =
av_log2_16bit
(-2 * diff);
in encode_dc()
676
index =
av_log2_16bit
(2 * diff);
in encode_dc()
H
A
D
wmavoice.c
1154
idx -=
av_log2_16bit
(use_mask[idx >> 4]);
in aw_pulse_set2()
Completed in 16 milliseconds