Home
last modified time | relevance | path

Searched refs:_pic_y (Results 1 – 8 of 8) sorted by relevance

/dports/multimedia/libtheora/libtheora-1.1.1/lib/
H A Dencode.c1401 ogg_int32_t _pic_x,ogg_int32_t _pic_y, in oc_img_plane_copy_pad() argument
1431 dst=dst_data+_pic_y*(ptrdiff_t)dstride+_pic_x; in oc_img_plane_copy_pad()
1432 src=src_data+_pic_y*(ptrdiff_t)sstride+_pic_x; in oc_img_plane_copy_pad()
1441 dst=dst_data+_pic_y*(ptrdiff_t)dstride+x; in oc_img_plane_copy_pad()
1450 dst=dst_data+_pic_y*(ptrdiff_t)dstride+x-1; in oc_img_plane_copy_pad()
1458 dst=dst_data+_pic_y*(ptrdiff_t)dstride; in oc_img_plane_copy_pad()
1459 for(y=_pic_y;y-->0;){ in oc_img_plane_copy_pad()
1467 dst=dst_data+(_pic_y+_pic_height)*(ptrdiff_t)dstride; in oc_img_plane_copy_pad()
1468 for(y=_pic_y+_pic_height;y<frame_height;y++){ in oc_img_plane_copy_pad()
/dports/math/vtk9/VTK-9.1.0/ThirdParty/theora/vtktheora/lib/
H A Dencode.c1401 ogg_int32_t _pic_x,ogg_int32_t _pic_y, in oc_img_plane_copy_pad() argument
1431 dst=dst_data+_pic_y*(ptrdiff_t)dstride+_pic_x; in oc_img_plane_copy_pad()
1432 src=src_data+_pic_y*(ptrdiff_t)sstride+_pic_x; in oc_img_plane_copy_pad()
1441 dst=dst_data+_pic_y*(ptrdiff_t)dstride+x; in oc_img_plane_copy_pad()
1450 dst=dst_data+_pic_y*(ptrdiff_t)dstride+x-1; in oc_img_plane_copy_pad()
1458 dst=dst_data+_pic_y*(ptrdiff_t)dstride; in oc_img_plane_copy_pad()
1459 for(y=_pic_y;y-->0;){ in oc_img_plane_copy_pad()
1467 dst=dst_data+(_pic_y+_pic_height)*(ptrdiff_t)dstride; in oc_img_plane_copy_pad()
1468 for(y=_pic_y+_pic_height;y<frame_height;y++){ in oc_img_plane_copy_pad()
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/libtheora/
H A Dencode.c1401 ogg_int32_t _pic_x,ogg_int32_t _pic_y, in oc_img_plane_copy_pad() argument
1431 dst=dst_data+_pic_y*(ptrdiff_t)dstride+_pic_x; in oc_img_plane_copy_pad()
1432 src=src_data+_pic_y*(ptrdiff_t)sstride+_pic_x; in oc_img_plane_copy_pad()
1441 dst=dst_data+_pic_y*(ptrdiff_t)dstride+x; in oc_img_plane_copy_pad()
1450 dst=dst_data+_pic_y*(ptrdiff_t)dstride+x-1; in oc_img_plane_copy_pad()
1458 dst=dst_data+_pic_y*(ptrdiff_t)dstride; in oc_img_plane_copy_pad()
1459 for(y=_pic_y;y-->0;){ in oc_img_plane_copy_pad()
1467 dst=dst_data+(_pic_y+_pic_height)*(ptrdiff_t)dstride; in oc_img_plane_copy_pad()
1468 for(y=_pic_y+_pic_height;y<frame_height;y++){ in oc_img_plane_copy_pad()
/dports/devel/godot/godot-3.2.3-stable/thirdparty/libtheora/
H A Dencode.c1401 ogg_int32_t _pic_x,ogg_int32_t _pic_y, in oc_img_plane_copy_pad() argument
1431 dst=dst_data+_pic_y*(ptrdiff_t)dstride+_pic_x; in oc_img_plane_copy_pad()
1432 src=src_data+_pic_y*(ptrdiff_t)sstride+_pic_x; in oc_img_plane_copy_pad()
1441 dst=dst_data+_pic_y*(ptrdiff_t)dstride+x; in oc_img_plane_copy_pad()
1450 dst=dst_data+_pic_y*(ptrdiff_t)dstride+x-1; in oc_img_plane_copy_pad()
1458 dst=dst_data+_pic_y*(ptrdiff_t)dstride; in oc_img_plane_copy_pad()
1459 for(y=_pic_y;y-->0;){ in oc_img_plane_copy_pad()
1467 dst=dst_data+(_pic_y+_pic_height)*(ptrdiff_t)dstride; in oc_img_plane_copy_pad()
1468 for(y=_pic_y+_pic_height;y<frame_height;y++){ in oc_img_plane_copy_pad()
/dports/math/vtk8/VTK-8.2.0/ThirdParty/theora/vtktheora/lib/
H A Dencode.c1401 ogg_int32_t _pic_x,ogg_int32_t _pic_y, in oc_img_plane_copy_pad() argument
1431 dst=dst_data+_pic_y*(ptrdiff_t)dstride+_pic_x; in oc_img_plane_copy_pad()
1432 src=src_data+_pic_y*(ptrdiff_t)sstride+_pic_x; in oc_img_plane_copy_pad()
1441 dst=dst_data+_pic_y*(ptrdiff_t)dstride+x; in oc_img_plane_copy_pad()
1450 dst=dst_data+_pic_y*(ptrdiff_t)dstride+x-1; in oc_img_plane_copy_pad()
1458 dst=dst_data+_pic_y*(ptrdiff_t)dstride; in oc_img_plane_copy_pad()
1459 for(y=_pic_y;y-->0;){ in oc_img_plane_copy_pad()
1467 dst=dst_data+(_pic_y+_pic_height)*(ptrdiff_t)dstride; in oc_img_plane_copy_pad()
1468 for(y=_pic_y+_pic_height;y<frame_height;y++){ in oc_img_plane_copy_pad()
/dports/math/vtk6/VTK-6.2.0/ThirdParty/oggtheora/vtkoggtheora/libtheora-1.1.1/lib/
H A Dencode.c1401 ogg_int32_t _pic_x,ogg_int32_t _pic_y, in oc_img_plane_copy_pad() argument
1431 dst=dst_data+_pic_y*(ptrdiff_t)dstride+_pic_x; in oc_img_plane_copy_pad()
1432 src=src_data+_pic_y*(ptrdiff_t)sstride+_pic_x; in oc_img_plane_copy_pad()
1441 dst=dst_data+_pic_y*(ptrdiff_t)dstride+x; in oc_img_plane_copy_pad()
1450 dst=dst_data+_pic_y*(ptrdiff_t)dstride+x-1; in oc_img_plane_copy_pad()
1458 dst=dst_data+_pic_y*(ptrdiff_t)dstride; in oc_img_plane_copy_pad()
1459 for(y=_pic_y;y-->0;){ in oc_img_plane_copy_pad()
1467 dst=dst_data+(_pic_y+_pic_height)*(ptrdiff_t)dstride; in oc_img_plane_copy_pad()
1468 for(y=_pic_y+_pic_height;y<frame_height;y++){ in oc_img_plane_copy_pad()
/dports/devel/godot2-tools/godot-2.1.6-stable/thirdparty/libtheora/
H A Dencode.c1401 ogg_int32_t _pic_x,ogg_int32_t _pic_y, in oc_img_plane_copy_pad() argument
1431 dst=dst_data+_pic_y*(ptrdiff_t)dstride+_pic_x; in oc_img_plane_copy_pad()
1432 src=src_data+_pic_y*(ptrdiff_t)sstride+_pic_x; in oc_img_plane_copy_pad()
1441 dst=dst_data+_pic_y*(ptrdiff_t)dstride+x; in oc_img_plane_copy_pad()
1450 dst=dst_data+_pic_y*(ptrdiff_t)dstride+x-1; in oc_img_plane_copy_pad()
1458 dst=dst_data+_pic_y*(ptrdiff_t)dstride; in oc_img_plane_copy_pad()
1459 for(y=_pic_y;y-->0;){ in oc_img_plane_copy_pad()
1467 dst=dst_data+(_pic_y+_pic_height)*(ptrdiff_t)dstride; in oc_img_plane_copy_pad()
1468 for(y=_pic_y+_pic_height;y<frame_height;y++){ in oc_img_plane_copy_pad()
/dports/devel/godot2/godot-2.1.6-stable/thirdparty/libtheora/
H A Dencode.c1401 ogg_int32_t _pic_x,ogg_int32_t _pic_y, in oc_img_plane_copy_pad() argument
1431 dst=dst_data+_pic_y*(ptrdiff_t)dstride+_pic_x; in oc_img_plane_copy_pad()
1432 src=src_data+_pic_y*(ptrdiff_t)sstride+_pic_x; in oc_img_plane_copy_pad()
1441 dst=dst_data+_pic_y*(ptrdiff_t)dstride+x; in oc_img_plane_copy_pad()
1450 dst=dst_data+_pic_y*(ptrdiff_t)dstride+x-1; in oc_img_plane_copy_pad()
1458 dst=dst_data+_pic_y*(ptrdiff_t)dstride; in oc_img_plane_copy_pad()
1459 for(y=_pic_y;y-->0;){ in oc_img_plane_copy_pad()
1467 dst=dst_data+(_pic_y+_pic_height)*(ptrdiff_t)dstride; in oc_img_plane_copy_pad()
1468 for(y=_pic_y+_pic_height;y<frame_height;y++){ in oc_img_plane_copy_pad()