Searched defs:top_v (Results 1 - 2 of 2) sorted by relevance
/external/webp/src/dec/ |
H A D | io_dec.c | 71 const uint8_t* top_v = p->tmp_v; local 82 upsample(p->tmp_y, cur_y, top_u, top_v, cur_u, cur_v, 89 top_v = cur_v; 95 top_u, top_v, cur_u, cur_v,
|
/external/webp/src/enc/ |
H A D | picture_csp_enc.c | 1057 const uint8_t* const top_v = cur_v; local 1060 upsample(cur_y, cur_y + picture->y_stride, top_u, top_v, cur_u, cur_v,
|
Completed in 824 milliseconds