Home
last modified time | relevance | path

Searched refs:orig_cb (Results 1 – 25 of 57) sorted by relevance

123

/dports/graphics/netpbm/netpbm-10.91.01/converter/ppm/
H A Dppmtoeyuv.c195 uint8 ** orig_cb; in PPMtoYUV() local
199 orig_cb = *orig_cbP; in PPMtoYUV()
215 dcb = orig_cb[y / 2]; in PPMtoYUV()
271 uint8 ** orig_cb; in AllocYUV() local
284 orig_cb = *orig_cbP; in AllocYUV()
286 MALLOCARRAY_NOFAIL(orig_cb[y], width / 2); in AllocYUV()
309 if (orig_cb) { in FreeYUV()
311 free(orig_cb[y]); in FreeYUV()
312 free(orig_cb); in FreeYUV()
325 uint8 **orig_y, **orig_cr, **orig_cb; in main() local
[all …]
H A Deyuvtoppm.c163 uint8 ** const orig_cb, in freeStorage() argument
167 freeUint8Array(orig_cb, rows); in freeStorage()
179 uint8 ** const orig_cb, in YUVtoPPM() argument
196 int const u = orig_cb[row/2][col/2] - 128; in YUVtoPPM()
224 uint8 ** const orig_cb, in ReadYUV() argument
247 bytesRead = fread(orig_cb[row], 1, cols / 2, ifP); in ReadYUV()
284 uint8 ** orig_cb; in main() local
294 &orig_y, &orig_cb, &orig_cr); in main()
301 orig_y, orig_cb, orig_cr, &eof); in main()
307 orig_y, orig_cb, orig_cr); in main()
[all …]
/dports/graphics/netpbm/netpbm-10.91.01/converter/ppm/ppmtompeg/
H A Dframe.c251 ERRCHK(omfrw->orig_cb, "malloc"); in Resize_Width()
260 omfrw->ref_cb = omfrw->orig_cb; in Resize_Width()
267 Resize_Array_Width(mfrw->orig_cb, (in_x/2), (in_y/2), omfrw->orig_cb, in Resize_Width()
284 free(mfrw->orig_cb[i]); in Resize_Width()
286 free(mfrw->orig_cb); in Resize_Width()
324 ERRCHK(omfrh->orig_cb, "malloc"); in Resize_Height()
333 omfrh->ref_cb = omfrh->orig_cb; in Resize_Height()
340 Resize_Array_Height(mfrh->orig_cb, (in_x/2), (in_y/2), omfrh->orig_cb, in Resize_Height()
357 free(mfrh->orig_cb[i]); in Resize_Height()
359 free(mfrh->orig_cb); in Resize_Height()
[all …]
H A Dreadframe.c533 safe_fread(mf->orig_cb[y], 1, Fsize_x >> 1, fpointer);
596 cbptr = &(mf->orig_cb[y>>1][0]);
743 memset(mf->orig_cb[y], 128, (Fsize_x>>1));
789 mf->orig_cb[2*y][2*x] = buffer[x];
790 mf->orig_cb[2*y][2*x+1] = buffer[x];
791 mf->orig_cb[2*y+1][2*x] = buffer[x];
792 mf->orig_cb[2*y+1][2*x+1] = buffer[x];
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/mpeg_encode/
H A Dframe.cpp166 omfrw->ref_cb = omfrw->orig_cb; in Resize_Width()
172 Resize_Array_Width(mfrw->orig_cb,(in_x/2),(in_y/2),omfrw->orig_cb,(out_x/2)); in Resize_Width()
187 free(mfrw->orig_cb[i]); in Resize_Width()
189 free(mfrw->orig_cb); in Resize_Width()
233 omfrh->ref_cb = omfrh->orig_cb; in Resize_Height()
239 Resize_Array_Height(mfrh->orig_cb,(in_x/2),(in_y/2),omfrh->orig_cb,(out_y/2)); in Resize_Height()
254 free(mfrh->orig_cb[i]); in Resize_Height()
256 free(mfrh->orig_cb); in Resize_Height()
629 frame->ref_cb = frame->orig_cb; in Frame_AllocYCC()
895 free(frame->orig_cb[i]); in FreeFrame()
[all …]
H A Dreadframe.cpp742 safe_fread(mf->orig_cb[y], 1, Fsize_x >> 1, fpointer); in ReadEYUV()
804 cbptr = (int8*)&(mf->orig_cb[y>>1][0]); in ReadAYUV()
942 memset(mf->orig_cb[y], 128, (Fsize_x>>1)); in ReadY()
987 mf->orig_cb[2*y][2*x] = buffer[x]; in ReadSub4()
988 mf->orig_cb[2*y][2*x+1] = buffer[x]; in ReadSub4()
989 mf->orig_cb[2*y+1][2*x] = buffer[x]; in ReadSub4()
990 mf->orig_cb[2*y+1][2*x+1] = buffer[x]; in ReadSub4()
/dports/multimedia/mpeg_encode/mpeg_encode/
H A Dframe.c167 omfrw->ref_cb = omfrw->orig_cb;
173 Resize_Array_Width(mfrw->orig_cb,(in_x/2),(in_y/2),omfrw->orig_cb,(out_x/2));
188 free(mfrw->orig_cb[i]);
190 free(mfrw->orig_cb);
235 omfrh->ref_cb = omfrh->orig_cb;
241 Resize_Array_Height(mfrh->orig_cb,(in_x/2),(in_y/2),omfrh->orig_cb,(out_y/2));
256 free(mfrh->orig_cb[i]);
258 free(mfrh->orig_cb);
639 frame->ref_cb = frame->orig_cb;
915 free(frame->orig_cb[i]);
[all …]
H A Dreadframe.c753 safe_fread(mf->orig_cb[y], 1, Fsize_x >> 1, fpointer);
816 cbptr = &(mf->orig_cb[y>>1][0]);
963 memset(mf->orig_cb[y], 128, (Fsize_x>>1));
1009 mf->orig_cb[2*y][2*x] = buffer[x];
1010 mf->orig_cb[2*y][2*x+1] = buffer[x];
1011 mf->orig_cb[2*y+1][2*x] = buffer[x];
1012 mf->orig_cb[2*y+1][2*x+1] = buffer[x];
/dports/science/afni/afni-AFNI_21.3.16/src/mpeg_encodedir/
H A Dframe.c167 omfrw->ref_cb = omfrw->orig_cb;
173 Resize_Array_Width(mfrw->orig_cb,(in_x/2),(in_y/2),omfrw->orig_cb,(out_x/2));
188 free(mfrw->orig_cb[i]);
190 free(mfrw->orig_cb);
235 omfrh->ref_cb = omfrh->orig_cb;
241 Resize_Array_Height(mfrh->orig_cb,(in_x/2),(in_y/2),omfrh->orig_cb,(out_y/2));
256 free(mfrh->orig_cb[i]);
258 free(mfrh->orig_cb);
639 frame->ref_cb = frame->orig_cb;
915 free(frame->orig_cb[i]);
[all …]
H A Dreadframe.c768 safe_fread(mf->orig_cb[y], 1, Fsize_x >> 1, fpointer);
831 cbptr = &(mf->orig_cb[y>>1][0]);
978 memset(mf->orig_cb[y], 128, (Fsize_x>>1));
1024 mf->orig_cb[2*y][2*x] = buffer[x];
1025 mf->orig_cb[2*y][2*x+1] = buffer[x];
1026 mf->orig_cb[2*y+1][2*x] = buffer[x];
1027 mf->orig_cb[2*y+1][2*x+1] = buffer[x];
/dports/cad/gmsh/gmsh-4.9.2-source/Graphics/
H A Dgl2yuv.cpp53 unsigned char **orig_y, **orig_cr, **orig_cb; in create_yuv() local
95 orig_cb = (unsigned char **)Malloc(sizeof(char *) * height / 2); in create_yuv()
97 orig_cb[y] = (unsigned char *)Malloc(sizeof(char) * width / 2); in create_yuv()
109 dcb = orig_cb[y / 2]; in create_yuv()
150 fwrite(orig_cb[y], 1, width / 2, outfile); in create_yuv()
162 for(y = 0; y < height / 2; y++) Free(orig_cb[y]); in create_yuv()
163 Free(orig_cb); in create_yuv()
/dports/multimedia/mpeg_encode/convert/
H A Dppmtoeyuv.c55 uint8 **orig_y, **orig_cr, **orig_cb; variable
234 orig_cb = (uint8 **) malloc(sizeof(int8 *) * height / 2); in PPMtoYUV()
236 orig_cb[y] = (uint8 *) malloc(sizeof(int8) * width / 2); in PPMtoYUV()
249 dcb = orig_cb[y / 2]; in PPMtoYUV()
308 fwrite(orig_cb[y], 1, width / 2, fpointer); in WriteYUV()
H A Deyuvtojpeg.c34 uint8 **orig_y, **orig_cb, **orig_cr; variable
168 U[y][x] = orig_cb[y][x] - 128; in YUVtoPPM()
213 fread(orig_cb[y], 1, width / 2, fpointer);
237 orig_cb = (uint8 **) malloc(sizeof(uint8 *) * height / 2); in AllocYCC()
239 orig_cb[y] = (uint8 *) malloc(sizeof(uint8) * width / 2); in AllocYCC()
H A Deyuvtoppm.c34 uint8 **orig_y, **orig_cb, **orig_cr; variable
172 U[y][x] = orig_cb[y][x] - 128; in YUVtoPPM()
217 fread(orig_cb[y], 1, width / 2, fpointer);
241 orig_cb = (uint8 **) malloc(sizeof(uint8 *) * height / 2); in AllocYCC()
243 orig_cb[y] = (uint8 *) malloc(sizeof(uint8) * width / 2); in AllocYCC()
/dports/misc/amanda-server/amanda-3.3.9/perl/Amanda/
H A DMainLoop.pm966 my ($lock, $orig_cb, $sub) = @_;
985 if ((push @$lock, [ $sub, $orig_cb ]) == 1) {
1011 my $orig_cb = $$cb_ref;
1016 goto $orig_cb;
1040 my $orig_cb = $cb;
1041 $cb = sub { Amanda::MainLoop::call_later($orig_cb, @_); }
/dports/misc/amanda-client/amanda-3.3.9/perl/Amanda/
H A DMainLoop.pm966 my ($lock, $orig_cb, $sub) = @_;
985 if ((push @$lock, [ $sub, $orig_cb ]) == 1) {
1011 my $orig_cb = $$cb_ref;
1016 goto $orig_cb;
1040 my $orig_cb = $cb;
1041 $cb = sub { Amanda::MainLoop::call_later($orig_cb, @_); }
/dports/lang/mono/mono-5.10.1.57/mcs/class/corlib/System.Runtime.Remoting.Messaging/
H A DAsyncResult.cs65 WaitCallback orig_cb; field in System.Runtime.Remoting.Messaging.AsyncResult
73 orig_cb = cb; in AsyncResult()
93 WaitCallback wc = obj.orig_cb as WaitCallback; in WaitCallback_Context()
/dports/net/pecl-zmq/zmq-1.1.3/tests/
H A D036-device.phpt55 $orig_cb = function ($user_data) use (&$last_called, $device) {
72 $device->setTimerCallback ($orig_cb, 100, $user_data);
79 $device->setTimerCallback ($orig_cb, 100, $user_data);
/dports/multimedia/mpeg_encode/mpeg_encode/jpeg/jboucher/upgrade/
H A Dreadframe.c387 orig[1] = mf->orig_cb;
814 fread(mf->orig_cb[y], 1, Fsize_x / 2, fpointer);
879 mf->orig_cb[2*y][2*x] = buffer[x];
880 mf->orig_cb[2*y][2*x+1] = buffer[x];
881 mf->orig_cb[2*y+1][2*x] = buffer[x];
882 mf->orig_cb[2*y+1][2*x+1] = buffer[x];
/dports/www/p5-Dancer2/Dancer2-0.301004/lib/Dancer2/
H A DPlugin.pm588 my $orig_cb = Dancer2::Core::App->can('add_hook');
589 $orig_cb and *{'Dancer2::Core::App::add_hook'} = sub {
600 $orig_cb->(@_);
/dports/misc/amanda-client/amanda-3.3.9/perl/Amanda/Changer/
H A Dndmp.pm526 my $orig_cb = $$cbref;
536 return $orig_cb->($err);
540 return $orig_cb->(@args);
/dports/misc/amanda-server/amanda-3.3.9/perl/Amanda/Changer/
H A Dndmp.pm526 my $orig_cb = $$cbref;
536 return $orig_cb->($err);
540 return $orig_cb->(@args);
/dports/graphics/netpbm/netpbm-10.91.01/converter/ppm/ppmtompeg/headers/
H A Dframe.h68 uint8_t **orig_y, **orig_cr, **orig_cb; member
/dports/multimedia/mpeg_encode/mpeg_encode/headers/
H A Dframe.h71 uint8 **orig_y, **orig_cr, **orig_cb; member
/dports/science/afni/afni-AFNI_21.3.16/src/mpeg_encodedir/headers/
H A Dframe.h71 uint8 **orig_y, **orig_cr, **orig_cb; member

123