Home
last modified time | relevance | path

Searched refs:dst_stride_rgb24 (Results 1 – 19 of 19) sorted by relevance

/external/libvpx/libvpx/third_party/libyuv/source/
Dconvert_argb.cc1767 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 …]
Dconvert_from.cc628 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()
Dconvert_from_argb.cc854 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()
Dplanar_functions.cc1676 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/
Dconvert_argb.cc1832 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 …]
Dconvert_from.cc652 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()
Dconvert_from_argb.cc1151 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()
Dplanar_functions.cc1864 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/
Dconvert_from.h190 int dst_stride_rgb24,
214 int dst_stride_rgb24,
Dconvert_argb.h286 int dst_stride_rgb24,
297 int dst_stride_rgb24,
Dconvert_from_argb.h85 int dst_stride_rgb24,
Dplanar_functions.h352 int dst_stride_rgb24,
/external/libyuv/files/include/libyuv/
Dconvert_from.h190 int dst_stride_rgb24,
214 int dst_stride_rgb24,
Dconvert_argb.h287 int dst_stride_rgb24,
298 int dst_stride_rgb24,
Dconvert_from_argb.h85 int dst_stride_rgb24,
Dplanar_functions.h365 int dst_stride_rgb24,
/external/libaom/libaom/third_party/libyuv/source/
Dconvert_from.cc716 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()
Dconvert_from_argb.cc764 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/
Dconvert_from_argb.h50 uint8* dst_rgb24, int dst_stride_rgb24,