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/chromium_org/third_party/libyuv/include/libyuv/ |
D | planar_functions.h | 399 uint8* dst_argb, const float* uv_dudv, int width); 405 uint8* dst_argb, const float* uv_dudv, int width);
|
D | row.h | 1602 uint8* dst_argb, const float* uv_dudv, int width); 1605 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/chromium_org/third_party/libyuv/source/ |
D | row_common.cc | 1870 uint8* dst_argb, const float* uv_dudv, int width) { in ARGBAffineRow_C() argument 1874 uv[0] = uv_dudv[0]; in ARGBAffineRow_C() 1875 uv[1] = uv_dudv[1]; in ARGBAffineRow_C() 1883 uv[0] += uv_dudv[2]; in ARGBAffineRow_C() 1884 uv[1] += uv_dudv[3]; in ARGBAffineRow_C()
|
D | row_win.cc | 5997 uint8* dst_argb, const float* uv_dudv, int width) { in ARGBAffineRow_SSE2() argument
|