/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 | 114 const uint8_t* top_v = p->tmp_v; 147 memcpy(p->tmp_v, cur_v, uv_w * sizeof(*p->tmp_v)); 569 p->tmp_v = p->tmp_u + uv_width;
|
vp8l.c | 489 const int tmp_v = VP8RGBToV(r, g, b); local 492 v[i] = (v[i] + tmp_v + 1) >> 1; 505 const int tmp_v = VP8RGBToV(r, g, b); local 507 v[i] = (v[i] + tmp_v + 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 | 114 const uint8_t* top_v = p->tmp_v; 147 memcpy(p->tmp_v, cur_v, uv_w * sizeof(*p->tmp_v)); 569 p->tmp_v = p->tmp_u + uv_width;
|
vp8l.c | 488 const int tmp_v = VP8RGBToV(r, g, b); local 491 v[i] = (v[i] + tmp_v + 1) >> 1; 504 const int tmp_v = VP8RGBToV(r, g, b); local 506 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 | 5428 IRTemp tmp_v = findShadowTmpV(&mce, tmp_o); local [all...] |