Home
last modified time | relevance | path

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

/external/libaom/third_party/libyuv/source/
Dconvert_argb.cc2521 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 …]
Dconvert_from_argb.cc1254 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()
Dplanar_functions.cc1326 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/
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/libaom/third_party/libyuv/include/libyuv/
Dconvert_argb.h637 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,
Dconvert_from_argb.h89 int dst_stride_rgb24,
Dplanar_functions.h363 int dst_stride_rgb24,
392 int dst_stride_rgb24,
/external/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_argb.h731 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,
Dconvert_from_argb.h89 int dst_stride_rgb24,
Dplanar_functions.h555 int dst_stride_rgb24,
584 int dst_stride_rgb24,
/external/libyuv/files/source/
Dconvert_argb.cc3736 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 …]
Dconvert_from_argb.cc1303 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()
Dplanar_functions.cc2453 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()