OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cstd
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/
vl_csc.c
42
* mat44 csc,
cstd
, procamp, bias
43
* csc =
cstd
* (procamp * bias)
45
* Where
cstd
is a matrix corresponding to one of the color standards (BT.601, BT.709, etc)
92
* [ c*
cstd
[ 0], c*
cstd
[ 1]*s*cos(h) - c*
cstd
[ 2]*s*sin(h), c*
cstd
[ 2]*s*cos(h) + c*
cstd
[ 1]*s*sin(h),
cstd
[ 3] +
cstd
[ 0]*(b + c*ybias) + cstd[ 1]*(c*cbbias*s*cos(h) + c*crbias*s*sin(h)) + cstd[ 2]*(c*crbias*s*cos(h) (…)
189
const vl_csc_matrix *
cstd
;
local
[
all
...]
/external/mesa3d/src/gallium/auxiliary/vl/
vl_csc.c
42
* mat44 csc,
cstd
, procamp, bias
43
* csc =
cstd
* (procamp * bias)
45
* Where
cstd
is a matrix corresponding to one of the color standards (BT.601, BT.709, etc)
92
* [ c*
cstd
[ 0], c*
cstd
[ 1]*s*cos(h) - c*
cstd
[ 2]*s*sin(h), c*
cstd
[ 2]*s*cos(h) + c*
cstd
[ 1]*s*sin(h),
cstd
[ 3] +
cstd
[ 0]*(b + c*ybias) + cstd[ 1]*(c*cbbias*s*cos(h) + c*crbias*s*sin(h)) + cstd[ 2]*(c*crbias*s*cos(h) (…)
189
const vl_csc_matrix *
cstd
;
local
[
all
...]
Completed in 78 milliseconds