/external/libvpx/libvpx/third_party/libyuv/source/ |
convert_to_i420.cc | 50 uint8* tmp_v = v; local 327 tmp_v, tmp_v_stride,
|
/external/libyuv/files/source/ |
convert_to_i420.cc | 51 uint8* tmp_v = v; local 325 tmp_v, tmp_v_stride,
|
/external/opencv3/3rdparty/libwebp/dec/ |
webpi.h | 33 uint8_t* tmp_y, *tmp_u, *tmp_v; // cache for the fancy upsampler member in struct:WebPDecParams
|
vp8l.c | 488 const int tmp_v = VP8RGBToV(r, g, b); local 491 v[i] = (v[i] + tmp_v + 1) >> 1; 504 const int tmp_v = VP8RGBToV(r, g, b); local 506 v[i] = (v[i] + tmp_v + 1) >> 1; [all...] |
/external/webp/src/dec/ |
webpi.h | 36 uint8_t* tmp_y, *tmp_u, *tmp_v; // cache for the fancy upsampler member in struct:WebPDecParams
|
/external/webp/src/dsp/ |
yuv.c | 192 const int tmp_v = VP8RGBToV(r, g, b, YUV_HALF << 2); local 195 v[i] = tmp_v; 199 v[i] = (v[i] + tmp_v + 1) >> 1; 208 const int tmp_v = VP8RGBToV(r, g, b, YUV_HALF << 2); local 211 v[i] = tmp_v; 214 v[i] = (v[i] + tmp_v + 1) >> 1;
|
/external/valgrind/memcheck/ |
mc_translate.c | 6393 IRTemp tmp_v = findShadowTmpV(&mce, tmp_o); local [all...] |