Searched defs:top_u (Results 1 - 4 of 4) sorted by last modified time

/external/webp/src/dec/
H A Dio.c96 const uint8_t* top_u = p->tmp_u; local
108 upsample(p->tmp_y, cur_y, top_u, top_v, cur_u, cur_v,
114 top_u = cur_u;
121 top_u, top_v, cur_u, cur_v,
/external/webp/src/enc/
H A Dpicture_csp.c302 const uint8_t* const top_u = cur_u; local
306 upsample(cur_y, cur_y + picture->y_stride, top_u, top_v, cur_u, cur_v,
/external/chromium_org/third_party/libwebp/dec/
H A Dio.c96 const uint8_t* top_u = p->tmp_u; local
108 upsample(p->tmp_y, cur_y, top_u, top_v, cur_u, cur_v,
114 top_u = cur_u;
121 top_u, top_v, cur_u, cur_v,
/external/chromium_org/third_party/libwebp/enc/
H A Dpicture_csp.c302 const uint8_t* const top_u = cur_u; local
306 upsample(cur_y, cur_y + picture->y_stride, top_u, top_v, cur_u, cur_v,

Completed in 134 milliseconds