HomeSort by relevance Sort by last modified time
    Searched refs:tmp_y (Results 1 - 3 of 3) 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 335 upsample(p->tmp_y, cur_y, top_u, top_v, cur_u, cur_v,
355 memcpy(p->tmp_y, cur_y, mb_w * sizeof(*p->tmp_y));
810 p->tmp_y = (uint8_t*)p->memory;
811 p->tmp_u = p->tmp_y + io->mb_w;
    [all...]
  /external/qemu/target-arm/
neon_helper.c     [all...]

Completed in 144 milliseconds