/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/ |
D | pitch_ol.cpp | 298 Word16 L_frame, /* i : length of frame to compute pitch */ in Lag_max() argument 314 Word16 L_frame, /* i : length of frame to compute pitch */ in Lag_max() 359 for (i = (L_frame >> 2); i != 0; i--) in Lag_max() 614 Word16 L_frame, /* i : length of frame to compute pitch */ in Lag_max_wrapper() argument 626 temp = Lag_max(corr, scal_sig, scal_fac, scal_flag, L_frame, lag_max, in Lag_max_wrapper() 639 Word16 L_frame, /* i : length of frame to compute pitch */ in Lag_max_wrapper() argument 649 temp = Lag_max(vadSt, corr, scal_sig, scal_fac, scal_flag, L_frame, in Lag_max_wrapper() 946 Word16 L_frame, /* i : length of frame to compute pitch */ in Pitch_ol() argument 1003 for (i = -pit_max; i < L_frame; i++) in Pitch_ol() 1033 for (i = (pit_max + L_frame) >> 1; i != 0; i--) in Pitch_ol() [all …]
|
D | p_ol_wgh.cpp | 575 Word16 L_frame, /* i : length of frame to compute pitch */ in Lag_max() argument 634 for (j = 0; j < L_frame; j++, p++, p1++) in Lag_max() 867 Word16 L_frame, /* i : length of frame to compute pitch */ in Pitch_ol_wgh() argument 891 for (i = -pit_max; i < L_frame; i++) in Pitch_ol_wgh() 910 for (i = -pit_max; i < L_frame; i++) in Pitch_ol_wgh() 917 for (i = -pit_max; i < L_frame; i++) in Pitch_ol_wgh() 924 for (i = -pit_max; i < L_frame; i++) in Pitch_ol_wgh() 932 comp_corr(scal_sig, L_frame, pit_max, pit_min, corr_ptr); in Pitch_ol_wgh() 934 p_max1 = Lag_max(vadSt, corr_ptr, scal_sig, L_frame, pit_max, pit_min, in Pitch_ol_wgh() 971 hp_max(corr_ptr, scal_sig, L_frame, pit_max, pit_min, &corr_hp_max, pOverflow); in Pitch_ol_wgh()
|
D | hp_max.cpp | 240 Word16 L_frame, /* i : length of frame to compute pitch */ in hp_max() argument 275 for (i = 0; i < L_frame; i++, p++, p1++) in hp_max() 283 for (i = 0; i < L_frame; i++, p++, p1++) in hp_max()
|
D | calc_cor.cpp | 202 Word16 L_frame, /* i : length of frame to compute pitch */ in comp_corr() argument 246 for (j = (L_frame >> 1); j != 0; j--) in comp_corr()
|
D | calc_cor.h | 77 Word16 L_frame, /* i : length of frame to compute pitch */
|
D | hp_max.h | 103 Word16 L_frame, /* i : length of frame to compute pitch */
|
D | pitch_ol.h | 109 Word16 L_frame, /* i : length of frame to compute pitch */
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/ |
D | p_med_ol.c | 35 Word16 L_frame /* i: length of frame to compute pitch */ in Pitch_med_ol() argument 63 for (j = 0; j < L_frame; j+=4) in Pitch_med_ol() 94 Hp_wsp(wsp, hp_wsp, L_frame, hp_wsp_mem); in Pitch_med_ol() 102 for (j = 0; j < L_frame; j+=4) in Pitch_med_ol() 153 old_hp_wsp[i] = old_hp_wsp[i + L_frame]; in Pitch_med_ol()
|
/frameworks/av/media/libstagefright/codecs/amrwb/src/ |
D | oversamp_12k8_to_16k.cpp | 118 int16 L_frame /* input: length of output */ 238 int16 L_frame /* input: length of output */ in AmrWbUp_samp() argument 247 for (j = 0; j < L_frame; j++) in AmrWbUp_samp()
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/inc/ |
D | p_med_o.h | 31 … Word16 L_frame, /* input : length of frame to compute pitch */
|
D | acelp.h | 322 Word16 L_frame /* input : length of frame to compute pitch */ 329 Word16 L_frame /* input : length of frame to compute pitch */
|
/frameworks/av/media/libstagefright/codecs/amrnb/common/include/ |
D | p_ol_wgh.h | 132 Word16 L_frame, /* i : length of frame to compute pitch */
|