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_clip_uint16
(Results
1 - 12
of
12
) sorted by relevance
/third_party/ffmpeg/libavfilter/
H
A
D
vf_removegrain.c
147
const int c1 =
av_clip_uint16
((FFABS(c - cli1) << 1) + d1);
in mode06()
148
const int c2 =
av_clip_uint16
((FFABS(c - cli2) << 1) + d2);
in mode06()
149
const int c3 =
av_clip_uint16
((FFABS(c - cli3) << 1) + d3);
in mode06()
150
const int c4 =
av_clip_uint16
((FFABS(c - cli4) << 1) + d4);
in mode06()
211
const int c1 =
av_clip_uint16
(FFABS(c - cli1) + (d1 << 1));
in mode08()
212
const int c2 =
av_clip_uint16
(FFABS(c - cli2) + (d2 << 1));
in mode08()
213
const int c3 =
av_clip_uint16
(FFABS(c - cli3) + (d3 << 1));
in mode08()
214
const int c4 =
av_clip_uint16
(FFABS(c - cli4) + (d4 << 1));
in mode08()
H
A
D
vf_huesaturation.c
174
HUESATURATION(16, uint16_t,
av_clip_uint16
, 0)
177
HUESATURATION(16, uint16_t,
av_clip_uint16
, 1)
H
A
D
vf_fade.c
487
s->factor =
av_clip_uint16
(s->factor);
in filter_frame()
H
A
D
vf_colorlevels.c
182
#define CLIP16(x, depth)
av_clip_uint16
(x)
/third_party/ffmpeg/libavutil/arm/
H
A
D
intmath.h
49
#define
av_clip_uint16
av_clip_uint16_arm
macro
/third_party/ffmpeg/libavutil/
H
A
D
common.h
106
#ifndef
av_clip_uint16
107
# define
av_clip_uint16
av_clip_uint16_c
macro
/third_party/ffmpeg/libavformat/
H
A
D
gif.c
87
gif->duration =
av_clip_uint16
(new->pts - prev->pts);
in gif_get_delay()
H
A
D
mxfenc.c
1099
return
av_clip_uint16
(av_rescale(q.num, FF_MXF_MASTERING_CHROMA_DEN, q.den));
in rescale_mastering_chroma()
/third_party/ffmpeg/libavcodec/
H
A
D
vorbisdec.c
1314
floor1_Y_final[i] =
av_clip_uint16
(val - lowroom + predicted);
in vorbis_floor1_decode()
1316
floor1_Y_final[i] =
av_clip_uint16
(predicted - val + highroom - 1);
in vorbis_floor1_decode()
1320
floor1_Y_final[i] =
av_clip_uint16
(predicted - (val + 1) / 2);
in vorbis_floor1_decode()
1322
floor1_Y_final[i] =
av_clip_uint16
(predicted + val / 2);
in vorbis_floor1_decode()
1327
floor1_Y_final[i] =
av_clip_uint16
(predicted);
in vorbis_floor1_decode()
H
A
D
dovi_rpu.c
313
curve->pivots[i] =
av_clip_uint16
(pivot);
in ff_dovi_rpu_parse()
H
A
D
vc1dec.c
197
alpha =
av_clip_uint16
(sd->coefs[1][6]);
in vc1_draw_sprites()
/third_party/ffmpeg/libswscale/
H
A
D
output.c
949
Y =
av_clip_uint16
(Y);
in yuv2ya16_X_c_template()
958
A =
av_clip_uint16
(A);
in yuv2ya16_X_c_template()
986
Y =
av_clip_uint16
(Y);
in yuv2ya16_2_c_template()
990
A =
av_clip_uint16
(A);
in yuv2ya16_2_c_template()
1011
Y =
av_clip_uint16
(Y);
in yuv2ya16_1_c_template()
1016
A =
av_clip_uint16
(A);
in yuv2ya16_1_c_template()
Completed in 22 milliseconds