Home
last modified time | relevance | path

Searched refs:subx (Results 1 - 4 of 4) sorted by relevance

/third_party/cups-filters/filter/pdftopdf/
H A Dnup.cc146 int subx,suby; in convert_order() local
148 subx=subpage%param.nupX; in convert_order()
151 subx=subpage/param.nupY; in convert_order()
155 subx=(param.nupX-1)*(param.xstart+1)/2-param.xstart*subx; in convert_order()
158 return std::make_pair(subx,suby); in convert_order()
171 void NupState::calculate_edit(int subx,int suby,NupPageEdit &ret) const // {{{ in calculate_edit() argument
178 ret.xpos=subx*width; in calculate_edit()
H A Dnup.h78 void calculate_edit(int subx,int suby,NupPageEdit &ret) const;
/third_party/ffmpeg/libavcodec/
H A Dmotion_est.c106 static av_always_inline int cmp_direct_inline(MpegEncContext *s, const int x, const int y, const int subx, const int suby, in cmp_direct_inline() argument
111 const int hx = subx + x * (1 << (1 + qpel)); in cmp_direct_inline()
178 static av_always_inline int cmp_inline(MpegEncContext *s, const int x, const int y, const int subx, const int suby, in cmp_inline() argument
184 const int dxy= subx + (suby<<(1+qpel)); //FIXME log2_subpel? in cmp_inline()
185 const int hx= subx + x*(1<<(1+qpel)); in cmp_inline()
246 static int cmp_internal(MpegEncContext *s, const int x, const int y, const int subx, const int suby, in cmp_internal() argument
250 return cmp_direct_inline(s,x,y,subx,suby,size,h,ref_index,src_index, cmp_func, chroma_cmp_func, flags&FLAG_QPEL); in cmp_internal()
252 return cmp_inline(s,x,y,subx,suby,size,h,ref_index,src_index, cmp_func, chroma_cmp_func, flags&FLAG_QPEL, flags&FLAG_CHROMA); in cmp_internal()
259 static av_always_inline int cmp(MpegEncContext *s, const int x, const int y, const int subx, const int suby, in cmp() argument
263 && av_builtin_constant_p(subx) in cmp()
274 cmp_hpel(MpegEncContext *s, const int x, const int y, const int subx, const int suby, const int size, const int h, int ref_index, int src_index, me_cmp_func cmp_func, me_cmp_func chroma_cmp_func, const int flags) cmp_hpel() argument
284 cmp_qpel(MpegEncContext *s, const int x, const int y, const int subx, const int suby, const int size, const int h, int ref_index, int src_index, me_cmp_func cmp_func, me_cmp_func chroma_cmp_func, const int flags) cmp_qpel() argument
[all...]
/third_party/mesa3d/src/gallium/frontends/xvmc/
H A Dsubpicture.c505 short subx, short suby, unsigned short subw, unsigned short subh, in XvMCBlendSubpicture()
508 struct u_rect src_rect = {subx, subx + subw, suby, suby + subh}; in XvMCBlendSubpicture()
544 XvMCSubpicture *subpicture, short subx, short suby, unsigned short subw, unsigned short subh, in XvMCBlendSubpicture2()
504 XvMCBlendSubpicture(Display *dpy, XvMCSurface *target_surface, XvMCSubpicture *subpicture, short subx, short suby, unsigned short subw, unsigned short subh, short surfx, short surfy, unsigned short surfw, unsigned short surfh) XvMCBlendSubpicture() argument
543 XvMCBlendSubpicture2(Display *dpy, XvMCSurface *source_surface, XvMCSurface *target_surface, XvMCSubpicture *subpicture, short subx, short suby, unsigned short subw, unsigned short subh, short surfx, short surfy, unsigned short surfw, unsigned short surfh) XvMCBlendSubpicture2() argument

Completed in 4 milliseconds