HomeSort by relevance Sort by last modified time
    Searched full:tmp_y (Results 1 - 4 of 4) sorted by null

  /external/webp/src/dec/
io.c 123 upsample(p->tmp_y, cur_y, top_u, top_v, cur_u, cur_v,
143 memcpy(p->tmp_y, cur_y, mb_w * sizeof(*p->tmp_y));
565 p->tmp_y = (uint8_t*)p->memory;
566 p->tmp_u = p->tmp_y + io->mb_w;
webpi.h 31 uint8_t* tmp_y, *tmp_u, *tmp_v; // cache for the fancy upsampler member in struct:WebPDecParams
  /external/qemu/target-arm/
neon_helper.c     [all...]
  /external/libyuv/files/source/
convert.cc 1746 uint8* tmp_y = y; local
    [all...]

Completed in 1193 milliseconds