Searched refs:kYuvI601Constants (Results 1 - 14 of 14) sorted by relevance

/external/libvpx/libvpx/third_party/libyuv/source/
H A Dconvert_argb.cc129 &kYuvI601Constants,
297 &kYuvI601Constants,
456 &kYuvI601Constants,
550 I411ToARGBRow(src_y, src_u, src_v, dst_argb, &kYuvI601Constants, width);
675 &kYuvI601Constants,
1204 NV12ToARGBRow(src_y, src_uv, dst_argb, &kYuvI601Constants, width);
1262 NV21ToARGBRow(src_y, src_uv, dst_argb, &kYuvI601Constants, width);
1320 &kYuvI601Constants, width);
1322 dst_argb + dst_stride_argb, &kYuvI601Constants, width);
1328 &kYuvI601Constants, widt
[all...]
H A Dconvert_from.cc484 &kYuvI601Constants,
575 &kYuvI601Constants,
644 I422ToARGB1555Row(src_y, src_u, src_v, dst_argb1555, &kYuvI601Constants,
707 I422ToARGB4444Row(src_y, src_u, src_v, dst_argb4444, &kYuvI601Constants,
769 I422ToRGB565Row(src_y, src_u, src_v, dst_rgb565, &kYuvI601Constants, width);
877 I422ToARGBRow(src_y, src_u, src_v, row_argb, &kYuvI601Constants, width);
H A Drow_neon.cc453 : [kUVToRB]"r"(&kYuvI601Constants.kUVToRB),
454 [kUVToG]"r"(&kYuvI601Constants.kUVToG),
455 [kUVBiasBGR]"r"(&kYuvI601Constants.kUVBiasBGR),
456 [kYToRgb]"r"(&kYuvI601Constants.kYToRgb)
H A Drow_neon64.cc447 : [kUVToRB]"r"(&kYuvI601Constants.kUVToRB),
448 [kUVToG]"r"(&kYuvI601Constants.kUVToG),
449 [kUVBiasBGR]"r"(&kYuvI601Constants.kUVBiasBGR),
450 [kYToRgb]"r"(&kYuvI601Constants.kYToRgb)
H A Dplanar_functions.cc1160 &kYuvI601Constants,
1227 NV12ToRGB565Row(src_y, src_uv, dst_rgb565, &kYuvI601Constants, width);
H A Drow_common.cc992 const struct YuvConstants SIMD_ALIGNED(kYuvI601Constants) = { variable in typeref:struct:libyuv::SIMD_ALIGNED
1009 const struct YuvConstants SIMD_ALIGNED(kYuvI601Constants) = { variable in typeref:struct:libyuv::SIMD_ALIGNED
1022 const struct YuvConstants SIMD_ALIGNED(kYuvI601Constants) = { variable in typeref:struct:libyuv::SIMD_ALIGNED
/external/libyuv/files/source/
H A Dconvert_argb.cc144 &kYuvI601Constants, width, height);
337 &kYuvI601Constants, width, height);
529 &kYuvI601Constants, width, height);
708 dst_stride_argb, &kYuvI601Constants, width,
1363 NV12ToARGBRow(src_y, src_uv, dst_argb, &kYuvI601Constants, width);
1430 NV21ToARGBRow(src_y, src_uv, dst_argb, &kYuvI601Constants, width);
1504 &kYuvI601Constants, width);
1506 dst_argb + dst_stride_argb, &kYuvI601Constants, width);
1512 &kYuvI601Constants, width);
1577 YUY2ToARGBRow(src_yuy2, dst_argb, &kYuvI601Constants, widt
[all...]
H A Dconvert_from.cc531 &kYuvI601Constants, width, height);
638 &kYuvI601Constants, width, height);
729 I422ToARGB1555Row(src_y, src_u, src_v, dst_argb1555, &kYuvI601Constants,
810 I422ToARGB4444Row(src_y, src_u, src_v, dst_argb4444, &kYuvI601Constants,
882 I422ToRGB565Row(src_y, src_u, src_v, dst_rgb565, &kYuvI601Constants, width);
953 I422ToRGB565Row(src_y, src_u, src_v, dst_rgb565, &kYuvI601Constants, width);
1076 I422ToARGBRow(src_y, src_u, src_v, row_argb, &kYuvI601Constants, width);
H A Drow_neon.cc412 : [kUVToRB]"r"(&kYuvI601Constants.kUVToRB),
413 [kUVToG]"r"(&kYuvI601Constants.kUVToG),
414 [kUVBiasBGR]"r"(&kYuvI601Constants.kUVBiasBGR),
415 [kYToRgb]"r"(&kYuvI601Constants.kYToRgb)
H A Drow_neon64.cc413 : [kUVToRB]"r"(&kYuvI601Constants.kUVToRB),
414 [kUVToG]"r"(&kYuvI601Constants.kUVToG),
415 [kUVBiasBGR]"r"(&kYuvI601Constants.kUVBiasBGR),
416 [kYToRgb]"r"(&kYuvI601Constants.kYToRgb)
H A Dplanar_functions.cc1389 &kYuvI601Constants, width, height);
1468 NV12ToRGB565Row(src_y, src_uv, dst_rgb565, &kYuvI601Constants, width);
H A Drow_common.cc1001 const struct YuvConstants SIMD_ALIGNED(kYuvI601Constants) = { variable in typeref:struct:libyuv::SIMD_ALIGNED
1016 const struct YuvConstants SIMD_ALIGNED(kYuvI601Constants) = { variable in typeref:struct:libyuv::SIMD_ALIGNED
1027 const struct YuvConstants SIMD_ALIGNED(kYuvI601Constants) = { variable in typeref:struct:libyuv::SIMD_ALIGNED
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
H A Drow.h469 extern const struct YuvConstants SIMD_ALIGNED(kYuvI601Constants); // BT.601
/external/libyuv/files/include/libyuv/
H A Drow.h550 extern const struct YuvConstants SIMD_ALIGNED(kYuvI601Constants); // BT.601

Completed in 339 milliseconds