Home
last modified time | relevance | path

Searched defs:tmp_v (Results 1 – 5 of 5) sorted by relevance

/external/webp/src/dsp/
Dyuv.c142 const int tmp_v = VP8RGBToV(r, g, b, YUV_HALF << 2); in WebPConvertARGBToUV_C() local
158 const int tmp_v = VP8RGBToV(r, g, b, YUV_HALF << 2); in WebPConvertARGBToUV_C() local
/external/libyuv/files/source/
Dconvert_to_i420.cc58 uint8* tmp_v = v; in ConvertToI420() local
/external/libvpx/libvpx/third_party/libyuv/source/
Dconvert_to_i420.cc58 uint8_t* tmp_v = dst_v; in ConvertToI420() local
/external/libaom/libaom/third_party/libyuv/source/
Dconvert_to_i420.cc50 uint8* tmp_v = v; in ConvertToI420() local
/external/webp/src/dec/
Dwebpi_dec.h36 uint8_t* tmp_y, *tmp_u, *tmp_v; // cache for the fancy upsampler member