Home
last modified time | relevance | path

Searched refs:ac_out (Results 1 – 25 of 2658) sorted by relevance

12345678910>>...107

/dports/archivers/ha/ha-0.999b_2/c/
H A Dasc.c154 ac_out(ttab[ttcon][0],i,i+1); in codepair()
171 ac_out(lt,lt+cf,tot); in codepair()
175 if (i!=(pmax>>1)) ac_out(j,j+1,i); in codepair()
176 else ac_out(j,j+1,ccnt-(pmax>>1)); in codepair()
192 ac_out(lt,lt+eltab[LTCODES+i],eltab[1]); in codepair()
208 ac_out(lt,lt+cf,tot); in codepair()
211 if (j!=0xffff) ac_out(j,j+1,LLLEN); in codepair()
224 ac_out(0,ttab[ttcon][0],i+1); in codechar()
229 ac_out(ctab[1],ctab[1]+ces,ctab[1]+ces); in codechar()
235 ac_out(lt,lt+ectab[CTCODES+c],ectab[1]); in codechar()
[all …]
/dports/net/tacacs/PROJECTS/mavis/
H A Dlibmavis.c213 void av_move(av_ctx * ac_out, av_ctx * ac_in) in av_move() argument
218 av_clear(ac_out); in av_move()
221 ac_out->arr[i] = ac_in->arr[i]; in av_move()
228 void av_copy(av_ctx * ac_out, av_ctx * ac_in) in av_copy() argument
233 av_clear(ac_out); in av_copy()
236 Xfree(&ac_out->arr[i]); in av_copy()
238 ac_out->arr[i] = strdup(ac_in->arr[i]); in av_copy()
244 void av_merge(av_ctx * ac_out, av_ctx * ac_in) in av_merge() argument
251 if (!ac_out->arr[i] && ac_in->arr[i]) in av_merge()
252 ac_out->arr[i] = strdup(ac_in->arr[i]); in av_merge()
/dports/net/mpich2/mpich2-1.5/src/mpe2/
H A Daclocal_make.m4118 ac_out=`$MAKE -f conftest 2>&1 | grep 'conftestdir/a.c'`
119 if test -n "$ac_out" ; then
130 ac_out=`$MAKE -f conftest 2>&1 | grep 'conftestdir/a.c'`
131 if test -n "$ac_out" ; then
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavresample/
H A Ddither.c71 AudioConvert *ac_out; // converter for s16p to s16 (if needed) member
303 ret = ff_audio_convert(c->ac_out, dst, c->s16_data); in ff_convert_dither()
322 ff_audio_convert_free(&c->ac_out); in ff_dither_free()
397 c->ac_out = ff_audio_convert_alloc(avr, out_fmt, AV_SAMPLE_FMT_S16P, in ff_dither_alloc()
399 if (!c->ac_out) in ff_dither_alloc()
H A Dutils.c226 avr->ac_out = ff_audio_convert_alloc(avr, avr->out_sample_fmt, src_fmt, in avresample_open()
230 if (!avr->ac_out) { in avresample_open()
270 ff_audio_convert_free(&avr->ac_out); in avresample_close()
480 ret = ff_audio_convert(avr->ac_out, &output_buffer, current_buffer); in avresample_convert()
492 ret = ff_audio_convert(avr->ac_out, avr->out_buffer, in avresample_convert()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavresample/
H A Ddither.c71 AudioConvert *ac_out; // converter for s16p to s16 (if needed) member
303 ret = ff_audio_convert(c->ac_out, dst, c->s16_data); in ff_convert_dither()
322 ff_audio_convert_free(&c->ac_out); in ff_dither_free()
397 c->ac_out = ff_audio_convert_alloc(avr, out_fmt, AV_SAMPLE_FMT_S16P, in ff_dither_alloc()
399 if (!c->ac_out) in ff_dither_alloc()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavresample/
H A Ddither.c71 AudioConvert *ac_out; // converter for s16p to s16 (if needed) member
303 ret = ff_audio_convert(c->ac_out, dst, c->s16_data); in ff_convert_dither()
322 ff_audio_convert_free(&c->ac_out); in ff_dither_free()
397 c->ac_out = ff_audio_convert_alloc(avr, out_fmt, AV_SAMPLE_FMT_S16P, in ff_dither_alloc()
399 if (!c->ac_out) in ff_dither_alloc()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavresample/
H A Ddither.c71 AudioConvert *ac_out; // converter for s16p to s16 (if needed) member
303 ret = ff_audio_convert(c->ac_out, dst, c->s16_data); in ff_convert_dither()
322 ff_audio_convert_free(&c->ac_out); in ff_dither_free()
397 c->ac_out = ff_audio_convert_alloc(avr, out_fmt, AV_SAMPLE_FMT_S16P, in ff_dither_alloc()
399 if (!c->ac_out) in ff_dither_alloc()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavresample/
H A Ddither.c71 AudioConvert *ac_out; // converter for s16p to s16 (if needed) member
303 ret = ff_audio_convert(c->ac_out, dst, c->s16_data); in ff_convert_dither()
322 ff_audio_convert_free(&c->ac_out); in ff_dither_free()
397 c->ac_out = ff_audio_convert_alloc(avr, out_fmt, AV_SAMPLE_FMT_S16P, in ff_dither_alloc()
399 if (!c->ac_out) in ff_dither_alloc()
H A Dutils.c226 avr->ac_out = ff_audio_convert_alloc(avr, avr->out_sample_fmt, src_fmt, in avresample_open()
230 if (!avr->ac_out) { in avresample_open()
270 ff_audio_convert_free(&avr->ac_out); in avresample_close()
480 ret = ff_audio_convert(avr->ac_out, &output_buffer, current_buffer); in avresample_convert()
492 ret = ff_audio_convert(avr->ac_out, avr->out_buffer, in avresample_convert()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavresample/
H A Ddither.c71 AudioConvert *ac_out; // converter for s16p to s16 (if needed) member
303 ret = ff_audio_convert(c->ac_out, dst, c->s16_data); in ff_convert_dither()
322 ff_audio_convert_free(&c->ac_out); in ff_dither_free()
397 c->ac_out = ff_audio_convert_alloc(avr, out_fmt, AV_SAMPLE_FMT_S16P, in ff_dither_alloc()
399 if (!c->ac_out) in ff_dither_alloc()
/dports/multimedia/handbrake/ffmpeg-4.4/libavresample/
H A Ddither.c71 AudioConvert *ac_out; // converter for s16p to s16 (if needed) member
303 ret = ff_audio_convert(c->ac_out, dst, c->s16_data); in ff_convert_dither()
322 ff_audio_convert_free(&c->ac_out); in ff_dither_free()
397 c->ac_out = ff_audio_convert_alloc(avr, out_fmt, AV_SAMPLE_FMT_S16P, in ff_dither_alloc()
399 if (!c->ac_out) in ff_dither_alloc()
/dports/archivers/ha/ha-0.999b_2/include/
H A Dacoder.h25 void ac_out(U16B low, U16B high, U16B tot);
/dports/net/mpich2/mpich2-1.5/src/mpi/romio/confdb/
H A Daclocal_make.m4168 ac_out=`$MAKE -f conftest 2>&1 | grep 'conftestdir/a.c'`
169 if test -n "$ac_out" ; then
179 ac_out=`$MAKE -f conftest 2>&1 | grep 'conftestdir/a.c'`
180 if test -n "$ac_out" ; then
/dports/net/mpich/mpich-3.4.3/test/mpi/dtpools/confdb/
H A Daclocal_make.m4168 ac_out=`$MAKE -f conftest 2>&1 | grep 'conftestdir/a.c'`
169 if test -n "$ac_out" ; then
179 ac_out=`$MAKE -f conftest 2>&1 | grep 'conftestdir/a.c'`
180 if test -n "$ac_out" ; then
/dports/net/mpich2/mpich2-1.5/src/armci/m4/
H A Daclocal_make.m4168 ac_out=`$MAKE -f conftest 2>&1 | grep 'conftestdir/a.c'`
169 if test -n "$ac_out" ; then
179 ac_out=`$MAKE -f conftest 2>&1 | grep 'conftestdir/a.c'`
180 if test -n "$ac_out" ; then
/dports/net/mpich2/mpich2-1.5/test/mpi/confdb/
H A Daclocal_make.m4168 ac_out=`$MAKE -f conftest 2>&1 | grep 'conftestdir/a.c'`
169 if test -n "$ac_out" ; then
179 ac_out=`$MAKE -f conftest 2>&1 | grep 'conftestdir/a.c'`
180 if test -n "$ac_out" ; then
/dports/net/mpich2/mpich2-1.5/src/mpl/confdb/
H A Daclocal_make.m4168 ac_out=`$MAKE -f conftest 2>&1 | grep 'conftestdir/a.c'`
169 if test -n "$ac_out" ; then
179 ac_out=`$MAKE -f conftest 2>&1 | grep 'conftestdir/a.c'`
180 if test -n "$ac_out" ; then
/dports/net/mpich2/mpich2-1.5/src/pm/hydra/confdb/
H A Daclocal_make.m4168 ac_out=`$MAKE -f conftest 2>&1 | grep 'conftestdir/a.c'`
169 if test -n "$ac_out" ; then
179 ac_out=`$MAKE -f conftest 2>&1 | grep 'conftestdir/a.c'`
180 if test -n "$ac_out" ; then
/dports/net/mpich2/mpich2-1.5/src/pm/hydra/mpl/confdb/
H A Daclocal_make.m4168 ac_out=`$MAKE -f conftest 2>&1 | grep 'conftestdir/a.c'`
169 if test -n "$ac_out" ; then
179 ac_out=`$MAKE -f conftest 2>&1 | grep 'conftestdir/a.c'`
180 if test -n "$ac_out" ; then
/dports/net/mpich/mpich-3.4.3/test/mpi/confdb/
H A Daclocal_make.m4168 ac_out=`$MAKE -f conftest 2>&1 | grep 'conftestdir/a.c'`
169 if test -n "$ac_out" ; then
179 ac_out=`$MAKE -f conftest 2>&1 | grep 'conftestdir/a.c'`
180 if test -n "$ac_out" ; then
/dports/net/mpich2/mpich2-1.5/confdb/
H A Daclocal_make.m4168 ac_out=`$MAKE -f conftest 2>&1 | grep 'conftestdir/a.c'`
169 if test -n "$ac_out" ; then
179 ac_out=`$MAKE -f conftest 2>&1 | grep 'conftestdir/a.c'`
180 if test -n "$ac_out" ; then
/dports/net/mpich/mpich-3.4.3/modules/yaksa/m4/
H A Daclocal_make.m4168 ac_out=`$MAKE -f conftest 2>&1 | grep 'conftestdir/a.c'`
169 if test -n "$ac_out" ; then
179 ac_out=`$MAKE -f conftest 2>&1 | grep 'conftestdir/a.c'`
180 if test -n "$ac_out" ; then
/dports/net/mpich/mpich-3.4.3/src/pm/hydra/mpl/confdb/
H A Daclocal_make.m4168 ac_out=`$MAKE -f conftest 2>&1 | grep 'conftestdir/a.c'`
169 if test -n "$ac_out" ; then
179 ac_out=`$MAKE -f conftest 2>&1 | grep 'conftestdir/a.c'`
180 if test -n "$ac_out" ; then
/dports/net/mpich/mpich-3.4.3/confdb/
H A Daclocal_make.m4168 ac_out=`$MAKE -f conftest 2>&1 | grep 'conftestdir/a.c'`
169 if test -n "$ac_out" ; then
179 ac_out=`$MAKE -f conftest 2>&1 | grep 'conftestdir/a.c'`
180 if test -n "$ac_out" ; then

12345678910>>...107