Lines Matching defs:ox
555 int height, int denom, int wx, int ox, intptr_t mx, intptr_t my, int width)
569 ox = ox * (1 << (BIT_DEPTH - 8));
572 dst[x] = av_clip_pixel((((src[x] << (14 - BIT_DEPTH)) * wx + offset) >> shift) + ox);
872 int height, int denom, int wx, int ox,
888 ox = ox * (1 << (BIT_DEPTH - 8));
891 dst[x] = av_clip_pixel((((QPEL_FILTER(src, 1) >> (BIT_DEPTH - 8)) * wx + offset) >> shift) + ox);
927 int height, int denom, int wx, int ox,
943 ox = ox * (1 << (BIT_DEPTH - 8));
946 dst[x] = av_clip_pixel((((QPEL_FILTER(src, srcstride) >> (BIT_DEPTH - 8)) * wx + offset) >> shift) + ox);
982 int height, int denom, int wx, int ox,
1012 ox = ox * (1 << (BIT_DEPTH - 8));
1015 dst[x] = av_clip_pixel((((QPEL_FILTER(tmp, MAX_PB_SIZE) >> 6) * wx + offset) >> shift) + ox);
1314 int height, int denom, int wx, int ox, intptr_t mx, intptr_t my, int width)
1329 ox = ox * (1 << (BIT_DEPTH - 8));
1332 dst[x] = av_clip_pixel((((EPEL_FILTER(src, 1) >> (BIT_DEPTH - 8)) * wx + offset) >> shift) + ox);
1366 int height, int denom, int wx, int ox, intptr_t mx, intptr_t my, int width)
1381 ox = ox * (1 << (BIT_DEPTH - 8));
1384 dst[x] = av_clip_pixel((((EPEL_FILTER(src, srcstride) >> (BIT_DEPTH - 8)) * wx + offset) >> shift) + ox);
1418 int height, int denom, int wx, int ox, intptr_t mx, intptr_t my, int width)
1447 ox = ox * (1 << (BIT_DEPTH - 8));
1450 dst[x] = av_clip_pixel((((EPEL_FILTER(tmp, MAX_PB_SIZE) >> 6) * wx + offset) >> shift) + ox);