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:get_scale
(Results
1 - 3
of
3
) sorted by relevance
/third_party/ffmpeg/libavfilter/
H
A
D
vf_selectivecolor.c
73
get_range_scale_func
get_scale
;
member
171
if (pr->mask & (1<<RANGE_REDS | 1<<RANGE_GREENS | 1<<RANGE_BLUES)) pr->
get_scale
= get_rgb_scale;
in register_range()
172
else if (pr->mask & (1<<RANGE_CYANS | 1<<RANGE_MAGENTAS | 1<<RANGE_YELLOWS)) pr->
get_scale
= get_cmy_scale;
in register_range()
173
else if (!s->is_16bit && (pr->mask & 1<<RANGE_WHITES)) pr->
get_scale
= get_whites_scale8;
in register_range()
174
else if (!s->is_16bit && (pr->mask & 1<<RANGE_NEUTRALS)) pr->
get_scale
= get_neutrals_scale8;
in register_range()
175
else if (!s->is_16bit && (pr->mask & 1<<RANGE_BLACKS)) pr->
get_scale
= get_blacks_scale8;
in register_range()
176
else if ( s->is_16bit && (pr->mask & 1<<RANGE_WHITES)) pr->
get_scale
= get_whites_scale16;
in register_range()
177
else if ( s->is_16bit && (pr->mask & 1<<RANGE_NEUTRALS)) pr->
get_scale
= get_neutrals_scale16;
in register_range()
178
else if ( s->is_16bit && (pr->mask & 1<<RANGE_BLACKS)) pr->
get_scale
= get_blacks_scale16;
in register_range()
371
const int scale = pr->
get_scale
(
[all...]
H
A
D
avf_showspectrum.c
710
static float
get_scale
(AVFilterContext *ctx, int scale, float a)
in get_scale()
function
1002
return av_clipf(
get_scale
(ctx, s->scale, a), 0.f, 1.f);
in get_value()
/third_party/mesa3d/src/compiler/nir/
H
A
D
nir_lower_drawpixels.c
85
get_scale
(lower_drawpixels_state *state)
in get_scale()
function
166
def = nir_ffma(b, def,
get_scale
(state), get_bias(state));
in lower_color()
Completed in 7 milliseconds