Searched defs:uv_dudv (Results 1 - 2 of 2) sorted by relevance

/external/libvpx/libvpx/third_party/libyuv/source/
H A Drow_common.cc2131 uint8* dst_argb, const float* uv_dudv, int width) {
2135 uv[0] = uv_dudv[0];
2136 uv[1] = uv_dudv[1];
2144 uv[0] += uv_dudv[2];
2145 uv[1] += uv_dudv[3];
2130 ARGBAffineRow_C(const uint8* src_argb, int src_argb_stride, uint8* dst_argb, const float* uv_dudv, int width) argument
/external/libyuv/files/source/
H A Drow_common.cc2113 const float* uv_dudv,
2118 uv[0] = uv_dudv[0];
2119 uv[1] = uv_dudv[1];
2126 uv[0] += uv_dudv[2];
2127 uv[1] += uv_dudv[3];
2110 ARGBAffineRow_C(const uint8* src_argb, int src_argb_stride, uint8* dst_argb, const float* uv_dudv, int width) argument

Completed in 124 milliseconds