Searched refs:uv_dudv (Results 1 – 9 of 9) sorted by relevance
/external/libyuv/files/include/libyuv/ |
D | planar_functions.h | 323 uint8* dst_argb, const float* uv_dudv, int width); 329 uint8* dst_argb, const float* uv_dudv, int width);
|
D | row.h | 713 uint8* dst_argb, const float* uv_dudv, int width); 716 uint8* dst_argb, const float* uv_dudv, int width);
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | planar_functions.h | 418 uint8* dst_argb, const float* uv_dudv, int width); 421 uint8* dst_argb, const float* uv_dudv, int width);
|
D | row.h | 1747 uint8* dst_argb, const float* uv_dudv, int width); 1750 uint8* dst_argb, const float* uv_dudv, int width);
|
/external/libyuv/files/source/ |
D | row_common.cc | 1203 uint8* dst_argb, const float* uv_dudv, int width) { in ARGBAffineRow_C() argument 1206 uv[0] = uv_dudv[0]; in ARGBAffineRow_C() 1207 uv[1] = uv_dudv[1]; in ARGBAffineRow_C() 1215 uv[0] += uv_dudv[2]; in ARGBAffineRow_C() 1216 uv[1] += uv_dudv[3]; in ARGBAffineRow_C()
|
D | row_posix.cc | 3490 uint8* dst_argb, const float* uv_dudv, int width) { in ARGBAffineRow_SSE2() argument 3580 "+r"(uv_dudv), // %3 in ARGBAffineRow_SSE2()
|
D | row_win.cc | 3935 uint8* dst_argb, const float* uv_dudv, int width) { in ARGBAffineRow_SSE2() argument
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | row_common.cc | 1999 uint8* dst_argb, const float* uv_dudv, int width) { in ARGBAffineRow_C() argument 2003 uv[0] = uv_dudv[0]; in ARGBAffineRow_C() 2004 uv[1] = uv_dudv[1]; in ARGBAffineRow_C() 2012 uv[0] += uv_dudv[2]; in ARGBAffineRow_C() 2013 uv[1] += uv_dudv[3]; in ARGBAffineRow_C()
|
D | row_win.cc | 5426 uint8* dst_argb, const float* uv_dudv, int width) { in ARGBAffineRow_SSE2() argument
|