Searched refs:dst_uv (Results 1 - 25 of 27) sorted by relevance

12

/external/libvpx/libvpx/third_party/libyuv/source/
H A Dconvert_from_argb.cc261 uint8* dst_uv, int dst_stride_uv,
269 void (*MergeUVRow_)(const uint8* src_u, const uint8* src_v, uint8* dst_uv,
272 !dst_y || !dst_uv ||
349 MergeUVRow_(row_u, row_v, dst_uv, halfwidth);
354 dst_uv += dst_stride_uv;
358 MergeUVRow_(row_u, row_v, dst_uv, halfwidth);
370 uint8* dst_uv, int dst_stride_uv,
378 void (*MergeUVRow_)(const uint8* src_u, const uint8* src_v, uint8* dst_uv,
381 !dst_y || !dst_uv ||
458 MergeUVRow_(row_v, row_u, dst_uv, halfwidt
259 ARGBToNV12(const uint8* src_argb, int src_stride_argb, uint8* dst_y, int dst_stride_y, uint8* dst_uv, int dst_stride_uv, int width, int height) argument
368 ARGBToNV21(const uint8* src_argb, int src_stride_argb, uint8* dst_y, int dst_stride_y, uint8* dst_uv, int dst_stride_uv, int width, int height) argument
[all...]
H A Dconvert_from.cc367 uint8* dst_uv, int dst_stride_uv,
370 void (*MergeUVRow_)(const uint8* src_u, const uint8* src_v, uint8* dst_uv,
375 if (!src_y || !src_u || !src_v || !dst_y || !dst_uv ||
384 dst_uv = dst_uv + (halfheight - 1) * dst_stride_uv;
430 MergeUVRow_(src_u, src_v, dst_uv, halfwidth);
433 dst_uv += dst_stride_uv;
1234 uint8* dst_uv = dst_sample + width * height; local
1240 dst_uv,
363 I420ToNV12(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_y, int dst_stride_y, uint8* dst_uv, int dst_stride_uv, int width, int height) argument
H A Drow_x86.asm109 ; void MergeUVRow_SSE2(const uint8* src_u, const uint8* src_v, uint8* dst_uv,
113 cglobal MergeUVRow_%2, 4, 4, 3, src_u, src_v, dst_uv, pix
H A Dplanar_functions.cc2347 uint8* dst_uv, int dst_stride_uv,
2357 !dst_y || !dst_uv ||
2434 InterpolateRow(dst_uv, rows, awidth, awidth, 128);
2437 dst_uv += dst_stride_uv;
2441 SplitUVRow(src_yuy2, dst_y, dst_uv, width);
2451 uint8* dst_uv, int dst_stride_uv,
2461 !dst_y || !dst_uv ||
2538 InterpolateRow(dst_uv, rows, awidth, awidth, 128);
2541 dst_uv += dst_stride_uv;
2545 SplitUVRow(src_uyvy, dst_y, dst_uv, widt
2345 YUY2ToNV12(const uint8* src_yuy2, int src_stride_yuy2, uint8* dst_y, int dst_stride_y, uint8* dst_uv, int dst_stride_uv, int width, int height) argument
2449 UYVYToNV12(const uint8* src_uyvy, int src_stride_uyvy, uint8* dst_y, int dst_stride_y, uint8* dst_uv, int dst_stride_uv, int width, int height) argument
[all...]
H A Drow_common.cc1690 void MergeUVRow_C(const uint8* src_u, const uint8* src_v, uint8* dst_uv, argument
1694 dst_uv[0] = src_u[x];
1695 dst_uv[1] = src_v[x];
1696 dst_uv[2] = src_u[x + 1];
1697 dst_uv[3] = src_v[x + 1];
1698 dst_uv += 4;
1701 dst_uv[0] = src_u[width - 1];
1702 dst_uv[1] = src_v[width - 1];
2019 uint8* dst_uv, int pix) {
2022 dst_uv[
2018 HalfRow_C(const uint8* src_uv, int src_uv_stride, uint8* dst_uv, int pix) argument
2026 HalfRow_16_C(const uint16* src_uv, int src_uv_stride, uint16* dst_uv, int pix) argument
[all...]
H A Drow_neon.cc777 void MergeUVRow_NEON(const uint8* src_u, const uint8* src_v, uint8* dst_uv, argument
793 "+r"(dst_uv), // %2
H A Drow_neon64.cc752 void MergeUVRow_NEON(const uint8* src_u, const uint8* src_v, uint8* dst_uv, argument
767 "+r"(dst_uv), // %2
H A Drow_gcc.cc2532 void MergeUVRow_AVX2(const uint8* src_u, const uint8* src_v, uint8* dst_uv, argument
2553 "+r"(dst_uv), // %2
2563 void MergeUVRow_SSE2(const uint8* src_u, const uint8* src_v, uint8* dst_uv, argument
2582 "+r"(dst_uv), // %2
/external/libyuv/files/source/
H A Dconvert_from_argb.cc260 uint8* dst_uv, int dst_stride_uv,
268 void (*MergeUVRow_)(const uint8* src_u, const uint8* src_v, uint8* dst_uv,
271 !dst_y || !dst_uv ||
348 MergeUVRow_(row_u, row_v, dst_uv, halfwidth);
353 dst_uv += dst_stride_uv;
357 MergeUVRow_(row_u, row_v, dst_uv, halfwidth);
369 uint8* dst_uv, int dst_stride_uv,
377 void (*MergeUVRow_)(const uint8* src_u, const uint8* src_v, uint8* dst_uv,
380 !dst_y || !dst_uv ||
457 MergeUVRow_(row_v, row_u, dst_uv, halfwidt
258 ARGBToNV12(const uint8* src_argb, int src_stride_argb, uint8* dst_y, int dst_stride_y, uint8* dst_uv, int dst_stride_uv, int width, int height) argument
367 ARGBToNV21(const uint8* src_argb, int src_stride_argb, uint8* dst_y, int dst_stride_y, uint8* dst_uv, int dst_stride_uv, int width, int height) argument
[all...]
H A Dconvert_from.cc367 uint8* dst_uv, int dst_stride_uv,
370 void (*MergeUVRow_)(const uint8* src_u, const uint8* src_v, uint8* dst_uv,
375 if (!src_y || !src_u || !src_v || !dst_y || !dst_uv ||
384 dst_uv = dst_uv + (halfheight - 1) * dst_stride_uv;
430 MergeUVRow_(src_u, src_v, dst_uv, halfwidth);
433 dst_uv += dst_stride_uv;
1053 uint8* dst_uv = dst_sample + width * height; local
1059 dst_uv,
363 I420ToNV12(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_y, int dst_stride_y, uint8* dst_uv, int dst_stride_uv, int width, int height) argument
H A Dplanar_functions.cc2475 uint8* dst_uv, int dst_stride_uv,
2485 !dst_y || !dst_uv ||
2555 InterpolateRow(dst_uv, rows + awidth, awidth, awidth, 128);
2558 dst_uv += dst_stride_uv;
2562 SplitUVRow(src_yuy2, rows, dst_uv, awidth);
2573 uint8* dst_uv, int dst_stride_uv,
2583 !dst_y || !dst_uv ||
2653 InterpolateRow(dst_uv, rows + awidth, awidth, awidth, 128);
2656 dst_uv += dst_stride_uv;
2660 SplitUVRow(src_uyvy, dst_uv, row
2473 YUY2ToNV12(const uint8* src_yuy2, int src_stride_yuy2, uint8* dst_y, int dst_stride_y, uint8* dst_uv, int dst_stride_uv, int width, int height) argument
2571 UYVYToNV12(const uint8* src_uyvy, int src_stride_uyvy, uint8* dst_y, int dst_stride_y, uint8* dst_uv, int dst_stride_uv, int width, int height) argument
[all...]
H A Drow_common.cc1803 void MergeUVRow_C(const uint8* src_u, const uint8* src_v, uint8* dst_uv, argument
1807 dst_uv[0] = src_u[x];
1808 dst_uv[1] = src_v[x];
1809 dst_uv[2] = src_u[x + 1];
1810 dst_uv[3] = src_v[x + 1];
1811 dst_uv += 4;
1814 dst_uv[0] = src_u[width - 1];
1815 dst_uv[1] = src_v[width - 1];
2151 uint8* dst_uv, int width) {
2154 dst_uv[
2150 HalfRow_C(const uint8* src_uv, ptrdiff_t src_uv_stride, uint8* dst_uv, int width) argument
2158 HalfRow_16_C(const uint16* src_uv, ptrdiff_t src_uv_stride, uint16* dst_uv, int width) argument
[all...]
H A Drow_neon.cc643 void MergeUVRow_NEON(const uint8* src_u, const uint8* src_v, uint8* dst_uv, argument
658 "+r"(dst_uv), // %2
H A Drow_neon64.cc637 void MergeUVRow_NEON(const uint8* src_u, const uint8* src_v, uint8* dst_uv, argument
652 "+r"(dst_uv), // %2
H A Drow_gcc.cc2738 void MergeUVRow_AVX2(const uint8* src_u, const uint8* src_v, uint8* dst_uv, argument
2759 "+r"(dst_uv), // %2
2769 void MergeUVRow_SSE2(const uint8* src_u, const uint8* src_v, uint8* dst_uv, argument
2788 "+r"(dst_uv), // %2
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
H A Dconvert_from_argb.h156 uint8* dst_uv, int dst_stride_uv,
H A Dplanar_functions.h91 uint8* dst_uv, int dst_stride_uv,
97 uint8* dst_uv, int dst_stride_uv,
H A Dconvert_from.h66 uint8* dst_uv, int dst_stride_uv,
H A Drow.h789 void MergeUVRow_C(const uint8* src_u, const uint8* src_v, uint8* dst_uv,
791 void MergeUVRow_SSE2(const uint8* src_u, const uint8* src_v, uint8* dst_uv,
793 void MergeUVRow_AVX2(const uint8* src_u, const uint8* src_v, uint8* dst_uv,
795 void MergeUVRow_NEON(const uint8* src_u, const uint8* src_v, uint8* dst_uv,
797 void MergeUVRow_Any_SSE2(const uint8* src_u, const uint8* src_v, uint8* dst_uv,
799 void MergeUVRow_Any_AVX2(const uint8* src_u, const uint8* src_v, uint8* dst_uv,
801 void MergeUVRow_Any_NEON(const uint8* src_u, const uint8* src_v, uint8* dst_uv,
/external/libyuv/files/include/libyuv/
H A Dconvert_from_argb.h156 uint8* dst_uv, int dst_stride_uv,
H A Dplanar_functions.h91 uint8* dst_uv, int dst_stride_uv,
97 uint8* dst_uv, int dst_stride_uv,
H A Dconvert_from.h64 uint8* dst_uv, int dst_stride_uv,
H A Drow.h847 void MergeUVRow_C(const uint8* src_u, const uint8* src_v, uint8* dst_uv,
849 void MergeUVRow_SSE2(const uint8* src_u, const uint8* src_v, uint8* dst_uv,
851 void MergeUVRow_AVX2(const uint8* src_u, const uint8* src_v, uint8* dst_uv,
853 void MergeUVRow_NEON(const uint8* src_u, const uint8* src_v, uint8* dst_uv,
855 void MergeUVRow_Any_SSE2(const uint8* src_u, const uint8* src_v, uint8* dst_uv,
857 void MergeUVRow_Any_AVX2(const uint8* src_u, const uint8* src_v, uint8* dst_uv,
859 void MergeUVRow_Any_NEON(const uint8* src_u, const uint8* src_v, uint8* dst_uv,
/external/webrtc/webrtc/modules/video_coding/codecs/h264/
H A Dh264_video_toolbox_encoder.cc138 uint8_t* dst_uv = reinterpret_cast<uint8_t*>( local
146 dst_stride_y, dst_uv, dst_stride_uv, frame.width(), frame.height());
/external/libyuv/files/unit_test/
H A Dconvert_test.cc1639 align_buffer_page_end(dst_uv, 2 * \
1662 dst_uv, 2 * SUBSAMPLE(kWidth, 2), \
1673 EXPECT_EQ(dst_uv_orig[i], dst_uv[i]); \
1683 free_aligned_buffer_page_end(dst_uv); \

Completed in 204 milliseconds

12