Home
last modified time | relevance | path

Searched defs:x_add (Results 1 – 5 of 5) sorted by relevance

/external/webp/src/dsp/
Drescaler_mips32.c29 const int x_add = wrk->x_add; in ImportRowShrink_MIPS32() local
88 const int x_add = wrk->x_add; in ImportRowExpand_MIPS32() local
Drescaler_sse2.c50 const int x_add = wrk->x_add; in RescalerImportRowExpand_SSE2() local
/external/webp/src/utils/
Drescaler_utils.c29 const int x_add = src_width, x_sub = dst_width; in WebPRescalerInit() local
Drescaler_utils.h40 int x_add, x_sub; // horizontal increments member
/external/python/cpython3/Objects/
Dlongobject.c3664 x_add(PyLongObject *a, PyLongObject *b) in x_add() function