/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
|
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 | 488 const int tmp_u = VP8RGBToU(r, g, b); local 491 u[i] = (u[i] + tmp_u + 1) >> 1; 504 const int tmp_u = VP8RGBToU(r, g, b); local 506 u[i] = (u[i] + tmp_u + 1) >> 1; [all...] |
/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 | 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/libyuv/files/source/ |
convert.cc | 1747 uint8* tmp_u = u; local [all...] |