Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/libwebp/src/dsp/
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
Drescaler_sse2.c114 const int x_sub = wrk->x_sub; in RescalerImportRowShrink_SSE2() local
/third_party/skia/third_party/externals/libwebp/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
/third_party/ffmpeg/libavfilter/
Ddrawutils.c362 int w_sub, h_sub, x_sub, y_sub, left, right, top, bottom, y; in ff_blend_rectangle() local
543 int xm0, ym0, w_sub, h_sub, x_sub, y_sub, left, right, top, bottom, y; in ff_blend_mask() local
/third_party/python/Objects/
Dlongobject.c3226 x_sub(PyLongObject *a, PyLongObject *b) in x_sub() function