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

/external/libyuv/files/source/
H A Drow_common.cc1203 uint8* dst_argb, const float* uv_dudv, int width) {
1206 uv[0] = uv_dudv[0];
1207 uv[1] = uv_dudv[1];
1215 uv[0] += uv_dudv[2];
1216 uv[1] += uv_dudv[3];
1202 ARGBAffineRow_C(const uint8* src_argb, int src_argb_stride, uint8* dst_argb, const float* uv_dudv, int width) argument
H A Drow_posix.cc3490 uint8* dst_argb, const float* uv_dudv, int width) {
3580 "+r"(uv_dudv), // %3
3489 ARGBAffineRow_SSE2(const uint8* src_argb, int src_argb_stride, uint8* dst_argb, const float* uv_dudv, int width) argument
H A Drow_win.cc3935 uint8* dst_argb, const float* uv_dudv, int width) {
3942 mov ecx, [esp + 24] // pointer to uv_dudv
3934 ARGBAffineRow_SSE2(const uint8* src_argb, int src_argb_stride, uint8* dst_argb, const float* uv_dudv, int width) argument

Completed in 346 milliseconds