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

  /external/webp/src/dsp/
yuv.c 191 const int tmp_u = VP8RGBToU(r, g, b, YUV_HALF << 2); local
194 u[i] = tmp_u;
198 u[i] = (u[i] + tmp_u + 1) >> 1;
207 const int tmp_u = VP8RGBToU(r, g, b, YUV_HALF << 2); local
210 u[i] = tmp_u;
213 u[i] = (u[i] + tmp_u + 1) >> 1;
  /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
io.c 113 const uint8_t* top_u = p->tmp_u;
146 memcpy(p->tmp_u, cur_u, uv_w * sizeof(*p->tmp_u));
568 p->tmp_u = p->tmp_y + io->mb_w;
569 p->tmp_v = p->tmp_u + uv_width;
vp8l.c 487 const int tmp_u = VP8RGBToU(r, g, b); local
490 u[i] = (u[i] + tmp_u + 1) >> 1;
503 const int tmp_u = VP8RGBToU(r, g, b); local
505 u[i] = (u[i] + tmp_u + 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
io.c 70 const uint8_t* top_u = p->tmp_u;
103 memcpy(p->tmp_u, cur_u, uv_w * sizeof(*p->tmp_u));
549 p->tmp_u = p->tmp_y + io->mb_w;
550 p->tmp_v = p->tmp_u + uv_width;
  /external/libvpx/libvpx/third_party/libyuv/source/
convert_to_i420.cc 49 uint8* tmp_u = u; local
326 tmp_u, tmp_u_stride,
  /external/libyuv/files/source/
convert_to_i420.cc 50 uint8* tmp_u = u; local
324 tmp_u, tmp_u_stride,

Completed in 106 milliseconds