Home
last modified time | relevance | path

Searched refs:dither_a (Results 1 – 25 of 26) sorted by relevance

12

/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavresample/
H A Ddither.c50 float dither_a[4]; member
180 memset(state->dither_a, 0, sizeof(state->dither_a)); in quantize_triangular_ns()
188 c->ns_coef_a[j] * state->dither_a[j]; in quantize_triangular_ns()
191 state->dither_a[j] = state->dither_a[j - 1]; in quantize_triangular_ns()
194 state->dither_a[0] = err; in quantize_triangular_ns()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavresample/
H A Ddither.c50 float dither_a[4]; member
180 memset(state->dither_a, 0, sizeof(state->dither_a)); in quantize_triangular_ns()
188 c->ns_coef_a[j] * state->dither_a[j]; in quantize_triangular_ns()
191 state->dither_a[j] = state->dither_a[j - 1]; in quantize_triangular_ns()
194 state->dither_a[0] = err; in quantize_triangular_ns()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavresample/
H A Ddither.c50 float dither_a[4]; member
180 memset(state->dither_a, 0, sizeof(state->dither_a)); in quantize_triangular_ns()
188 c->ns_coef_a[j] * state->dither_a[j]; in quantize_triangular_ns()
191 state->dither_a[j] = state->dither_a[j - 1]; in quantize_triangular_ns()
194 state->dither_a[0] = err; in quantize_triangular_ns()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavresample/
H A Ddither.c50 float dither_a[4]; member
180 memset(state->dither_a, 0, sizeof(state->dither_a)); in quantize_triangular_ns()
188 c->ns_coef_a[j] * state->dither_a[j]; in quantize_triangular_ns()
191 state->dither_a[j] = state->dither_a[j - 1]; in quantize_triangular_ns()
194 state->dither_a[0] = err; in quantize_triangular_ns()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavresample/
H A Ddither.c50 float dither_a[4]; member
180 memset(state->dither_a, 0, sizeof(state->dither_a)); in quantize_triangular_ns()
188 c->ns_coef_a[j] * state->dither_a[j]; in quantize_triangular_ns()
191 state->dither_a[j] = state->dither_a[j - 1]; in quantize_triangular_ns()
194 state->dither_a[0] = err; in quantize_triangular_ns()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavresample/
H A Ddither.c50 float dither_a[4]; member
180 memset(state->dither_a, 0, sizeof(state->dither_a)); in quantize_triangular_ns()
188 c->ns_coef_a[j] * state->dither_a[j]; in quantize_triangular_ns()
191 state->dither_a[j] = state->dither_a[j - 1]; in quantize_triangular_ns()
194 state->dither_a[0] = err; in quantize_triangular_ns()
/dports/multimedia/handbrake/ffmpeg-4.4/libavresample/
H A Ddither.c50 float dither_a[4]; member
180 memset(state->dither_a, 0, sizeof(state->dither_a)); in quantize_triangular_ns()
188 c->ns_coef_a[j] * state->dither_a[j]; in quantize_triangular_ns()
191 state->dither_a[j] = state->dither_a[j - 1]; in quantize_triangular_ns()
194 state->dither_a[0] = err; in quantize_triangular_ns()
/dports/games/iortcw/iortcw-1.51c/MP/code/opusfile-0.9/src/
H A Dinternal.h244 float dither_a[OP_NCHANNELS_MAX*4]; member
H A Dopusfile.c3203 if(mute>64)memset(_of->dither_a,0,sizeof(*_of->dither_a)*4*_nchannels); in op_float2short_filter()
3219 -OP_FCOEF_A[j]*_of->dither_a[ci*4+j]; in op_float2short_filter()
3221 for(j=3;j-->0;)_of->dither_a[ci*4+j+1]=_of->dither_a[ci*4+j]; in op_float2short_filter()
3223 _of->dither_a[ci*4]=err; in op_float2short_filter()
/dports/games/iortcw/iortcw-1.51c/SP/code/opusfile-0.9/src/
H A Dinternal.h244 float dither_a[OP_NCHANNELS_MAX*4]; member
H A Dopusfile.c3203 if(mute>64)memset(_of->dither_a,0,sizeof(*_of->dither_a)*4*_nchannels); in op_float2short_filter()
3219 -OP_FCOEF_A[j]*_of->dither_a[ci*4+j]; in op_float2short_filter()
3221 for(j=3;j-->0;)_of->dither_a[ci*4+j+1]=_of->dither_a[ci*4+j]; in op_float2short_filter()
3223 _of->dither_a[ci*4]=err; in op_float2short_filter()
/dports/devel/godot/godot-3.2.3-stable/thirdparty/opus/
H A Dinternal.h239 float dither_a[OP_NCHANNELS_MAX*4]; member
H A Dopusfile.c3146 if(mute>64)memset(_of->dither_a,0,sizeof(*_of->dither_a)*4*_nchannels); in op_float2short_filter()
3162 -OP_FCOEF_A[j]*_of->dither_a[ci*4+j]; in op_float2short_filter()
3164 for(j=3;j-->0;)_of->dither_a[ci*4+j+1]=_of->dither_a[ci*4+j]; in op_float2short_filter()
3166 _of->dither_a[ci*4]=err; in op_float2short_filter()
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/opus/
H A Dinternal.h239 float dither_a[OP_NCHANNELS_MAX*4]; member
H A Dopusfile.c3146 if(mute>64)memset(_of->dither_a,0,sizeof(*_of->dither_a)*4*_nchannels); in op_float2short_filter()
3162 -OP_FCOEF_A[j]*_of->dither_a[ci*4+j]; in op_float2short_filter()
3164 for(j=3;j-->0;)_of->dither_a[ci*4+j+1]=_of->dither_a[ci*4+j]; in op_float2short_filter()
3166 _of->dither_a[ci*4]=err; in op_float2short_filter()
/dports/devel/godot2-tools/godot-2.1.6-stable/thirdparty/opus/
H A Dinternal.h239 float dither_a[OP_NCHANNELS_MAX*4]; member
H A Dopusfile.c3146 if(mute>64)memset(_of->dither_a,0,sizeof(*_of->dither_a)*4*_nchannels); in op_float2short_filter()
3162 -OP_FCOEF_A[j]*_of->dither_a[ci*4+j]; in op_float2short_filter()
3164 for(j=3;j-->0;)_of->dither_a[ci*4+j+1]=_of->dither_a[ci*4+j]; in op_float2short_filter()
3166 _of->dither_a[ci*4]=err; in op_float2short_filter()
/dports/devel/godot2/godot-2.1.6-stable/thirdparty/opus/
H A Dinternal.h239 float dither_a[OP_NCHANNELS_MAX*4]; member
H A Dopusfile.c3146 if(mute>64)memset(_of->dither_a,0,sizeof(*_of->dither_a)*4*_nchannels); in op_float2short_filter()
3162 -OP_FCOEF_A[j]*_of->dither_a[ci*4+j]; in op_float2short_filter()
3164 for(j=3;j-->0;)_of->dither_a[ci*4+j+1]=_of->dither_a[ci*4+j]; in op_float2short_filter()
3166 _of->dither_a[ci*4]=err; in op_float2short_filter()
/dports/audio/opusfile/opusfile-0.12/src/
H A Dinternal.h244 float dither_a[OP_NCHANNELS_MAX*4]; member
H A Dopusfile.c3220 if(mute>64)memset(_of->dither_a,0,sizeof(*_of->dither_a)*4*_nchannels); in op_float2short_filter()
3236 -OP_FCOEF_A[j]*_of->dither_a[ci*4+j]; in op_float2short_filter()
3238 for(j=3;j-->0;)_of->dither_a[ci*4+j+1]=_of->dither_a[ci*4+j]; in op_float2short_filter()
3240 _of->dither_a[ci*4]=err; in op_float2short_filter()
/dports/audio/praat/praat-6.2.03/external/opusfile/
H A Dinternal.h243 float dither_a[OP_NCHANNELS_MAX*4]; member
H A Dopusfile_internal.h244 float dither_a[OP_NCHANNELS_MAX*4];
H A Dopusfile.cpp3213 if(mute>64)memset(_of->dither_a,0,sizeof(*_of->dither_a)*4*_nchannels); in op_float2short_filter()
3229 -OP_FCOEF_A[j]*_of->dither_a[ci*4+j]; in op_float2short_filter()
3231 for(j=3;j-->0;)_of->dither_a[ci*4+j+1]=_of->dither_a[ci*4+j]; in op_float2short_filter()
3233 _of->dither_a[ci*4]=err; in op_float2short_filter()
/dports/audio/sdl2_mixer/SDL2_mixer-2.0.4/external/opusfile-0.10/src/
H A Dinternal.h244 float dither_a[OP_NCHANNELS_MAX*4]; member

12