Searched refs:dst_rgb24 (Results 1 - 19 of 19) sorted by relevance

/external/libyuv/files/source/
H A Drow_neon.cc658 void ARGBToRGB24Row_NEON(const uint8* src_argb, uint8* dst_rgb24, int pix) { argument
667 "+r"(dst_rgb24), // %1
H A Dconvert_from.cc902 uint8* dst_rgb24, int dst_stride_rgb24,
905 !dst_rgb24 ||
912 dst_rgb24 = dst_rgb24 + (height - 1) * dst_stride_rgb24;
932 if (IS_ALIGNED(dst_rgb24, 16) && IS_ALIGNED(dst_stride_rgb24, 16)) {
940 I422ToRGB24Row(src_y, src_u, src_v, dst_rgb24, width);
941 dst_rgb24 += dst_stride_rgb24;
899 I420ToRGB24(const uint8* src_y, int src_stride_y, const uint8* src_u, int src_stride_u, const uint8* src_v, int src_stride_v, uint8* dst_rgb24, int dst_stride_rgb24, int width, int height) argument
H A Dplanar_functions.cc629 uint8* dst_rgb24, int dst_stride_rgb24,
631 if (!src_argb || !dst_rgb24 || width <= 0 || height == 0) {
648 IS_ALIGNED(dst_rgb24, 16) && IS_ALIGNED(dst_stride_rgb24, 16)) {
665 ARGBToRGB24Row(src_argb, dst_rgb24, width);
667 dst_rgb24 += dst_stride_rgb24;
628 ARGBToRGB24(const uint8* src_argb, int src_stride_argb, uint8* dst_rgb24, int dst_stride_rgb24, int width, int height) argument
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/include/libyuv/
H A Dconvert_from_argb.h49 uint8* dst_rgb24, int dst_stride_rgb24,
H A Drow.h598 uint8* dst_rgb24,
1053 uint8* dst_rgb24,
1154 uint8* dst_rgb24,
/external/chromium_org/third_party/libyuv/include/libyuv/
H A Dconvert_from_argb.h49 uint8* dst_rgb24, int dst_stride_rgb24,
H A Drow.h506 uint8* dst_rgb24,
961 uint8* dst_rgb24,
1062 uint8* dst_rgb24,
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/
H A Dconvert_from.cc702 uint8* dst_rgb24, int dst_stride_rgb24,
710 if (!src_y || !src_u || !src_v || !dst_rgb24 ||
717 dst_rgb24 = dst_rgb24 + (height - 1) * dst_stride_rgb24;
737 I422ToRGB24Row(src_y, src_u, src_v, dst_rgb24, width);
738 dst_rgb24 += dst_stride_rgb24;
699 I420ToRGB24(const uint8* src_y, int src_stride_y, const uint8* src_u, int src_stride_u, const uint8* src_v, int src_stride_v, uint8* dst_rgb24, int dst_stride_rgb24, int width, int height) argument
H A Dconvert_from_argb.cc755 uint8* dst_rgb24, int dst_stride_rgb24,
760 if (!src_argb || !dst_rgb24 || width <= 0 || height == 0) {
792 ARGBToRGB24Row(src_argb, dst_rgb24, width);
794 dst_rgb24 += dst_stride_rgb24;
754 ARGBToRGB24(const uint8* src_argb, int src_stride_argb, uint8* dst_rgb24, int dst_stride_rgb24, int width, int height) argument
H A Drow_neon.cc335 uint8* dst_rgb24,
356 "+r"(dst_rgb24), // %3
1103 void ARGBToRGB24Row_NEON(const uint8* src_argb, uint8* dst_rgb24, int pix) { argument
1114 "+r"(dst_rgb24), // %1
332 I422ToRGB24Row_NEON(const uint8* src_y, const uint8* src_u, const uint8* src_v, uint8* dst_rgb24, int width) argument
H A Drow_neon64.cc348 uint8* dst_rgb24,
369 "+r"(dst_rgb24), // %3
1167 void ARGBToRGB24Row_NEON(const uint8* src_argb, uint8* dst_rgb24, int pix) { argument
1178 "+r"(dst_rgb24), // %1
345 I422ToRGB24Row_NEON(const uint8* src_y, const uint8* src_u, const uint8* src_v, uint8* dst_rgb24, int width) argument
H A Drow_posix.cc2226 uint8* dst_rgb24,
2256 "movq %%xmm0," MEMACCESS([dst_rgb24]) "\n"
2257 "movdqu %%xmm1," MEMACCESS2(0x8,[dst_rgb24]) "\n"
2258 "lea " MEMLEA(0x18,[dst_rgb24]) ",%[dst_rgb24] \n"
2264 [dst_rgb24]"+r"(dst_rgb24), // %[dst_rgb24]
2223 I422ToRGB24Row_SSSE3(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, uint8* dst_rgb24, int width) argument
H A Drow_win.cc2444 uint8* dst_rgb24,
2441 I422ToRGB24Row_SSSE3(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, uint8* dst_rgb24, int width) argument
/external/chromium_org/third_party/libyuv/source/
H A Dconvert_from.cc702 uint8* dst_rgb24, int dst_stride_rgb24,
710 if (!src_y || !src_u || !src_v || !dst_rgb24 ||
717 dst_rgb24 = dst_rgb24 + (height - 1) * dst_stride_rgb24;
737 I422ToRGB24Row(src_y, src_u, src_v, dst_rgb24, width);
738 dst_rgb24 += dst_stride_rgb24;
699 I420ToRGB24(const uint8* src_y, int src_stride_y, const uint8* src_u, int src_stride_u, const uint8* src_v, int src_stride_v, uint8* dst_rgb24, int dst_stride_rgb24, int width, int height) argument
H A Dconvert_from_argb.cc737 uint8* dst_rgb24, int dst_stride_rgb24,
742 if (!src_argb || !dst_rgb24 || width <= 0 || height == 0) {
774 ARGBToRGB24Row(src_argb, dst_rgb24, width);
776 dst_rgb24 += dst_stride_rgb24;
736 ARGBToRGB24(const uint8* src_argb, int src_stride_argb, uint8* dst_rgb24, int dst_stride_rgb24, int width, int height) argument
H A Drow_neon.cc335 uint8* dst_rgb24,
356 "+r"(dst_rgb24), // %3
1104 void ARGBToRGB24Row_NEON(const uint8* src_argb, uint8* dst_rgb24, int pix) { argument
1115 "+r"(dst_rgb24), // %1
332 I422ToRGB24Row_NEON(const uint8* src_y, const uint8* src_u, const uint8* src_v, uint8* dst_rgb24, int width) argument
H A Drow_posix.cc2226 uint8* dst_rgb24,
2256 "movq %%xmm0," MEMACCESS([dst_rgb24]) "\n"
2257 "movdqu %%xmm1," MEMACCESS2(0x8,[dst_rgb24]) "\n"
2258 "lea " MEMLEA(0x18,[dst_rgb24]) ",%[dst_rgb24] \n"
2264 [dst_rgb24]"+r"(dst_rgb24), // %[dst_rgb24]
2223 I422ToRGB24Row_SSSE3(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, uint8* dst_rgb24, int width) argument
H A Drow_win.cc2445 uint8* dst_rgb24,
2442 I422ToRGB24Row_SSSE3(const uint8* y_buf, const uint8* u_buf, const uint8* v_buf, uint8* dst_rgb24, int width) argument
/external/libyuv/files/include/libyuv/
H A Dplanar_functions.h105 uint8* dst_rgb24, int dst_stride_rgb24,

Completed in 594 milliseconds