Searched refs:src_max_x (Results 1 - 1 of 1) sorted by relevance

/external/webp/src/demux/
H A Danim_decode.c282 const int src_max_x = src->x_offset + src->width; local
292 src->x_offset >= dst_max_x || src_max_x <= dst->x_offset) {
303 if (src_max_x > dst_max_x) {
305 *width2 = src_max_x - dst_max_x;

Completed in 562 milliseconds