OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:YuvConstants
(Results
1 - 3
of
3
) sorted by null
/external/libvpx/libvpx/third_party/libyuv/source/
row_gcc.cc
[
all
...]
row_win.cc
28
struct
YuvConstants
{
60
static
YuvConstants
SIMD_ALIGNED(kYuvConstants) = {
74
static
YuvConstants
SIMD_ALIGNED(kYvuConstants) = {
119
static
YuvConstants
SIMD_ALIGNED(kYuvJConstants) = {
[
all
...]
/external/libyuv/files/include/libyuv/
row.h
425
struct
YuvConstants
{
435
struct
YuvConstants
{
443
struct
YuvConstants
{
453
// Offsets into
YuvConstants
structure
464
extern const struct
YuvConstants
kYuvI601Constants; // BT.601
465
extern const struct
YuvConstants
kYuvJPEGConstants; // JPeg color space
466
extern const struct
YuvConstants
kYuvH709Constants; // BT.709
469
extern const struct
YuvConstants
kYvuI601Constants; // BT.601
470
extern const struct
YuvConstants
kYvuJPEGConstants; // JPeg color space
471
extern const struct
YuvConstants
kYvuH709Constants; // BT.70
[
all
...]
Completed in 1293 milliseconds