Searched defs:tmp_v (Results 1 – 7 of 7) sorted by relevance
/external/webp/src/dsp/ |
D | yuv.c | 192 const int tmp_v = VP8RGBToV(r, g, b, YUV_HALF << 2); in WebPConvertARGBToUV_C() local 208 const int tmp_v = VP8RGBToV(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 | 488 const int tmp_v = VP8RGBToV(r, g, b); in ConvertToYUVA() local 504 const int tmp_v = VP8RGBToV(r, g, b); in ConvertToYUVA() local
|
/external/libyuv/files/source/ |
D | convert_to_i420.cc | 51 uint8* tmp_v = v; in ConvertToI420() local
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | convert_to_i420.cc | 50 uint8* tmp_v = v; 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/valgrind/memcheck/ |
D | mc_translate.c | 6393 IRTemp tmp_v = findShadowTmpV(&mce, tmp_o); in MC_() local
|