Searched defs:top_u (Results 1 - 2 of 2) sorted by relevance

/external/webp/src/dec/
H A Dio_dec.c70 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/
H A Dpicture_csp_enc.c1056 const uint8_t* const top_u = cur_u; local
1060 upsample(cur_y, cur_y + picture->y_stride, top_u, top_v, cur_u, cur_v,

Completed in 251 milliseconds