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:dstg
(Results
1 - 6
of
6
) sorted by relevance
/third_party/ffmpeg/libavfilter/
H
A
D
vf_colorbalance.c
163
uint8_t *
dstg
= out->data[0] + slice_start * out->linesize[0];
in color_balance8_p()
local
185
dstg
[j] = av_clip_uint8(lrintf(g * max));
in color_balance8_p()
195
dstg
+= out->linesize[0];
in color_balance8_p()
216
uint16_t *
dstg
= (uint16_t *)out->data[0] + slice_start * out->linesize[0] / 2;
in color_balance16_p()
local
239
dstg
[j] = av_clip_uintp2_c(lrintf(g * max), depth);
in color_balance16_p()
249
dstg
+= out->linesize[0] / 2;
in color_balance16_p()
H
A
D
colorchannelmixer_template.c
63
pixel *
dstg
= (pixel *)(out->data[0] + slice_start * out->linesize[0]);
in filter_slice_rgba_planar()
local
128
dstg
[j] = av_clip_uintp2(gout, depth);
in filter_slice_rgba_planar()
132
dstg
[j] = gout;
in filter_slice_rgba_planar()
155
dstg
+= out->linesize[0] / sizeof(pixel);
in filter_slice_rgba_planar()
H
A
D
vf_lut3d.c
349
uint##nbits##_t *
dstg
= (uint##nbits##_t *)grow; \
367
dstg
[x] = av_clip_uintp2(vec.g * (float)((1<<depth) - 1), depth); \
446
float *
dstg
= (float *)grow; \
464
dstg
[x] = vec.g; \
1889
uint##nbits##_t *
dstg
= (uint##nbits##_t *)grow; \
1905
dstg
[x] = av_clip_uintp2(g * factor, depth); \
1985
float *
dstg
= (float *)grow; \
2001
dstg
[x] = g; \
H
A
D
vf_curves.c
601
uint8_t *
dstg
= out->data[g] + slice_start * out->linesize[g];
in filter_slice_planar()
local
612
dstg
[x] = curves->graph[G][srcg[x]];
in filter_slice_planar()
618
dstg
+= out->linesize[g];
in filter_slice_planar()
/third_party/ffmpeg/libavcodec/
H
A
D
r210dec.c
66
uint16_t *
dstg
= (uint16_t *)g_line;
in decode_frame()
local
91
*
dstg
++ = g;
in decode_frame()
/third_party/ffmpeg/libavfilter/x86/
H
A
D
vf_lut3d.asm
236
; 2 -
dstg
Completed in 9 milliseconds