Searched refs:silk_SUB_RSHIFT32 (Results 1 – 5 of 5) sorted by relevance
/external/libopus/silk/float/ |
D | encode_frame_FLP.c | 269 … if( gainMult_Q8 < silk_SUB_RSHIFT32( gainMult_upper, gainMult_upper - gainMult_lower, 2 ) ) { in silk_encode_frame_FLP() 270 … gainMult_Q8 = silk_SUB_RSHIFT32( gainMult_upper, gainMult_upper - gainMult_lower, 2 ); in silk_encode_frame_FLP()
|
/external/libopus/silk/fixed/ |
D | encode_frame_FIX.c | 282 … if( gainMult_Q8 < silk_SUB_RSHIFT32( gainMult_upper, gainMult_upper - gainMult_lower, 2 ) ) { in silk_encode_frame_FIX() 283 … gainMult_Q8 = silk_SUB_RSHIFT32( gainMult_upper, gainMult_upper - gainMult_lower, 2 ); in silk_encode_frame_FIX()
|
/external/libopus/silk/ |
D | MacroCount.h | 447 #undef silk_SUB_RSHIFT32 448 static OPUS_INLINE opus_int32 silk_SUB_RSHIFT32(opus_int32 a, opus_int32 b, opus_int32 shift){ in silk_SUB_RSHIFT32() function
|
D | MacroDebug.h | 819 #undef silk_SUB_RSHIFT32 820 #define silk_SUB_RSHIFT32(a,b,c) silk_SUB_RSHIFT32_((a), (b), (c), __FILE__, __LINE__) macro
|
D | SigProc_FIX.h | 496 #define silk_SUB_RSHIFT32(a, b, shift) silk_SUB32((a), silk_RSHIFT32((b), (shift))) /* shif… macro
|