OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WebRtcIlbcfix_kLsfDimCb
(Results
1 - 4
of
4
) sorted by null
/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
simple_lsf_dequant.c
38
for (j = 0; j <
WebRtcIlbcfix_kLsfDimCb
[i]; j++) {
40
WebRtcIlbcfix_kLsfDimCb
[i]];
42
pos +=
WebRtcIlbcfix_kLsfDimCb
[i];
43
cb_pos += WebRtcIlbcfix_kLsfSizeCb[i] *
WebRtcIlbcfix_kLsfDimCb
[i];
51
for (j = 0; j <
WebRtcIlbcfix_kLsfDimCb
[i]; j++) {
53
cb_pos + index[LSF_NSPLIT + i] *
WebRtcIlbcfix_kLsfDimCb
[i] + j];
55
pos +=
WebRtcIlbcfix_kLsfDimCb
[i];
56
cb_pos += WebRtcIlbcfix_kLsfSizeCb[i] *
WebRtcIlbcfix_kLsfDimCb
[i];
simple_lsf_quant.c
38
(int16_t*)WebRtcIlbcfix_kLsfCb, (int16_t*)
WebRtcIlbcfix_kLsfDimCb
, (int16_t*)WebRtcIlbcfix_kLsfSizeCb);
44
(int16_t*)
WebRtcIlbcfix_kLsfDimCb
, (int16_t*)WebRtcIlbcfix_kLsfSizeCb);
constants.c
434
const int16_t
WebRtcIlbcfix_kLsfDimCb
[LSF_NSPLIT] = {3, 3, 4};
constants.h
43
extern const int16_t
WebRtcIlbcfix_kLsfDimCb
[];
Completed in 251 milliseconds