Home
last modified time | relevance | path

Searched refs:x_shift (Results 1 – 25 of 592) sorted by relevance

12345678910>>...24

/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/
H A Dimgconvert.c114 int x_shift; in av_picture_crop() local
121 x_shift = desc->log2_chroma_w; in av_picture_crop()
129 if(top_band % (1<<y_shift) || left_band % (1<<x_shift)) in av_picture_crop()
147 int x_shift; in av_picture_pad() local
187 x_shift = i ? desc->log2_chroma_w : 0; in av_picture_pad()
197 (dst->linesize[i] - (padright >> x_shift)); in av_picture_pad()
208 (padleft >> x_shift); in av_picture_pad()
212 (dst->linesize[i] - (padright >> x_shift)); in av_picture_pad()
216 memcpy(optr + ((padleft + padright) >> x_shift), iptr, in av_picture_pad()
217 (width - padleft - padright) >> x_shift); in av_picture_pad()
[all …]
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavcodec/
H A Dimgconvert.c112 int x_shift; in av_picture_crop() local
119 x_shift = desc->log2_chroma_w; in av_picture_crop()
127 if(top_band % (1<<y_shift) || left_band % (1<<x_shift)) in av_picture_crop()
145 int x_shift; in av_picture_pad() local
185 x_shift = i ? desc->log2_chroma_w : 0; in av_picture_pad()
195 (dst->linesize[i] - (padright >> x_shift)); in av_picture_pad()
206 (padleft >> x_shift); in av_picture_pad()
210 (dst->linesize[i] - (padright >> x_shift)); in av_picture_pad()
214 memcpy(optr + ((padleft + padright) >> x_shift), iptr, in av_picture_pad()
215 (width - padleft - padright) >> x_shift); in av_picture_pad()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/media/ffvpx/libavcodec/
H A Dimgconvert.c112 int x_shift; in av_picture_crop() local
119 x_shift = desc->log2_chroma_w; in av_picture_crop()
127 if(top_band % (1<<y_shift) || left_band % (1<<x_shift)) in av_picture_crop()
145 int x_shift; in av_picture_pad() local
185 x_shift = i ? desc->log2_chroma_w : 0; in av_picture_pad()
195 (dst->linesize[i] - (padright >> x_shift)); in av_picture_pad()
206 (padleft >> x_shift); in av_picture_pad()
210 (dst->linesize[i] - (padright >> x_shift)); in av_picture_pad()
214 memcpy(optr + ((padleft + padright) >> x_shift), iptr, in av_picture_pad()
215 (width - padleft - padright) >> x_shift); in av_picture_pad()
[all …]
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/
H A Dimgconvert.c114 int x_shift; in av_picture_crop() local
121 x_shift = desc->log2_chroma_w; in av_picture_crop()
129 if(top_band % (1<<y_shift) || left_band % (1<<x_shift)) in av_picture_crop()
147 int x_shift; in av_picture_pad() local
187 x_shift = i ? desc->log2_chroma_w : 0; in av_picture_pad()
197 (dst->linesize[i] - (padright >> x_shift)); in av_picture_pad()
208 (padleft >> x_shift); in av_picture_pad()
212 (dst->linesize[i] - (padright >> x_shift)); in av_picture_pad()
216 memcpy(optr + ((padleft + padright) >> x_shift), iptr, in av_picture_pad()
217 (width - padleft - padright) >> x_shift); in av_picture_pad()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/
H A Dimgconvert.c112 int x_shift; in av_picture_crop() local
119 x_shift = desc->log2_chroma_w; in av_picture_crop()
127 if(top_band % (1<<y_shift) || left_band % (1<<x_shift)) in av_picture_crop()
145 int x_shift; in av_picture_pad() local
185 x_shift = i ? desc->log2_chroma_w : 0; in av_picture_pad()
195 (dst->linesize[i] - (padright >> x_shift)); in av_picture_pad()
206 (padleft >> x_shift); in av_picture_pad()
210 (dst->linesize[i] - (padright >> x_shift)); in av_picture_pad()
214 memcpy(optr + ((padleft + padright) >> x_shift), iptr, in av_picture_pad()
215 (width - padleft - padright) >> x_shift); in av_picture_pad()
[all …]
/dports/www/firefox/firefox-99.0/media/ffvpx/libavcodec/
H A Dimgconvert.c114 int x_shift; in av_picture_crop() local
121 x_shift = desc->log2_chroma_w; in av_picture_crop()
129 if(top_band % (1<<y_shift) || left_band % (1<<x_shift)) in av_picture_crop()
147 int x_shift; in av_picture_pad() local
187 x_shift = i ? desc->log2_chroma_w : 0; in av_picture_pad()
197 (dst->linesize[i] - (padright >> x_shift)); in av_picture_pad()
208 (padleft >> x_shift); in av_picture_pad()
212 (dst->linesize[i] - (padright >> x_shift)); in av_picture_pad()
216 memcpy(optr + ((padleft + padright) >> x_shift), iptr, in av_picture_pad()
217 (width - padleft - padright) >> x_shift); in av_picture_pad()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/media/ffvpx/libavcodec/
H A Dimgconvert.c107 int x_shift; in av_picture_crop() local
114 x_shift = desc->log2_chroma_w; in av_picture_crop()
122 if(top_band % (1<<y_shift) || left_band % (1<<x_shift)) in av_picture_crop()
140 int x_shift; in av_picture_pad() local
180 x_shift = i ? desc->log2_chroma_w : 0; in av_picture_pad()
190 (dst->linesize[i] - (padright >> x_shift)); in av_picture_pad()
201 (padleft >> x_shift); in av_picture_pad()
205 (dst->linesize[i] - (padright >> x_shift)); in av_picture_pad()
209 memcpy(optr + ((padleft + padright) >> x_shift), iptr, in av_picture_pad()
210 (width - padleft - padright) >> x_shift); in av_picture_pad()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/
H A Dimgconvert.c112 int x_shift; in av_picture_crop() local
119 x_shift = desc->log2_chroma_w; in av_picture_crop()
127 if(top_band % (1<<y_shift) || left_band % (1<<x_shift)) in av_picture_crop()
145 int x_shift; in av_picture_pad() local
185 x_shift = i ? desc->log2_chroma_w : 0; in av_picture_pad()
195 (dst->linesize[i] - (padright >> x_shift)); in av_picture_pad()
206 (padleft >> x_shift); in av_picture_pad()
210 (dst->linesize[i] - (padright >> x_shift)); in av_picture_pad()
214 memcpy(optr + ((padleft + padright) >> x_shift), iptr, in av_picture_pad()
215 (width - padleft - padright) >> x_shift); in av_picture_pad()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/media/ffvpx/libavcodec/
H A Dimgconvert.c112 int x_shift; in av_picture_crop() local
119 x_shift = desc->log2_chroma_w; in av_picture_crop()
127 if(top_band % (1<<y_shift) || left_band % (1<<x_shift)) in av_picture_crop()
145 int x_shift; in av_picture_pad() local
185 x_shift = i ? desc->log2_chroma_w : 0; in av_picture_pad()
195 (dst->linesize[i] - (padright >> x_shift)); in av_picture_pad()
206 (padleft >> x_shift); in av_picture_pad()
210 (dst->linesize[i] - (padright >> x_shift)); in av_picture_pad()
214 memcpy(optr + ((padleft + padright) >> x_shift), iptr, in av_picture_pad()
215 (width - padleft - padright) >> x_shift); in av_picture_pad()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/media/ffvpx/libavcodec/
H A Dimgconvert.c112 int x_shift; in av_picture_crop() local
119 x_shift = desc->log2_chroma_w; in av_picture_crop()
127 if(top_band % (1<<y_shift) || left_band % (1<<x_shift)) in av_picture_crop()
145 int x_shift; in av_picture_pad() local
185 x_shift = i ? desc->log2_chroma_w : 0; in av_picture_pad()
195 (dst->linesize[i] - (padright >> x_shift)); in av_picture_pad()
206 (padleft >> x_shift); in av_picture_pad()
210 (dst->linesize[i] - (padright >> x_shift)); in av_picture_pad()
214 memcpy(optr + ((padleft + padright) >> x_shift), iptr, in av_picture_pad()
215 (width - padleft - padright) >> x_shift); in av_picture_pad()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/media/ffvpx/libavcodec/
H A Dimgconvert.c115 int x_shift; in av_picture_crop() local
122 x_shift = desc->log2_chroma_w; in av_picture_crop()
130 if(top_band % (1<<y_shift) || left_band % (1<<x_shift)) in av_picture_crop()
148 int x_shift; in av_picture_pad() local
188 x_shift = i ? desc->log2_chroma_w : 0; in av_picture_pad()
198 (dst->linesize[i] - (padright >> x_shift)); in av_picture_pad()
209 (padleft >> x_shift); in av_picture_pad()
213 (dst->linesize[i] - (padright >> x_shift)); in av_picture_pad()
217 memcpy(optr + ((padleft + padright) >> x_shift), iptr, in av_picture_pad()
218 (width - padleft - padright) >> x_shift); in av_picture_pad()
[all …]
/dports/textproc/miller/miller-5.10.2/go/reg-test/expected/
H A Dcase-verb-step.sh.out3 a b i x y x_rsum x_shift x_delta …
16 a b i x y x_rsum x_shift x_delta …
55 a=pan,b=pan,i=1,x=0.3467901443380824,y=0.7268028627434533,x_rsum=0.3467901443380824,x_shift=,x_delt…
56 a=eks,b=pan,i=2,x=0.7586799647899636,y=0.5221511083334797,x_rsum=1.105470109128046,x_shift=0.346790…
60 a=zee,b=pan,i=6,x=0.5271261600918548,y=0.49322128674835697,x_rsum=2.218598968857345,x_shift=0.38139…
62 a=zee,b=wye,i=8,x=0.5985540091064224,yyy=0.976181385699006,x_rsum=3.428937038531613,x_shift=0.61178…
67 a=pan,b=pan,i=1,x=0.3467901443380824,y=0.7268028627434533,x_rsum=0.3467901443380824,x_shift=,x_delt…
68 a=eks,b=pan,i=2,x=0.7586799647899636,y=0.5221511083334797,x_rsum=0.7586799647899636,x_shift=,x_delt…
72 a=zee,b=pan,i=6,x=0.5271261600918548,y=0.49322128674835697,x_rsum=0.5271261600918548,x_shift=,x_del…
74 a=zee,b=wye,i=8,x=0.5985540091064224,yyy=0.976181385699006,x_rsum=1.1256801691982772,x_shift=0.5271…
[all …]
/dports/cad/openscad/openscad-41f58fe57c03457a3a8b4dc541ef5654ec3e8c78/testdata/scad/2D/features/
H A Dtext-search-test.scad10 x_shift=thisFont[0][0];
14 for(i=[0:len(theseIndicies)-1]) translate([i*x_shift-len(theseIndicies)*x_shift/2,0]) {
20 for(i=[0:len(theseIndicies2)-1]) translate([i*x_shift-len(theseIndicies2)*x_shift,-y_shift]) {
26 for(i=[0:len(theseIndicies3)-1]) translate([i*x_shift,-2*y_shift]) {
/dports/cad/openscad-devel/openscad-63a7c77740030c63d646eb0684ba6947eecb0db7/testdata/scad/2D/features/
H A Dtext-search-test.scad10 x_shift=thisFont[0][0];
14 for(i=[0:len(theseIndicies)-1]) translate([i*x_shift-len(theseIndicies)*x_shift/2,0]) {
20 for(i=[0:len(theseIndicies2)-1]) translate([i*x_shift-len(theseIndicies2)*x_shift,-y_shift]) {
26 for(i=[0:len(theseIndicies3)-1]) translate([i*x_shift,-2*y_shift]) {
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavcodec/
H A Dimgconvert.c203 int x_shift; in av_picture_crop() local
209 x_shift = desc->log2_chroma_w; in av_picture_crop()
216 if(top_band % (1<<y_shift) || left_band % (1<<x_shift)) in av_picture_crop()
236 int x_shift; in av_picture_pad() local
244 x_shift = i ? desc->log2_chroma_w : 0; in av_picture_pad()
254 (dst->linesize[i] - (padright >> x_shift)); in av_picture_pad()
265 (padleft >> x_shift); in av_picture_pad()
269 (dst->linesize[i] - (padright >> x_shift)); in av_picture_pad()
273 memcpy(optr + ((padleft + padright) >> x_shift), iptr, in av_picture_pad()
274 (width - padleft - padright) >> x_shift); in av_picture_pad()
[all …]
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavcodec/
H A Dimgconvert.c203 int x_shift; in av_picture_crop() local
209 x_shift = desc->log2_chroma_w; in av_picture_crop()
216 if(top_band % (1<<y_shift) || left_band % (1<<x_shift)) in av_picture_crop()
236 int x_shift; in av_picture_pad() local
244 x_shift = i ? desc->log2_chroma_w : 0; in av_picture_pad()
254 (dst->linesize[i] - (padright >> x_shift)); in av_picture_pad()
265 (padleft >> x_shift); in av_picture_pad()
269 (dst->linesize[i] - (padright >> x_shift)); in av_picture_pad()
273 memcpy(optr + ((padleft + padright) >> x_shift), iptr, in av_picture_pad()
274 (width - padleft - padright) >> x_shift); in av_picture_pad()
[all …]
/dports/math/py-keras/Keras-2.4.3/examples/
H A Dconv_lstm.py72 x_shift = xstart + directionx * t
74 noisy_movies[i, t, x_shift - w: x_shift + w,
85 x_shift - w - 1: x_shift + w + 1,
90 x_shift = xstart + directionx * (t + 1)
92 shifted_movies[i, t, x_shift - w: x_shift + w,
/dports/print/ttfautohint/ttfautohint-1.8.4/lib/
H A Dtacontrol.c35 double x_shift, in TA_control_new() argument
57 control->x_shift = (int)(x_shift * CONTROL_DELTA_FACTOR in TA_control_new()
66 control->x_shift = (int)x_shift; in TA_control_new()
71 control->x_shift = 0; in TA_control_new()
229 if (control->x_shift || control->y_shift) in control_show_line()
679 int x_shift = control->x_shift; in TA_control_build_tree() local
728 node->ctrl.x_shift = x_shift; in TA_control_build_tree()
755 d.x_shift = x_shift; in TA_control_build_tree()
778 val->ctrl.x_shift = x_shift; in TA_control_build_tree()
885 ctrl->x_shift, in TA_control_segment_dir_collect()
[all …]
/dports/math/vtk9/VTK-9.1.0/ThirdParty/freetype/vtkfreetype/src/raster/
H A Dftrend1.c102 FT_Pos x_shift = 0; in ft_raster1_render() local
141 x_shift = -slot->bitmap_left * 64; in ft_raster1_render()
146 x_shift += origin->x; in ft_raster1_render()
151 if ( x_shift || y_shift ) in ft_raster1_render()
152 FT_Outline_Translate( outline, x_shift, y_shift ); in ft_raster1_render()
172 if ( x_shift || y_shift ) in ft_raster1_render()
173 FT_Outline_Translate( outline, -x_shift, -y_shift ); in ft_raster1_render()
/dports/games/iortcw/iortcw-1.51c/SP/code/freetype-2.9/src/raster/
H A Dftrend1.c104 FT_Pos x_shift = 0; in ft_raster1_render() local
139 x_shift = -slot->bitmap_left * 64; in ft_raster1_render()
144 x_shift += origin->x; in ft_raster1_render()
149 if ( x_shift || y_shift ) in ft_raster1_render()
150 FT_Outline_Translate( outline, x_shift, y_shift ); in ft_raster1_render()
170 if ( x_shift || y_shift ) in ft_raster1_render()
171 FT_Outline_Translate( outline, -x_shift, -y_shift ); in ft_raster1_render()
/dports/www/firefox-esr/firefox-91.8.0/modules/freetype2/src/raster/
H A Dftrend1.c102 FT_Pos x_shift = 0; in ft_raster1_render() local
141 x_shift = -slot->bitmap_left * 64; in ft_raster1_render()
146 x_shift += origin->x; in ft_raster1_render()
151 if ( x_shift || y_shift ) in ft_raster1_render()
152 FT_Outline_Translate( outline, x_shift, y_shift ); in ft_raster1_render()
172 if ( x_shift || y_shift ) in ft_raster1_render()
173 FT_Outline_Translate( outline, -x_shift, -y_shift ); in ft_raster1_render()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/native/libfreetype/src/raster/
H A Dftrend1.c102 FT_Pos x_shift = 0; in ft_raster1_render() local
141 x_shift = -slot->bitmap_left * 64; in ft_raster1_render()
146 x_shift += origin->x; in ft_raster1_render()
151 if ( x_shift || y_shift ) in ft_raster1_render()
152 FT_Outline_Translate( outline, x_shift, y_shift ); in ft_raster1_render()
172 if ( x_shift || y_shift ) in ft_raster1_render()
173 FT_Outline_Translate( outline, -x_shift, -y_shift ); in ft_raster1_render()
/dports/x11-toolkits/qt5-gui/kde-qtbase-5.15.2p263/src/3rdparty/freetype/src/raster/
H A Dftrend1.c103 FT_Pos x_shift = 0; in ft_raster1_render() local
142 x_shift = -slot->bitmap_left * 64; in ft_raster1_render()
147 x_shift += origin->x; in ft_raster1_render()
152 if ( x_shift || y_shift ) in ft_raster1_render()
153 FT_Outline_Translate( outline, x_shift, y_shift ); in ft_raster1_render()
173 if ( x_shift || y_shift ) in ft_raster1_render()
174 FT_Outline_Translate( outline, -x_shift, -y_shift ); in ft_raster1_render()
/dports/games/iortcw/iortcw-1.51c/MP/code/freetype-2.9/src/raster/
H A Dftrend1.c104 FT_Pos x_shift = 0; in ft_raster1_render() local
139 x_shift = -slot->bitmap_left * 64; in ft_raster1_render()
144 x_shift += origin->x; in ft_raster1_render()
149 if ( x_shift || y_shift ) in ft_raster1_render()
150 FT_Outline_Translate( outline, x_shift, y_shift ); in ft_raster1_render()
170 if ( x_shift || y_shift ) in ft_raster1_render()
171 FT_Outline_Translate( outline, -x_shift, -y_shift ); in ft_raster1_render()
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/3rdparty/freetype/src/raster/
H A Dftrend1.c103 FT_Pos x_shift = 0; in ft_raster1_render() local
142 x_shift = -slot->bitmap_left * 64; in ft_raster1_render()
147 x_shift += origin->x; in ft_raster1_render()
152 if ( x_shift || y_shift ) in ft_raster1_render()
153 FT_Outline_Translate( outline, x_shift, y_shift ); in ft_raster1_render()
173 if ( x_shift || y_shift ) in ft_raster1_render()
174 FT_Outline_Translate( outline, -x_shift, -y_shift ); in ft_raster1_render()

12345678910>>...24