Searched defs:tmp_u (Results 1 – 6 of 6) sorted by relevance
/external/webp/src/dsp/ |
D | yuv.c | 191 const int tmp_u = VP8RGBToU(r, g, b, YUV_HALF << 2); in WebPConvertARGBToUV_C() local 207 const int tmp_u = VP8RGBToU(r, g, b, YUV_HALF << 2); in WebPConvertARGBToUV_C() local
|
/external/opencv3/3rdparty/libwebp/dec/ |
D | webpi.h | 33 uint8_t* tmp_y, *tmp_u, *tmp_v; // cache for the fancy upsampler member
|
D | vp8l.c | 487 const int tmp_u = VP8RGBToU(r, g, b); in ConvertToYUVA() local 503 const int tmp_u = VP8RGBToU(r, g, b); in ConvertToYUVA() local
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | convert_to_i420.cc | 49 uint8* tmp_u = u; in ConvertToI420() local
|
/external/webp/src/dec/ |
D | webpi.h | 36 uint8_t* tmp_y, *tmp_u, *tmp_v; // cache for the fancy upsampler member
|
/external/libyuv/files/source/ |
D | convert.cc | 1747 uint8* tmp_u = u; in ConvertToI420() local
|