/external/libaom/third_party/libyuv/source/ |
D | convert_argb.cc | 2521 int dst_stride_rgb24, in NV12ToRGB24Matrix() argument 2535 dst_rgb24 = dst_rgb24 + (height - 1) * dst_stride_rgb24; in NV12ToRGB24Matrix() 2536 dst_stride_rgb24 = -dst_stride_rgb24; in NV12ToRGB24Matrix() 2573 dst_rgb24 += dst_stride_rgb24; in NV12ToRGB24Matrix() 2589 int dst_stride_rgb24, in NV21ToRGB24Matrix() argument 2603 dst_rgb24 = dst_rgb24 + (height - 1) * dst_stride_rgb24; in NV21ToRGB24Matrix() 2604 dst_stride_rgb24 = -dst_stride_rgb24; in NV21ToRGB24Matrix() 2641 dst_rgb24 += dst_stride_rgb24; in NV21ToRGB24Matrix() 2657 int dst_stride_rgb24, in NV12ToRGB24() argument 2661 dst_rgb24, dst_stride_rgb24, &kYuvI601Constants, in NV12ToRGB24() [all …]
|
D | convert_from_argb.cc | 1254 int dst_stride_rgb24, in ARGBToRGB24() argument 1269 if (src_stride_argb == width * 4 && dst_stride_rgb24 == width * 3) { in ARGBToRGB24() 1272 src_stride_argb = dst_stride_rgb24 = 0; in ARGBToRGB24() 1326 dst_rgb24 += dst_stride_rgb24; in ARGBToRGB24()
|
D | planar_functions.cc | 1326 int dst_stride_rgb24, in RGB24Mirror() argument 1362 dst_rgb24 += dst_stride_rgb24; in RGB24Mirror() 1900 int dst_stride_rgb24, in RAWToRGB24() argument 1916 if (src_stride_raw == width * 3 && dst_stride_rgb24 == width * 3) { in RAWToRGB24() 1919 src_stride_raw = dst_stride_rgb24 = 0; in RAWToRGB24() 1957 dst_rgb24 += dst_stride_rgb24; in RAWToRGB24()
|
/external/libvpx/third_party/libyuv/source/ |
D | convert_argb.cc | 1767 int dst_stride_rgb24, in NV12ToRGB24Matrix() argument 1781 dst_rgb24 = dst_rgb24 + (height - 1) * dst_stride_rgb24; in NV12ToRGB24Matrix() 1782 dst_stride_rgb24 = -dst_stride_rgb24; in NV12ToRGB24Matrix() 1811 dst_rgb24 += dst_stride_rgb24; in NV12ToRGB24Matrix() 1826 int dst_stride_rgb24, in NV21ToRGB24Matrix() argument 1840 dst_rgb24 = dst_rgb24 + (height - 1) * dst_stride_rgb24; in NV21ToRGB24Matrix() 1841 dst_stride_rgb24 = -dst_stride_rgb24; in NV21ToRGB24Matrix() 1870 dst_rgb24 += dst_stride_rgb24; in NV21ToRGB24Matrix() 1887 int dst_stride_rgb24, in NV12ToRGB24() argument 1891 dst_rgb24, dst_stride_rgb24, &kYuvI601Constants, in NV12ToRGB24() [all …]
|
D | convert_from.cc | 628 int dst_stride_rgb24, in I420ToRGB24Matrix() argument 643 dst_rgb24 = dst_rgb24 + (height - 1) * dst_stride_rgb24; in I420ToRGB24Matrix() 644 dst_stride_rgb24 = -dst_stride_rgb24; in I420ToRGB24Matrix() 681 dst_rgb24 += dst_stride_rgb24; in I420ToRGB24Matrix() 700 int dst_stride_rgb24, in I420ToRGB24() argument 704 src_stride_v, dst_rgb24, dst_stride_rgb24, in I420ToRGB24() 736 int dst_stride_rgb24, in H420ToRGB24() argument 740 src_stride_v, dst_rgb24, dst_stride_rgb24, in H420ToRGB24()
|
D | convert_from_argb.cc | 854 int dst_stride_rgb24, in ARGBToRGB24() argument 869 if (src_stride_argb == width * 4 && dst_stride_rgb24 == width * 3) { in ARGBToRGB24() 872 src_stride_argb = dst_stride_rgb24 = 0; in ARGBToRGB24() 918 dst_rgb24 += dst_stride_rgb24; in ARGBToRGB24()
|
D | planar_functions.cc | 1676 int dst_stride_rgb24, in RAWToRGB24() argument 1692 if (src_stride_raw == width * 3 && dst_stride_rgb24 == width * 3) { in RAWToRGB24() 1695 src_stride_raw = dst_stride_rgb24 = 0; in RAWToRGB24() 1725 dst_rgb24 += dst_stride_rgb24; in RAWToRGB24()
|
/external/libaom/third_party/libyuv/include/libyuv/ |
D | convert_argb.h | 637 int dst_stride_rgb24, 648 int dst_stride_rgb24, 1121 int dst_stride_rgb24, 1145 int dst_stride_rgb24, 1169 int dst_stride_rgb24, 1458 int dst_stride_rgb24, 1470 int dst_stride_rgb24, 1527 int dst_stride_rgb24,
|
D | convert_from_argb.h | 89 int dst_stride_rgb24,
|
D | planar_functions.h | 363 int dst_stride_rgb24, 392 int dst_stride_rgb24,
|
/external/libvpx/third_party/libyuv/include/libyuv/ |
D | convert_from.h | 190 int dst_stride_rgb24, 214 int dst_stride_rgb24,
|
D | convert_argb.h | 286 int dst_stride_rgb24, 297 int dst_stride_rgb24,
|
D | convert_from_argb.h | 85 int dst_stride_rgb24,
|
D | planar_functions.h | 352 int dst_stride_rgb24,
|
/external/libyuv/files/include/libyuv/ |
D | convert_argb.h | 731 int dst_stride_rgb24, 742 int dst_stride_rgb24, 1251 int dst_stride_rgb24, 1275 int dst_stride_rgb24, 1299 int dst_stride_rgb24, 1822 int dst_stride_rgb24, 1834 int dst_stride_rgb24, 1891 int dst_stride_rgb24,
|
D | convert_from_argb.h | 89 int dst_stride_rgb24,
|
D | planar_functions.h | 555 int dst_stride_rgb24, 584 int dst_stride_rgb24,
|
/external/libyuv/files/source/ |
D | convert_argb.cc | 3736 int dst_stride_rgb24, in NV12ToRGB24Matrix() argument 3750 dst_rgb24 = dst_rgb24 + (height - 1) * dst_stride_rgb24; in NV12ToRGB24Matrix() 3751 dst_stride_rgb24 = -dst_stride_rgb24; in NV12ToRGB24Matrix() 3780 dst_rgb24 += dst_stride_rgb24; in NV12ToRGB24Matrix() 3796 int dst_stride_rgb24, in NV21ToRGB24Matrix() argument 3810 dst_rgb24 = dst_rgb24 + (height - 1) * dst_stride_rgb24; in NV21ToRGB24Matrix() 3811 dst_stride_rgb24 = -dst_stride_rgb24; in NV21ToRGB24Matrix() 3840 dst_rgb24 += dst_stride_rgb24; in NV21ToRGB24Matrix() 3856 int dst_stride_rgb24, in NV12ToRGB24() argument 3860 dst_rgb24, dst_stride_rgb24, &kYuvI601Constants, in NV12ToRGB24() [all …]
|
D | convert_from_argb.cc | 1303 int dst_stride_rgb24, in ARGBToRGB24() argument 1318 if (src_stride_argb == width * 4 && dst_stride_rgb24 == width * 3) { in ARGBToRGB24() 1321 src_stride_argb = dst_stride_rgb24 = 0; in ARGBToRGB24() 1375 dst_rgb24 += dst_stride_rgb24; in ARGBToRGB24()
|
D | planar_functions.cc | 2453 int dst_stride_rgb24, in RGB24Mirror() argument 2489 dst_rgb24 += dst_stride_rgb24; in RGB24Mirror() 3001 int dst_stride_rgb24, in RAWToRGB24() argument 3017 if (src_stride_raw == width * 3 && dst_stride_rgb24 == width * 3) { in RAWToRGB24() 3020 src_stride_raw = dst_stride_rgb24 = 0; in RAWToRGB24() 3058 dst_rgb24 += dst_stride_rgb24; in RAWToRGB24()
|