Home
last modified time | relevance | path

Searched refs:DECISION_DELAY (Results 1 – 25 of 87) sorted by relevance

1234

/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/opus/silk/
H A Ddefine.h160 #define DECISION_DELAY 32 macro
161 #define DECISION_DELAY_MASK ( DECISION_DELAY - 1 )
176 #if( MAX_LPC_ORDER > DECISION_DELAY )
179 # define NSQ_LPC_BUF_LENGTH DECISION_DELAY
/dports/devel/godot2-tools/godot-2.1.6-stable/thirdparty/opus/silk/
H A Ddefine.h160 #define DECISION_DELAY 32 macro
161 #define DECISION_DELAY_MASK ( DECISION_DELAY - 1 )
176 #if( MAX_LPC_ORDER > DECISION_DELAY )
179 # define NSQ_LPC_BUF_LENGTH DECISION_DELAY
/dports/devel/godot2/godot-2.1.6-stable/thirdparty/opus/silk/
H A Ddefine.h160 #define DECISION_DELAY 32 macro
161 #define DECISION_DELAY_MASK ( DECISION_DELAY - 1 )
176 #if( MAX_LPC_ORDER > DECISION_DELAY )
179 # define NSQ_LPC_BUF_LENGTH DECISION_DELAY
/dports/devel/godot/godot-3.2.3-stable/thirdparty/opus/silk/
H A Ddefine.h160 #define DECISION_DELAY 32 macro
161 #define DECISION_DELAY_MASK ( DECISION_DELAY - 1 )
176 #if( MAX_LPC_ORDER > DECISION_DELAY )
179 # define NSQ_LPC_BUF_LENGTH DECISION_DELAY
/dports/www/firefox-legacy/firefox-52.8.0esr/media/libopus/silk/
H A Ddefine.h160 #define DECISION_DELAY 32 macro
161 #define DECISION_DELAY_MASK ( DECISION_DELAY - 1 )
176 #if( MAX_LPC_ORDER > DECISION_DELAY )
179 # define NSQ_LPC_BUF_LENGTH DECISION_DELAY
/dports/audio/sdl2_mixer/SDL2_mixer-2.0.4/external/opus-1.0.3/silk/
H A Ddefine.h160 #define DECISION_DELAY 32 macro
161 #define DECISION_DELAY_MASK ( DECISION_DELAY - 1 )
176 #if( MAX_LPC_ORDER > DECISION_DELAY )
179 # define NSQ_LPC_BUF_LENGTH DECISION_DELAY
/dports/net/h323plus/h323plus-1_27_2/plugins/audio/SILK/silkSrc/
H A DSKP_Silk_define.h223 #define DECISION_DELAY 32 macro
224 #define DECISION_DELAY_MASK (DECISION_DELAY - 1)
238 #if( MAX_LPC_ORDER > DECISION_DELAY )
241 # define NSQ_LPC_BUF_LENGTH DECISION_DELAY
/dports/net/opal/opal-3.10.10/plugins/audio/SILK/SILK_SDK/src/
H A DSKP_Silk_define.h209 #define DECISION_DELAY 32 macro
210 #define DECISION_DELAY_MASK (DECISION_DELAY - 1)
224 #if( MAX_LPC_ORDER > DECISION_DELAY )
227 # define NSQ_LPC_BUF_LENGTH DECISION_DELAY
/dports/games/iortcw/iortcw-1.51c/SP/code/opus-1.2.1/silk/
H A DNSQ_del_dec.c39 opus_int32 RandState[ DECISION_DELAY ];
40 opus_int32 Q_Q10[ DECISION_DELAY ];
41 opus_int32 Xq_Q14[ DECISION_DELAY ];
42 opus_int32 Pred_Q15[ DECISION_DELAY ];
43 opus_int32 Shape_Q14[ DECISION_DELAY ];
195 ALLOC( delayedGain_Q10, DECISION_DELAY, opus_int32 ); in silk_NSQ_del_dec_c()
292 last_smple_idx = ( last_smple_idx - 1 ) % DECISION_DELAY; in silk_NSQ_del_dec_c()
293 if( last_smple_idx < 0 ) last_smple_idx += DECISION_DELAY; in silk_NSQ_del_dec_c()
564 *smpl_buf_idx = ( *smpl_buf_idx - 1 ) % DECISION_DELAY; in silk_noise_shape_quantizer_del_dec()
565 if( *smpl_buf_idx < 0 ) *smpl_buf_idx += DECISION_DELAY; in silk_noise_shape_quantizer_del_dec()
[all …]
/dports/games/iortcw/iortcw-1.51c/MP/code/opus-1.2.1/silk/
H A DNSQ_del_dec.c39 opus_int32 RandState[ DECISION_DELAY ];
40 opus_int32 Q_Q10[ DECISION_DELAY ];
41 opus_int32 Xq_Q14[ DECISION_DELAY ];
42 opus_int32 Pred_Q15[ DECISION_DELAY ];
43 opus_int32 Shape_Q14[ DECISION_DELAY ];
195 ALLOC( delayedGain_Q10, DECISION_DELAY, opus_int32 ); in silk_NSQ_del_dec_c()
292 last_smple_idx = ( last_smple_idx - 1 ) % DECISION_DELAY; in silk_NSQ_del_dec_c()
293 if( last_smple_idx < 0 ) last_smple_idx += DECISION_DELAY; in silk_NSQ_del_dec_c()
564 *smpl_buf_idx = ( *smpl_buf_idx - 1 ) % DECISION_DELAY; in silk_noise_shape_quantizer_del_dec()
565 if( *smpl_buf_idx < 0 ) *smpl_buf_idx += DECISION_DELAY; in silk_noise_shape_quantizer_del_dec()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/media/libopus/silk/
H A DNSQ_del_dec.c39 opus_int32 RandState[ DECISION_DELAY ];
40 opus_int32 Q_Q10[ DECISION_DELAY ];
41 opus_int32 Xq_Q14[ DECISION_DELAY ];
42 opus_int32 Pred_Q15[ DECISION_DELAY ];
43 opus_int32 Shape_Q14[ DECISION_DELAY ];
195 ALLOC( delayedGain_Q10, DECISION_DELAY, opus_int32 ); in silk_NSQ_del_dec_c()
292 last_smple_idx = ( last_smple_idx - 1 ) % DECISION_DELAY; in silk_NSQ_del_dec_c()
293 if( last_smple_idx < 0 ) last_smple_idx += DECISION_DELAY; in silk_NSQ_del_dec_c()
564 *smpl_buf_idx = ( *smpl_buf_idx - 1 ) % DECISION_DELAY; in silk_noise_shape_quantizer_del_dec()
565 if( *smpl_buf_idx < 0 ) *smpl_buf_idx += DECISION_DELAY; in silk_noise_shape_quantizer_del_dec()
[all …]
/dports/audio/jamulus/jamulus-r3_8_1/libs/opus/silk/
H A DNSQ_del_dec.c39 opus_int32 RandState[ DECISION_DELAY ];
40 opus_int32 Q_Q10[ DECISION_DELAY ];
41 opus_int32 Xq_Q14[ DECISION_DELAY ];
42 opus_int32 Pred_Q15[ DECISION_DELAY ];
43 opus_int32 Shape_Q14[ DECISION_DELAY ];
195 ALLOC( delayedGain_Q10, DECISION_DELAY, opus_int32 ); in silk_NSQ_del_dec_c()
292 last_smple_idx = ( last_smple_idx - 1 ) % DECISION_DELAY; in silk_NSQ_del_dec_c()
293 if( last_smple_idx < 0 ) last_smple_idx += DECISION_DELAY; in silk_NSQ_del_dec_c()
564 *smpl_buf_idx = ( *smpl_buf_idx - 1 ) % DECISION_DELAY; in silk_noise_shape_quantizer_del_dec()
565 if( *smpl_buf_idx < 0 ) *smpl_buf_idx += DECISION_DELAY; in silk_noise_shape_quantizer_del_dec()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/opus/src/silk/
H A DNSQ_del_dec.c39 opus_int32 RandState[ DECISION_DELAY ];
40 opus_int32 Q_Q10[ DECISION_DELAY ];
41 opus_int32 Xq_Q14[ DECISION_DELAY ];
42 opus_int32 Pred_Q15[ DECISION_DELAY ];
43 opus_int32 Shape_Q14[ DECISION_DELAY ];
195 ALLOC( delayedGain_Q10, DECISION_DELAY, opus_int32 ); in silk_NSQ_del_dec_c()
292 last_smple_idx = ( last_smple_idx - 1 ) % DECISION_DELAY; in silk_NSQ_del_dec_c()
293 if( last_smple_idx < 0 ) last_smple_idx += DECISION_DELAY; in silk_NSQ_del_dec_c()
564 *smpl_buf_idx = ( *smpl_buf_idx - 1 ) % DECISION_DELAY; in silk_noise_shape_quantizer_del_dec()
565 if( *smpl_buf_idx < 0 ) *smpl_buf_idx += DECISION_DELAY; in silk_noise_shape_quantizer_del_dec()
[all …]
/dports/www/firefox/firefox-99.0/media/libopus/silk/
H A DNSQ_del_dec.c39 opus_int32 RandState[ DECISION_DELAY ];
40 opus_int32 Q_Q10[ DECISION_DELAY ];
41 opus_int32 Xq_Q14[ DECISION_DELAY ];
42 opus_int32 Pred_Q15[ DECISION_DELAY ];
43 opus_int32 Shape_Q14[ DECISION_DELAY ];
195 ALLOC( delayedGain_Q10, DECISION_DELAY, opus_int32 ); in silk_NSQ_del_dec_c()
292 last_smple_idx = ( last_smple_idx - 1 ) % DECISION_DELAY; in silk_NSQ_del_dec_c()
293 if( last_smple_idx < 0 ) last_smple_idx += DECISION_DELAY; in silk_NSQ_del_dec_c()
564 *smpl_buf_idx = ( *smpl_buf_idx - 1 ) % DECISION_DELAY; in silk_noise_shape_quantizer_del_dec()
565 if( *smpl_buf_idx < 0 ) *smpl_buf_idx += DECISION_DELAY; in silk_noise_shape_quantizer_del_dec()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/media/libopus/silk/
H A DNSQ_del_dec.c39 opus_int32 RandState[ DECISION_DELAY ];
40 opus_int32 Q_Q10[ DECISION_DELAY ];
41 opus_int32 Xq_Q14[ DECISION_DELAY ];
42 opus_int32 Pred_Q15[ DECISION_DELAY ];
43 opus_int32 Shape_Q14[ DECISION_DELAY ];
195 ALLOC( delayedGain_Q10, DECISION_DELAY, opus_int32 ); in silk_NSQ_del_dec_c()
292 last_smple_idx = ( last_smple_idx - 1 ) % DECISION_DELAY; in silk_NSQ_del_dec_c()
293 if( last_smple_idx < 0 ) last_smple_idx += DECISION_DELAY; in silk_NSQ_del_dec_c()
564 *smpl_buf_idx = ( *smpl_buf_idx - 1 ) % DECISION_DELAY; in silk_noise_shape_quantizer_del_dec()
565 if( *smpl_buf_idx < 0 ) *smpl_buf_idx += DECISION_DELAY; in silk_noise_shape_quantizer_del_dec()
[all …]
/dports/games/emptyepsilon/SeriousProton-EE-2021.06.23/src/libopus/silk/
H A DNSQ_del_dec.c39 opus_int32 RandState[ DECISION_DELAY ];
40 opus_int32 Q_Q10[ DECISION_DELAY ];
41 opus_int32 Xq_Q14[ DECISION_DELAY ];
42 opus_int32 Pred_Q15[ DECISION_DELAY ];
43 opus_int32 Shape_Q14[ DECISION_DELAY ];
195 ALLOC( delayedGain_Q10, DECISION_DELAY, opus_int32 ); in silk_NSQ_del_dec_c()
292 last_smple_idx = ( last_smple_idx - 1 ) % DECISION_DELAY; in silk_NSQ_del_dec_c()
293 if( last_smple_idx < 0 ) last_smple_idx += DECISION_DELAY; in silk_NSQ_del_dec_c()
564 *smpl_buf_idx = ( *smpl_buf_idx - 1 ) % DECISION_DELAY; in silk_noise_shape_quantizer_del_dec()
565 if( *smpl_buf_idx < 0 ) *smpl_buf_idx += DECISION_DELAY; in silk_noise_shape_quantizer_del_dec()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/opus/src/silk/
H A DNSQ_del_dec.c39 opus_int32 RandState[ DECISION_DELAY ];
40 opus_int32 Q_Q10[ DECISION_DELAY ];
41 opus_int32 Xq_Q14[ DECISION_DELAY ];
42 opus_int32 Pred_Q15[ DECISION_DELAY ];
43 opus_int32 Shape_Q14[ DECISION_DELAY ];
195 ALLOC( delayedGain_Q10, DECISION_DELAY, opus_int32 ); in silk_NSQ_del_dec_c()
292 last_smple_idx = ( last_smple_idx - 1 ) % DECISION_DELAY; in silk_NSQ_del_dec_c()
293 if( last_smple_idx < 0 ) last_smple_idx += DECISION_DELAY; in silk_NSQ_del_dec_c()
564 *smpl_buf_idx = ( *smpl_buf_idx - 1 ) % DECISION_DELAY; in silk_noise_shape_quantizer_del_dec()
565 if( *smpl_buf_idx < 0 ) *smpl_buf_idx += DECISION_DELAY; in silk_noise_shape_quantizer_del_dec()
[all …]
/dports/audio/opus/opus-1.3.1/silk/
H A DNSQ_del_dec.c39 opus_int32 RandState[ DECISION_DELAY ];
40 opus_int32 Q_Q10[ DECISION_DELAY ];
41 opus_int32 Xq_Q14[ DECISION_DELAY ];
42 opus_int32 Pred_Q15[ DECISION_DELAY ];
43 opus_int32 Shape_Q14[ DECISION_DELAY ];
195 ALLOC( delayedGain_Q10, DECISION_DELAY, opus_int32 );
292 last_smple_idx = ( last_smple_idx - 1 ) % DECISION_DELAY;
293 if( last_smple_idx < 0 ) last_smple_idx += DECISION_DELAY;
564 *smpl_buf_idx = ( *smpl_buf_idx - 1 ) % DECISION_DELAY;
565 if( *smpl_buf_idx < 0 ) *smpl_buf_idx += DECISION_DELAY;
[all …]
/dports/audio/praat/praat-6.2.03/external/opusfile/opus/silk/
H A DNSQ_del_dec.c39 opus_int32 RandState[ DECISION_DELAY ];
40 opus_int32 Q_Q10[ DECISION_DELAY ];
41 opus_int32 Xq_Q14[ DECISION_DELAY ];
42 opus_int32 Pred_Q15[ DECISION_DELAY ];
43 opus_int32 Shape_Q14[ DECISION_DELAY ];
195 ALLOC( delayedGain_Q10, DECISION_DELAY, opus_int32 );
292 last_smple_idx = ( last_smple_idx - 1 ) % DECISION_DELAY;
293 if( last_smple_idx < 0 ) last_smple_idx += DECISION_DELAY;
564 *smpl_buf_idx = ( *smpl_buf_idx - 1 ) % DECISION_DELAY;
565 if( *smpl_buf_idx < 0 ) *smpl_buf_idx += DECISION_DELAY;
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/media/libopus/silk/
H A DNSQ_del_dec.c39 opus_int32 RandState[ DECISION_DELAY ];
40 opus_int32 Q_Q10[ DECISION_DELAY ];
41 opus_int32 Xq_Q14[ DECISION_DELAY ];
42 opus_int32 Pred_Q15[ DECISION_DELAY ];
43 opus_int32 Shape_Q14[ DECISION_DELAY ];
195 ALLOC( delayedGain_Q10, DECISION_DELAY, opus_int32 ); in silk_NSQ_del_dec_c()
292 last_smple_idx = ( last_smple_idx - 1 ) % DECISION_DELAY; in silk_NSQ_del_dec_c()
293 if( last_smple_idx < 0 ) last_smple_idx += DECISION_DELAY; in silk_NSQ_del_dec_c()
564 *smpl_buf_idx = ( *smpl_buf_idx - 1 ) % DECISION_DELAY; in silk_noise_shape_quantizer_del_dec()
565 if( *smpl_buf_idx < 0 ) *smpl_buf_idx += DECISION_DELAY; in silk_noise_shape_quantizer_del_dec()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/media/libopus/silk/
H A DNSQ_del_dec.c39 opus_int32 RandState[ DECISION_DELAY ];
40 opus_int32 Q_Q10[ DECISION_DELAY ];
41 opus_int32 Xq_Q14[ DECISION_DELAY ];
42 opus_int32 Pred_Q15[ DECISION_DELAY ];
43 opus_int32 Shape_Q14[ DECISION_DELAY ];
195 ALLOC( delayedGain_Q10, DECISION_DELAY, opus_int32 ); in silk_NSQ_del_dec_c()
292 last_smple_idx = ( last_smple_idx - 1 ) % DECISION_DELAY; in silk_NSQ_del_dec_c()
293 if( last_smple_idx < 0 ) last_smple_idx += DECISION_DELAY; in silk_NSQ_del_dec_c()
564 *smpl_buf_idx = ( *smpl_buf_idx - 1 ) % DECISION_DELAY; in silk_noise_shape_quantizer_del_dec()
565 if( *smpl_buf_idx < 0 ) *smpl_buf_idx += DECISION_DELAY; in silk_noise_shape_quantizer_del_dec()
[all …]
/dports/games/iortcw/iortcw-1.51c/MP/code/opus-1.2.1/silk/x86/
H A DNSQ_del_dec_sse.c42 opus_int32 RandState[ DECISION_DELAY ];
43 opus_int32 Q_Q10[ DECISION_DELAY ];
44 opus_int32 Xq_Q14[ DECISION_DELAY ];
45 opus_int32 Pred_Q15[ DECISION_DELAY ];
46 opus_int32 Shape_Q14[ DECISION_DELAY ];
192 ALLOC( delayedGain_Q10, DECISION_DELAY, opus_int32 ); in silk_NSQ_del_dec_sse4_1()
289 last_smple_idx = ( last_smple_idx - 1 ) % DECISION_DELAY; in silk_NSQ_del_dec_sse4_1()
290 if( last_smple_idx < 0 ) last_smple_idx += DECISION_DELAY; in silk_NSQ_del_dec_sse4_1()
642 *smpl_buf_idx = ( *smpl_buf_idx - 1 ) % DECISION_DELAY; in silk_noise_shape_quantizer_del_dec_sse4_1()
643 if( *smpl_buf_idx < 0 ) *smpl_buf_idx += DECISION_DELAY; in silk_noise_shape_quantizer_del_dec_sse4_1()
[all …]
/dports/games/iortcw/iortcw-1.51c/SP/code/opus-1.2.1/silk/x86/
H A DNSQ_del_dec_sse.c42 opus_int32 RandState[ DECISION_DELAY ];
43 opus_int32 Q_Q10[ DECISION_DELAY ];
44 opus_int32 Xq_Q14[ DECISION_DELAY ];
45 opus_int32 Pred_Q15[ DECISION_DELAY ];
46 opus_int32 Shape_Q14[ DECISION_DELAY ];
192 ALLOC( delayedGain_Q10, DECISION_DELAY, opus_int32 ); in silk_NSQ_del_dec_sse4_1()
289 last_smple_idx = ( last_smple_idx - 1 ) % DECISION_DELAY; in silk_NSQ_del_dec_sse4_1()
290 if( last_smple_idx < 0 ) last_smple_idx += DECISION_DELAY; in silk_NSQ_del_dec_sse4_1()
642 *smpl_buf_idx = ( *smpl_buf_idx - 1 ) % DECISION_DELAY; in silk_noise_shape_quantizer_del_dec_sse4_1()
643 if( *smpl_buf_idx < 0 ) *smpl_buf_idx += DECISION_DELAY; in silk_noise_shape_quantizer_del_dec_sse4_1()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/media/libopus/silk/x86/
H A DNSQ_del_dec_sse4_1.c42 opus_int32 RandState[ DECISION_DELAY ];
43 opus_int32 Q_Q10[ DECISION_DELAY ];
44 opus_int32 Xq_Q14[ DECISION_DELAY ];
45 opus_int32 Pred_Q15[ DECISION_DELAY ];
46 opus_int32 Shape_Q14[ DECISION_DELAY ];
192 ALLOC( delayedGain_Q10, DECISION_DELAY, opus_int32 ); in silk_NSQ_del_dec_sse4_1()
289 last_smple_idx = ( last_smple_idx - 1 ) % DECISION_DELAY; in silk_NSQ_del_dec_sse4_1()
290 if( last_smple_idx < 0 ) last_smple_idx += DECISION_DELAY; in silk_NSQ_del_dec_sse4_1()
642 *smpl_buf_idx = ( *smpl_buf_idx - 1 ) % DECISION_DELAY; in silk_noise_shape_quantizer_del_dec_sse4_1()
643 if( *smpl_buf_idx < 0 ) *smpl_buf_idx += DECISION_DELAY; in silk_noise_shape_quantizer_del_dec_sse4_1()
[all …]
H A DNSQ_del_dec_sse.c42 opus_int32 RandState[ DECISION_DELAY ];
43 opus_int32 Q_Q10[ DECISION_DELAY ];
44 opus_int32 Xq_Q14[ DECISION_DELAY ];
45 opus_int32 Pred_Q15[ DECISION_DELAY ];
46 opus_int32 Shape_Q14[ DECISION_DELAY ];
192 ALLOC( delayedGain_Q10, DECISION_DELAY, opus_int32 ); in silk_NSQ_del_dec_sse4_1()
289 last_smple_idx = ( last_smple_idx - 1 ) % DECISION_DELAY; in silk_NSQ_del_dec_sse4_1()
290 if( last_smple_idx < 0 ) last_smple_idx += DECISION_DELAY; in silk_NSQ_del_dec_sse4_1()
642 *smpl_buf_idx = ( *smpl_buf_idx - 1 ) % DECISION_DELAY; in silk_noise_shape_quantizer_del_dec_sse4_1()
643 if( *smpl_buf_idx < 0 ) *smpl_buf_idx += DECISION_DELAY; in silk_noise_shape_quantizer_del_dec_sse4_1()
[all …]

1234