Searched refs:ENH_BLOCKL (Results 1 – 7 of 7) sorted by relevance
/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/ |
D | refiner.c | 62 if ((searchSegEndPos + ENH_BLOCKL) >= idatal) { in WebRtcIlbcfix_Refiner() 63 searchSegEndPos = idatal - ENH_BLOCKL - 1; in WebRtcIlbcfix_Refiner() 72 corrdim + ENH_BLOCKL - 1, idata + centerStartPos, in WebRtcIlbcfix_Refiner() 73 ENH_BLOCKL); in WebRtcIlbcfix_Refiner() 132 ENH_BLOCKL); in WebRtcIlbcfix_Refiner() 137 ENH_BLOCKL); in WebRtcIlbcfix_Refiner()
|
D | smooth.c | 49 max1=WebRtcSpl_MaxAbsValueW16(current, ENH_BLOCKL); in WebRtcIlbcfix_Smooth() 50 max2=WebRtcSpl_MaxAbsValueW16(surround, ENH_BLOCKL); in WebRtcIlbcfix_Smooth() 57 w00=WebRtcSpl_DotProductWithScale(current,current,ENH_BLOCKL,scale); in WebRtcIlbcfix_Smooth() 58 w11=WebRtcSpl_DotProductWithScale(surround,surround,ENH_BLOCKL,scale); in WebRtcIlbcfix_Smooth() 59 w10=WebRtcSpl_DotProductWithScale(surround,current,ENH_BLOCKL,scale); in WebRtcIlbcfix_Smooth() 204 odata, ENH_BLOCKL); in WebRtcIlbcfix_Smooth()
|
D | defines.h | 68 #define ENH_BLOCKL 80 /* block length */ macro 69 #define ENH_BLOCKL_HALF (ENH_BLOCKL/2) 80 #define ENH_VECTL (ENH_BLOCKL+2*ENH_FL0) 82 #define ENH_NBLOCKS (BLOCKL/ENH_BLOCKL) 85 #define ENH_BUFL (ENH_NBLOCKS_TOT)*ENH_BLOCKL
|
D | enhancer.c | 39 int16_t surround[ENH_BLOCKL]; in WebRtcIlbcfix_Enhancer() 41 WebRtcSpl_MemSetW16(surround, 0, ENH_BLOCKL); in WebRtcIlbcfix_Enhancer()
|
D | get_sync_seq.c | 45 centerEndPos = centerStartPos + ENH_BLOCKL - 1; in WebRtcIlbcfix_GetSyncSeq() 96 if (blockStartPos[q] + 4 * (ENH_BLOCKL + ENH_OVERHANG) < 4 * idatal) { in WebRtcIlbcfix_GetSyncSeq()
|
D | decode.c | 203 &decresidual[iLBCdec_inst->blockl-ENH_BLOCKL], in WebRtcIlbcfix_DecodeImpl() 204 &decresidual[iLBCdec_inst->blockl-ENH_BLOCKL-lag], in WebRtcIlbcfix_DecodeImpl() 205 ENH_BLOCKL, in WebRtcIlbcfix_DecodeImpl()
|
D | enhancer_interface.c | 89 plc_blockl=ENH_BLOCKL; in WebRtcIlbcfix_EnhancerInterface() 368 WebRtcIlbcfix_Enhancer(out + iblock * ENH_BLOCKL, in WebRtcIlbcfix_EnhancerInterface() 371 iblock * ENH_BLOCKL + startPos, in WebRtcIlbcfix_EnhancerInterface()
|