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:color_lut
(Results
1 - 3
of
3
) sorted by relevance
/third_party/ffmpeg/libavfilter/
H
A
D
avf_showvolume.c
57
uint32_t *
color_lut
;
member
173
s->
color_lut
= av_calloc(s->w, sizeof(*s->
color_lut
) * inlink->ch_layout.nb_channels);
in config_input()
174
if (!s->
color_lut
)
in config_input()
227
s->
color_lut
[ch * s->w + i] = av_expr_eval(s->c_expr, &s->values[ch * VAR_VARS_NB], NULL);
in config_output()
363
uint32_t *lut = s->
color_lut
+ s->w * c;
in filter_frame()
398
uint32_t *lut = s->
color_lut
+ s->w * c;
in filter_frame()
489
av_freep(&s->
color_lut
);
in uninit()
/third_party/cups-filters/cupsfilters/
H
A
D
cmyk.c
636
kc = cmyk->
color_lut
[k];
in cupsCMYKDoGray()
670
kc = cmyk->
color_lut
[k];
in cupsCMYKDoGray()
709
kc = cmyk->
color_lut
[k];
in cupsCMYKDoGray()
885
kc = cmyk->
color_lut
[k] - k;
in cupsCMYKDoRGB()
930
kc = cmyk->
color_lut
[k] - k;
in cupsCMYKDoRGB()
980
kc = cmyk->
color_lut
[k] - k;
in cupsCMYKDoRGB()
1726
cmyk->
color_lut
[i] = i;
in cupsCMYKSetBlack()
1736
cmyk->
color_lut
[i] = ilower - ilower * (i - ilower) / delta;
in cupsCMYKSetBlack()
1746
cmyk->
color_lut
[i] = 0;
in cupsCMYKSetBlack()
1753
cmyk->black_lut[i], cmyk->
color_lut
[
in cupsCMYKSetBlack()
[all...]
H
A
D
driver.h
99
unsigned char
color_lut
[256]; /* Color removal LUT */
member
Completed in 4 milliseconds