Searched defs:x_sub (Results 1 – 5 of 5) sorted by relevance
29 const int x_sub = wrk->x_sub; in ImportRowShrink() local87 const int x_sub = wrk->x_sub; in ImportRowExpand() local
115 const int x_sub = wrk->x_sub; in RescalerImportRowShrinkSSE2() local
26 const int x_add = src_width, x_sub = dst_width; in WebPRescalerInit() local
40 int x_add, x_sub; // horizontal increments member
2465 x_sub(PyLongObject *a, PyLongObject *b) in x_sub() function