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:srcg
(Results
1 - 5
of
5
) sorted by relevance
/third_party/ffmpeg/libavfilter/
H
A
D
vf_colorbalance.c
159
const uint8_t *
srcg
= in->data[0] + slice_start * in->linesize[0];
in color_balance8_p()
local
173
float g =
srcg
[j] / max;
in color_balance8_p()
191
srcg
+= in->linesize[0];
in color_balance8_p()
212
const uint16_t *
srcg
= (const uint16_t *)in->data[0] + slice_start * in->linesize[0] / 2;
in color_balance16_p()
local
227
float g =
srcg
[j] / max;
in color_balance16_p()
245
srcg
+= in->linesize[0] / 2;
in color_balance16_p()
H
A
D
colorchannelmixer_template.c
59
const pixel *
srcg
= (const pixel *)(in->data[0] + slice_start * in->linesize[0]);
in filter_slice_rgba_planar()
local
71
const pixel gin =
srcg
[j];
in filter_slice_rgba_planar()
151
srcg
+= in->linesize[0] / sizeof(pixel);
in filter_slice_rgba_planar()
H
A
D
vf_lut3d.c
353
const uint##nbits##_t *
srcg
= (const uint##nbits##_t *)srcgrow; \
359
srcg
[x] * scale_f, \
450
const float *
srcg
= (const float *)srcgrow; \
456
sanitizef(
srcg
[x]), \
1893
const uint##nbits##_t *
srcg
= (const uint##nbits##_t *)srcgrow; \
1899
float g =
srcg
[x] * scale_g; \
1989
const float *
srcg
= (const float *)srcgrow; \
1995
float g = av_clipf(sanitizef(
srcg
[x]) * scale_g, 0.0f, lutsize); \
H
A
D
vf_curves.c
605
const uint8_t *
srcg
= in->data[g] + slice_start * in->linesize[g];
in filter_slice_planar()
local
612
dstg[x] = curves->graph[G][
srcg
[x]];
in filter_slice_planar()
622
srcg
+= in ->linesize[g];
in filter_slice_planar()
/third_party/ffmpeg/libavcodec/
H
A
D
r210enc.c
64
uint16_t *
srcg
= (uint16_t *)srcg_line;
in encode_frame()
local
69
unsigned g = *
srcg
++;
in encode_frame()
Completed in 8 milliseconds