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:bt2020c_full
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/common/v4l2-tpg/
H
A
D
v4l2-tpg-core.c
703
static const int
bt2020c_full
[4] = {
in color_to_ycbcr()
local
736
*cb = (((b - yc) * (full ?
bt2020c_full
[0] : bt2020c[0])) >> 16) + (128 << 4);
in color_to_ycbcr()
738
*cb = (((b - yc) * (full ?
bt2020c_full
[1] : bt2020c[1])) >> 16) + (128 << 4);
in color_to_ycbcr()
740
*cr = (((r - yc) * (full ?
bt2020c_full
[2] : bt2020c[2])) >> 16) + (128 << 4);
in color_to_ycbcr()
742
*cr = (((r - yc) * (full ?
bt2020c_full
[3] : bt2020c[3])) >> 16) + (128 << 4);
in color_to_ycbcr()
817
static const int
bt2020c_full
[4] = {
in ycbcr_to_color()
local
850
*b = y_fac * y + (full ?
bt2020c_full
[0] : bt2020c[0]) * cb;
in ycbcr_to_color()
852
*b = y_fac * y + (full ?
bt2020c_full
[1] : bt2020c[1]) * cb;
in ycbcr_to_color()
855
*r = y_fac * y + (full ?
bt2020c_full
[2] : bt2020c[2]) * cr;
in ycbcr_to_color()
857
*r = y_fac * y + (full ?
bt2020c_full
[
in ycbcr_to_color()
[all...]
/kernel/linux/linux-6.6/drivers/media/common/v4l2-tpg/
H
A
D
v4l2-tpg-core.c
707
static const int
bt2020c_full
[4] = {
in color_to_ycbcr()
local
740
*cb = (((b - yc) * (full ?
bt2020c_full
[0] : bt2020c[0])) >> 16) + (128 << 4);
in color_to_ycbcr()
742
*cb = (((b - yc) * (full ?
bt2020c_full
[1] : bt2020c[1])) >> 16) + (128 << 4);
in color_to_ycbcr()
744
*cr = (((r - yc) * (full ?
bt2020c_full
[2] : bt2020c[2])) >> 16) + (128 << 4);
in color_to_ycbcr()
746
*cr = (((r - yc) * (full ?
bt2020c_full
[3] : bt2020c[3])) >> 16) + (128 << 4);
in color_to_ycbcr()
821
static const int
bt2020c_full
[4] = {
in ycbcr_to_color()
local
854
*b = y_fac * y + (full ?
bt2020c_full
[0] : bt2020c[0]) * cb;
in ycbcr_to_color()
856
*b = y_fac * y + (full ?
bt2020c_full
[1] : bt2020c[1]) * cb;
in ycbcr_to_color()
859
*r = y_fac * y + (full ?
bt2020c_full
[2] : bt2020c[2]) * cr;
in ycbcr_to_color()
861
*r = y_fac * y + (full ?
bt2020c_full
[
in ycbcr_to_color()
[all...]
Completed in 5 milliseconds