HomeSort by relevance Sort by last modified time
    Searched refs:kYuvI601Constants (Results 1 - 7 of 7) sorted by null

  /external/libyuv/files/source/
convert_argb.cc 129 &kYuvI601Constants,
297 &kYuvI601Constants,
456 &kYuvI601Constants,
550 I411ToARGBRow(src_y, src_u, src_v, dst_argb, &kYuvI601Constants, width);
675 &kYuvI601Constants,
    [all...]
convert_from.cc 534 &kYuvI601Constants,
625 &kYuvI601Constants,
694 I422ToARGB1555Row(src_y, src_u, src_v, dst_argb1555, &kYuvI601Constants,
757 I422ToARGB4444Row(src_y, src_u, src_v, dst_argb4444, &kYuvI601Constants,
819 I422ToRGB565Row(src_y, src_u, src_v, dst_rgb565, &kYuvI601Constants, width);
927 I422ToARGBRow(src_y, src_u, src_v, row_argb, &kYuvI601Constants, width);
    [all...]
row_neon.cc 453 : [kUVToRB]"r"(&kYuvI601Constants.kUVToRB),
454 [kUVToG]"r"(&kYuvI601Constants.kUVToG),
455 [kUVBiasBGR]"r"(&kYuvI601Constants.kUVBiasBGR),
456 [kYToRgb]"r"(&kYuvI601Constants.kYToRgb)
    [all...]
row_neon64.cc 447 : [kUVToRB]"r"(&kYuvI601Constants.kUVToRB),
448 [kUVToG]"r"(&kYuvI601Constants.kUVToG),
449 [kUVBiasBGR]"r"(&kYuvI601Constants.kUVBiasBGR),
450 [kYToRgb]"r"(&kYuvI601Constants.kYToRgb)
    [all...]
planar_functions.cc 1020 &kYuvI601Constants,
    [all...]
row_common.cc     [all...]
  /external/libyuv/files/include/libyuv/
row.h 464 extern const struct YuvConstants kYuvI601Constants; // BT.601
    [all...]

Completed in 104 milliseconds