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

  /external/chromium_org/third_party/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
65 if(searchSegEndPos+ENH_BLOCKL >= idatal) {
66 searchSegEndPos=idatal-ENH_BLOCKL-1;
74 (int16_t)(corrdim+ENH_BLOCKL-1),idata+centerStartPos,ENH_BLOCKL);
142 ENH_FLO_MULT2_PLUS1, ENH_BLOCKL);
147 (int32_t)32768, 16, 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);
208 odata, ENH_BLOCKL);
get_sync_seq.c 45 centerEndPos=centerStartPos+ENH_BLOCKL-1;
93 if( (blockStartPos[q]+(int16_t)WEBRTC_SPL_MUL_16_16(4, (ENH_BLOCKL+ENH_OVERHANG)))
decode.c 202 &decresidual[iLBCdec_inst->blockl-ENH_BLOCKL],
203 &decresidual[iLBCdec_inst->blockl-ENH_BLOCKL-lag],
204 ENH_BLOCKL,
enhancer_interface.c 70 plc_pred = downsampled; /* Reuse memory since plc_pred[ENH_BLOCKL] and
84 plc_blockl=ENH_BLOCKL;
87 (640-new_blocks*ENH_BLOCKL-80) */
92 (640-new_blocks*ENH_BLOCKL-40) */
373 WebRtcIlbcfix_Enhancer(out+WEBRTC_SPL_MUL_16_16(iblock, ENH_BLOCKL),
376 (int16_t)(WEBRTC_SPL_MUL_16_16(iblock, ENH_BLOCKL)+startPos),

Completed in 55 milliseconds