/external/libvpx/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/libyuv/files/source/ |
D | convert_argb.cc | 1832 int dst_stride_rgb24, in NV12ToRGB24Matrix() argument 1846 dst_rgb24 = dst_rgb24 + (height - 1) * dst_stride_rgb24; in NV12ToRGB24Matrix() 1847 dst_stride_rgb24 = -dst_stride_rgb24; in NV12ToRGB24Matrix() 1876 dst_rgb24 += dst_stride_rgb24; in NV12ToRGB24Matrix() 1891 int dst_stride_rgb24, in NV21ToRGB24Matrix() argument 1905 dst_rgb24 = dst_rgb24 + (height - 1) * dst_stride_rgb24; in NV21ToRGB24Matrix() 1906 dst_stride_rgb24 = -dst_stride_rgb24; in NV21ToRGB24Matrix() 1935 dst_rgb24 += dst_stride_rgb24; in NV21ToRGB24Matrix() 1951 int dst_stride_rgb24, in NV12ToRGB24() argument 1955 dst_rgb24, dst_stride_rgb24, &kYuvI601Constants, in NV12ToRGB24() [all …]
|
D | convert_from.cc | 652 int dst_stride_rgb24, in I420ToRGB24Matrix() argument 667 dst_rgb24 = dst_rgb24 + (height - 1) * dst_stride_rgb24; in I420ToRGB24Matrix() 668 dst_stride_rgb24 = -dst_stride_rgb24; in I420ToRGB24Matrix() 705 dst_rgb24 += dst_stride_rgb24; in I420ToRGB24Matrix() 724 int dst_stride_rgb24, in I420ToRGB24() argument 728 src_stride_v, dst_rgb24, dst_stride_rgb24, in I420ToRGB24() 760 int dst_stride_rgb24, in H420ToRGB24() argument 764 src_stride_v, dst_rgb24, dst_stride_rgb24, in H420ToRGB24()
|
D | convert_from_argb.cc | 1151 int dst_stride_rgb24, in ARGBToRGB24() argument 1166 if (src_stride_argb == width * 4 && dst_stride_rgb24 == width * 3) { in ARGBToRGB24() 1169 src_stride_argb = dst_stride_rgb24 = 0; in ARGBToRGB24() 1223 dst_rgb24 += dst_stride_rgb24; in ARGBToRGB24()
|
D | planar_functions.cc | 1864 int dst_stride_rgb24, in RAWToRGB24() argument 1880 if (src_stride_raw == width * 3 && dst_stride_rgb24 == width * 3) { in RAWToRGB24() 1883 src_stride_raw = dst_stride_rgb24 = 0; in RAWToRGB24() 1921 dst_rgb24 += dst_stride_rgb24; in RAWToRGB24()
|
/external/libvpx/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_from.h | 190 int dst_stride_rgb24, 214 int dst_stride_rgb24,
|
D | convert_argb.h | 287 int dst_stride_rgb24, 298 int dst_stride_rgb24,
|
D | convert_from_argb.h | 85 int dst_stride_rgb24,
|
D | planar_functions.h | 365 int dst_stride_rgb24,
|
/external/libaom/libaom/third_party/libyuv/source/ |
D | convert_from.cc | 716 uint8* dst_rgb24, int dst_stride_rgb24, in I420ToRGB24() argument 731 dst_rgb24 = dst_rgb24 + (height - 1) * dst_stride_rgb24; in I420ToRGB24() 732 dst_stride_rgb24 = -dst_stride_rgb24; in I420ToRGB24() 761 dst_rgb24 += dst_stride_rgb24; in I420ToRGB24()
|
D | convert_from_argb.cc | 764 uint8* dst_rgb24, int dst_stride_rgb24, in ARGBToRGB24() argument 779 dst_stride_rgb24 == width * 3) { in ARGBToRGB24() 782 src_stride_argb = dst_stride_rgb24 = 0; in ARGBToRGB24() 804 dst_rgb24 += dst_stride_rgb24; in ARGBToRGB24()
|
/external/libaom/libaom/third_party/libyuv/include/libyuv/ |
D | convert_from_argb.h | 50 uint8* dst_rgb24, int dst_stride_rgb24,
|