HomeSort by relevance Sort by last modified time
    Searched defs:YuvConstants (Results 1 - 2 of 2) sorted by null

  /external/libvpx/libvpx/third_party/libyuv/include/libyuv/
row.h 430 struct YuvConstants {
440 struct YuvConstants {
448 struct YuvConstants {
458 // Offsets into YuvConstants structure
469 extern const struct YuvConstants SIMD_ALIGNED(kYuvI601Constants); // BT.601
470 extern const struct YuvConstants SIMD_ALIGNED(kYuvJPEGConstants); // JPeg
471 extern const struct YuvConstants SIMD_ALIGNED(kYuvH709Constants); // BT.709
474 extern const struct YuvConstants SIMD_ALIGNED(kYvuI601Constants); // BT.601
475 extern const struct YuvConstants SIMD_ALIGNED(kYvuJPEGConstants); // JPeg
476 extern const struct YuvConstants SIMD_ALIGNED(kYvuH709Constants); // BT.70
    [all...]
  /external/libyuv/files/include/libyuv/
row.h 511 struct YuvConstants {
521 struct YuvConstants {
529 struct YuvConstants {
539 // Offsets into YuvConstants structure
550 extern const struct YuvConstants SIMD_ALIGNED(kYuvI601Constants); // BT.601
551 extern const struct YuvConstants SIMD_ALIGNED(kYuvJPEGConstants); // JPeg
552 extern const struct YuvConstants SIMD_ALIGNED(kYuvH709Constants); // BT.709
555 extern const struct YuvConstants SIMD_ALIGNED(kYvuI601Constants); // BT.601
556 extern const struct YuvConstants SIMD_ALIGNED(kYvuJPEGConstants); // JPeg
557 extern const struct YuvConstants SIMD_ALIGNED(kYvuH709Constants); // BT.70
    [all...]

Completed in 127 milliseconds