OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lsf1
(Results
1 - 6
of
6
) sorted by null
/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
lsf_interpolate_to_poly_dec.h
30
int16_t *
lsf1
, /* (i) first set of lsf coefficients Q13 */
33
lsf1
and lsf2 Q14 */
lsf_interpolate_to_poly_enc.h
31
int16_t *
lsf1
, /* (i) first set of lsf coefficients Q13 */
34
lsf1
and lsf2 Q14 */
lsf_interpolate_to_poly_dec.c
29
int16_t *
lsf1
, /* (i) first set of lsf coefficients Q13 */
32
lsf1
and lsf2 Q14 */
38
WebRtcIlbcfix_Interpolate(lsftmp,
lsf1
, lsf2, coef, length);
lsf_interpolate_to_poly_enc.c
30
int16_t *
lsf1
, /* (i) first set of lsf coefficients Q13 */
33
lsf1
and lsf2 Q14 */
40
WebRtcIlbcfix_Interpolate(lsftmp,
lsf1
, lsf2, coef, length);
/frameworks/av/media/libstagefright/codecs/amrnb/common/src/
q_plsf_3.cpp
874
Word16
lsf1
[M], wf1[M], lsf_p[M], lsf_r1[M];
884
Lsp_lsf(lsp1,
lsf1
, M);
888
Lsf_wt(
lsf1
, wf1);
898
lsf_r1[i] = sub(
lsf1
[i], lsf_p[i]);
913
temp_r1[i] = sub(
lsf1
[i],temp_p[i]);
1017
Word16
lsf1
[M];
local
1034
lsf1
,
1041
lsf1
,
1055
*(lsf_r1 + i) = *(
lsf1
+ i) - *(lsf_p + i);
1072
*(temp_r1 + i) = *(
lsf1
+ i) - *(temp_p + i)
[
all
...]
q_plsf_5.cpp
541
r1[i]=
lsf1
[i] - p[i]; i=0,...,m-1
544
lsf1
[i] 1st mean-removed LSF vector.
605
Word16
lsf1
[M];
local
623
Lsp_lsf(lsp1,
lsf1
, M, pOverflow);
628
Lsf_wt(
lsf1
, wf1, pOverflow);
634
p_lsf1 = &
lsf1
[0];
Completed in 79 milliseconds