Home
last modified time | relevance | path

Searched defs:x_sub (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/webp/src/dsp/
H A Drescaler_mips32.c30 const int x_sub = wrk->x_sub; in ImportRowShrink_MIPS32() local
89 const int x_sub = wrk->x_sub; in ImportRowExpand_MIPS32() local
H A Drescaler_sse2.c114 const int x_sub = wrk->x_sub; in RescalerImportRowShrink_SSE2() local
/aosp_15_r20/external/webp/src/utils/
H A Drescaler_utils.c29 const int x_add = src_width, x_sub = dst_width; in WebPRescalerInit() local
H A Drescaler_utils.h40 int x_add, x_sub; // horizontal increments member
/aosp_15_r20/external/python/cpython2/Objects/
Dlongobject.c2465 x_sub(PyLongObject *a, PyLongObject *b) in x_sub() function
/aosp_15_r20/external/python/cpython3/Objects/
Dlongobject.c3226 x_sub(PyLongObject *a, PyLongObject *b) in x_sub() function