Searched refs:tmp_u (Results 1 - 4 of 4) sorted by relevance

/external/webp/src/dec/
H A Dwebpi.h31 uint8_t* tmp_y, *tmp_u, *tmp_v; // cache for the fancy upsampler member in struct:WebPDecParams
H A Dio.c111 const uint8_t* top_u = p->tmp_u;
144 memcpy(p->tmp_u, cur_u, uv_w * sizeof(*p->tmp_u));
566 p->tmp_u = p->tmp_y + io->mb_w;
567 p->tmp_v = p->tmp_u + uv_width;
H A Dvp8l.c485 const int tmp_u = VP8RGBToU(r, g, b); local
488 u[i] = (u[i] + tmp_u + 1) >> 1;
501 const int tmp_u = VP8RGBToU(r, g, b); local
503 u[i] = (u[i] + tmp_u + 1) >> 1;
/external/libyuv/files/source/
H A Dconvert.cc1747 uint8* tmp_u = u; local
2068 tmp_u, tmp_u_stride,

Completed in 111 milliseconds