Home
last modified time | relevance | path

Searched defs:tmp_u (Results 1 – 3 of 3) sorted by relevance

/external/webp/src/dec/
Dwebpi.h31 uint8_t* tmp_y, *tmp_u, *tmp_v; // cache for the fancy upsampler member
Dvp8l.c485 const int tmp_u = VP8RGBToU(r, g, b); in ConvertToYUVA() local
501 const int tmp_u = VP8RGBToU(r, g, b); in ConvertToYUVA() local
/external/libyuv/files/source/
Dconvert.cc1747 uint8* tmp_u = u; in ConvertToI420() local