HomeSort by relevance Sort by last modified time
    Searched refs:ENH_BLOCKL (Results 1 - 7 of 7) sorted by null

  /external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
enhancer.c 26 * idata+centerStartPos+ENH_BLOCKL-1
39 int16_t surround[ENH_BLOCKL];
41 WebRtcSpl_MemSetW16(surround, 0, ENH_BLOCKL);
refiner.c 27 * idata+centerStartPos+ENH_BLOCKL-1 segment is found at a
62 if ((searchSegEndPos + ENH_BLOCKL) >= idatal) {
63 searchSegEndPos = idatal - ENH_BLOCKL - 1;
72 corrdim + ENH_BLOCKL - 1, idata + centerStartPos,
73 ENH_BLOCKL);
132 ENH_BLOCKL);
137 ENH_BLOCKL);
defines.h 68 #define ENH_BLOCKL 80 /* block length */
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
smooth.c 49 max1=WebRtcSpl_MaxAbsValueW16(current, ENH_BLOCKL);
50 max2=WebRtcSpl_MaxAbsValueW16(surround, ENH_BLOCKL);
57 w00=WebRtcSpl_DotProductWithScale(current,current,ENH_BLOCKL,scale);
58 w11=WebRtcSpl_DotProductWithScale(surround,surround,ENH_BLOCKL,scale);
59 w10=WebRtcSpl_DotProductWithScale(surround,current,ENH_BLOCKL,scale);
204 odata, ENH_BLOCKL);
get_sync_seq.c 45 centerEndPos = centerStartPos + ENH_BLOCKL - 1;
96 if (blockStartPos[q] + 4 * (ENH_BLOCKL + ENH_OVERHANG) < 4 * idatal) {
decode.c 203 &decresidual[iLBCdec_inst->blockl-ENH_BLOCKL],
204 &decresidual[iLBCdec_inst->blockl-ENH_BLOCKL-lag],
205 ENH_BLOCKL,
enhancer_interface.c 75 plc_pred = downsampled; /* Reuse memory since plc_pred[ENH_BLOCKL] and
89 plc_blockl=ENH_BLOCKL;
92 (640-new_blocks*ENH_BLOCKL-80) */
97 (640-new_blocks*ENH_BLOCKL-40) */
368 WebRtcIlbcfix_Enhancer(out + iblock * ENH_BLOCKL,
371 iblock * ENH_BLOCKL + startPos,

Completed in 158 milliseconds