OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ENH_UPS0
(Results
1 - 5
of
5
) sorted by null
/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
enh_upsample.c
37
for (j=0;j<
ENH_UPS0
; j++) {
45
pu11+=
ENH_UPS0
;
53
pu11+=
ENH_UPS0
;
75
for(j=0;j<
ENH_UPS0
; j++){
76
pu = useq1 + (filterlength-hfl)*
ENH_UPS0
+ j;
84
pu+=
ENH_UPS0
;
90
for (j=0;j<
ENH_UPS0
; j++) {
99
pu11+=
ENH_UPS0
;
106
pu11+=
ENH_UPS0
;
refiner.c
49
int32_t corrVecUps[ENH_CORRDIM*
ENH_UPS0
];
99
tloc = WebRtcSpl_MaxIndexW32(corrVecUps,
ENH_UPS0
* corrdim);
126
polyPtr = (int16_t*)WebRtcIlbcfix_kEnhPolyPhaser[tloc2 *
ENH_UPS0
- tloc];
constants.c
637
/* Tables for the Enhancer, using upsamling factor 4 (
ENH_UPS0
= 4) */
639
const int16_t WebRtcIlbcfix_kEnhPolyPhaser[
ENH_UPS0
][ENH_FLO_MULT2_PLUS1]={
constants.h
82
extern const int16_t WebRtcIlbcfix_kEnhPolyPhaser[
ENH_UPS0
][ENH_FLO_MULT2_PLUS1];
defines.h
77
#define
ENH_UPS0
4 /* upsampling rate */
Completed in 43 milliseconds