/external/libopus/silk/fixed/ |
process_gains_FIX.c | 51 psEncCtrl->Gains_Q16[ k ] = silk_SMLAWB( psEncCtrl->Gains_Q16[ k ], psEncCtrl->Gains_Q16[ k ], s_Q16 );
|
pitch_analysis_core_FIX.c | 232 sum = silk_SMLAWB( sum, sum, silk_LSHIFT( -i, 4 ) ); /* Q14 */ 239 sum = silk_SMLAWB( sum, sum, silk_LSHIFT( -i, 4 ) ); /* Q14 */ [all...] |
/external/chromium_org/third_party/opus/src/silk/ |
MacroCount.h | 91 #undef silk_SMLAWB 92 static OPUS_INLINE opus_int32 silk_SMLAWB(opus_int32 a32, opus_int32 b32, opus_int32 c32){ 176 #define silk_SMLAWB_ovflw silk_SMLAWB 618 ret = silk_MLA(silk_SMLAWB((a32), (b32), (c32)), (b32), silk_RSHIFT_ROUND((c32), 16));
|
MacroDebug.h | 332 #undef silk_SMLAWB 333 #define silk_SMLAWB(a,b,c) silk_SMLAWB_((a), (b), (c), __FILE__, __LINE__) 339 fprintf (stderr, "silk_SMLAWB(%d, %d, %d) in %s: line %d\n", a32, b32, c32, file, line); [all...] |
enc_API.c | 518 speech_act_thr_for_switch_Q8 = silk_SMLAWB( SILK_FIX_CONST( SPEECH_ACTIVITY_DTX_THRES, 8 ),
|
/external/libopus/silk/ |
MacroCount.h | 91 #undef silk_SMLAWB 92 static OPUS_INLINE opus_int32 silk_SMLAWB(opus_int32 a32, opus_int32 b32, opus_int32 c32){ 176 #define silk_SMLAWB_ovflw silk_SMLAWB 618 ret = silk_MLA(silk_SMLAWB((a32), (b32), (c32)), (b32), silk_RSHIFT_ROUND((c32), 16));
|
MacroDebug.h | 332 #undef silk_SMLAWB 333 #define silk_SMLAWB(a,b,c) silk_SMLAWB_((a), (b), (c), __FILE__, __LINE__) 339 fprintf (stderr, "silk_SMLAWB(%d, %d, %d) in %s: line %d\n", a32, b32, c32, file, line); [all...] |
enc_API.c | 518 speech_act_thr_for_switch_Q8 = silk_SMLAWB( SILK_FIX_CONST( SPEECH_ACTIVITY_DTX_THRES, 8 ),
|
/external/chromium_org/third_party/opus/src/silk/fixed/ |
pitch_analysis_core_FIX.c | 232 sum = silk_SMLAWB( sum, sum, silk_LSHIFT( -i, 4 ) ); /* Q14 */ 239 sum = silk_SMLAWB( sum, sum, silk_LSHIFT( -i, 4 ) ); /* Q14 */ [all...] |
/external/chromium_org/third_party/opus/src/src/ |
opus_encoder.c | [all...] |
/external/libopus/src/ |
opus_encoder.c | [all...] |