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

  /external/webp/src/dec/
webpi.h 33 uint8_t* tmp_y, *tmp_u, *tmp_v; // cache for the fancy upsampler member in struct:WebPDecParams
io.c 96 const uint8_t* top_u = p->tmp_u;
129 memcpy(p->tmp_u, cur_u, uv_w * sizeof(*p->tmp_u));
581 p->tmp_u = p->tmp_y + io->mb_w;
582 p->tmp_v = p->tmp_u + uv_width;
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/libvpx/libvpx/third_party/libyuv/source/
convert_to_i420.cc 50 uint8* tmp_u = u; local
370 tmp_u, tmp_u_stride,
  /external/libyuv/files/source/
convert.cc 1747 uint8* tmp_u = u; local
    [all...]

Completed in 60 milliseconds