Searched refs:ENH_BLOCKL (Results 1 – 7 of 7) sorted by relevance
/external/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 | 53 max1 = WebRtcSpl_MaxAbsValueW16(current, ENH_BLOCKL) + 1; in WebRtcIlbcfix_Smooth() 54 max2 = WebRtcSpl_MaxAbsValueW16(surround, ENH_BLOCKL) + 1; in WebRtcIlbcfix_Smooth() 57 WebRtcSpl_CountLeadingZeros64((max12 * max12) * (uint64_t)ENH_BLOCKL); in WebRtcIlbcfix_Smooth() 60 w00=WebRtcSpl_DotProductWithScale(current,current,ENH_BLOCKL,scale); in WebRtcIlbcfix_Smooth() 61 w11=WebRtcSpl_DotProductWithScale(surround,surround,ENH_BLOCKL,scale); in WebRtcIlbcfix_Smooth() 62 w10=WebRtcSpl_DotProductWithScale(surround,current,ENH_BLOCKL,scale); in WebRtcIlbcfix_Smooth() 207 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) 85 #define ENH_VECTL (ENH_BLOCKL + 2 * ENH_FL0) 87 #define ENH_NBLOCKS (BLOCKL / ENH_BLOCKL) 90 #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 | 212 &decresidual[iLBCdec_inst->blockl-ENH_BLOCKL], in WebRtcIlbcfix_DecodeImpl() 213 &decresidual[iLBCdec_inst->blockl-ENH_BLOCKL-lag], in WebRtcIlbcfix_DecodeImpl() 214 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()
|