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

  /external/libvpx/libvpx/third_party/libyuv/source/
convert_to_i420.cc 50 uint8* tmp_u = u; local
370 tmp_u, tmp_u_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_u = VP8RGBToU(r, g, b, YUV_HALF << 2); local
514 u[i] = (u[i] + tmp_u + 1) >> 1;
527 const int tmp_u = VP8RGBToU(r, g, b, YUV_HALF << 2); local
529 u[i] = (u[i] + tmp_u + 1) >> 1;
    [all...]
  /external/libyuv/files/source/
convert.cc 1747 uint8* tmp_u = u; local
    [all...]

Completed in 81 milliseconds