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_SIGNBIT
(Results
1 - 6
of
6
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
mathops.h
129
#define
FF_SIGNBIT
(x) ((x) >> CHAR_BIT * sizeof(x) - 1)
macro
H
A
D
aptx.c
455
int32_t srd =
FF_SIGNBIT
(reconstructed_differences[-i-1]) | 1;
in aptx_prediction_filtering()
H
A
D
cavsdec.c
472
int m =
FF_SIGNBIT
(col_mv->x);
in mv_pred_direct()
481
m =
FF_SIGNBIT
(col_mv->y);
in mv_pred_direct()
H
A
D
cavs.c
539
*d_x = (src->x * distp * den + 256 +
FF_SIGNBIT
(src->x)) >> 9;
in scale_mv()
540
*d_y = (src->y * distp * den + 256 +
FF_SIGNBIT
(src->y)) >> 9;
in scale_mv()
H
A
D
vp8.c
2025
uvmv.x = (uvmv.x + 2 +
FF_SIGNBIT
(uvmv.x)) >> 2;
in inter_predict()
2026
uvmv.y = (uvmv.y + 2 +
FF_SIGNBIT
(uvmv.y)) >> 2;
in inter_predict()
H
A
D
dnxhdenc.c
193
int sign =
FF_SIGNBIT
(block[j]);
in dnxhd_10bit_dct_quantize()
Completed in 16 milliseconds