• Home
  • Raw
  • Download

Lines Matching refs:ox

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