Searched defs:tmp_v (Results 1 – 8 of 8) sorted by relevance
/external/webp/src/dec/ |
D | webpi.h | 33 uint8_t* tmp_y, *tmp_u, *tmp_v; // cache for the fancy upsampler member
|
D | vp8l.c | 511 const int tmp_v = VP8RGBToV(r, g, b, YUV_HALF << 2); in ConvertToYUVA() local 527 const int tmp_v = VP8RGBToV(r, g, b, YUV_HALF << 2); in ConvertToYUVA() local
|
/external/chromium_org/third_party/libyuv/source/ |
D | convert_to_i420.cc | 51 uint8* tmp_v = v; in ConvertToI420() local
|
/external/chromium_org/third_party/libwebp/dec/ |
D | webpi.h | 33 uint8_t* tmp_y, *tmp_u, *tmp_v; // cache for the fancy upsampler member
|
D | vp8l.c | 511 const int tmp_v = VP8RGBToV(r, g, b, YUV_HALF << 2); in ConvertToYUVA() local 527 const int tmp_v = VP8RGBToV(r, g, b, YUV_HALF << 2); in ConvertToYUVA() local
|
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/ |
D | convert_to_i420.cc | 51 uint8* tmp_v = v; in ConvertToI420() local
|
/external/libyuv/files/source/ |
D | convert.cc | 1748 uint8* tmp_v = v; in ConvertToI420() local
|
/external/valgrind/main/memcheck/ |
D | mc_translate.c | 6104 IRTemp tmp_v = findShadowTmpV(&mce, tmp_o); in MC_() local
|