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

  /external/webp/src/dec/
io_dec.c 70 const uint8_t* top_u = p->tmp_u; local
82 upsample(p->tmp_y, cur_y, top_u, top_v, cur_u, cur_v,
88 top_u = cur_u;
95 top_u, top_v, cur_u, cur_v,
  /external/webp/src/enc/
picture_csp_enc.c 1055 const uint8_t* const top_u = cur_u; local
    [all...]

Completed in 98 milliseconds