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

  /external/webp/src/dec/
webpi.h 45 uint8_t* tmp_y, *tmp_u, *tmp_v; // cache for the fancy upsampler member in struct:WebPDecParams
io.c 321 const uint8_t* top_u = p->tmp_u;
356 memcpy(p->tmp_u, cur_u, uv_w * sizeof(*p->tmp_u));
811 p->tmp_u = p->tmp_y + io->mb_w;
812 p->tmp_v = p->tmp_u + uv_width;
    [all...]

Completed in 14 milliseconds