HomeSort by relevance Sort by last modified time
    Searched defs:tmp_v (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/
convert_to_i420.cc 51 uint8* tmp_v = v; local
371 tmp_v, tmp_v_stride,
  /external/chromium_org/third_party/libwebp/dec/
webpi.h 33 uint8_t* tmp_y, *tmp_u, *tmp_v; // cache for the fancy upsampler member in struct:WebPDecParams
vp8l.c 511 const int tmp_v = VP8RGBToV(r, g, b, YUV_HALF << 2); local
514 v[i] = (v[i] + tmp_v + 1) >> 1;
527 const int tmp_v = VP8RGBToV(r, g, b, YUV_HALF << 2); local
529 v[i] = (v[i] + tmp_v + 1) >> 1;
    [all...]
  /external/chromium_org/third_party/libyuv/source/
convert_to_i420.cc 51 uint8* tmp_v = v; local
371 tmp_v, tmp_v_stride,
  /external/webp/src/dec/
webpi.h 33 uint8_t* tmp_y, *tmp_u, *tmp_v; // cache for the fancy upsampler member in struct:WebPDecParams
vp8l.c 511 const int tmp_v = VP8RGBToV(r, g, b, YUV_HALF << 2); local
514 v[i] = (v[i] + tmp_v + 1) >> 1;
527 const int tmp_v = VP8RGBToV(r, g, b, YUV_HALF << 2); local
529 v[i] = (v[i] + tmp_v + 1) >> 1;
    [all...]
  /external/libyuv/files/source/
convert.cc 1748 uint8* tmp_v = v; local
    [all...]
  /external/valgrind/main/memcheck/
mc_translate.c 6104 IRTemp tmp_v = findShadowTmpV(&mce, tmp_o); local
    [all...]

Completed in 881 milliseconds