OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:res_pitch
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/opus/src/silk/float/
encode_frame_FLP.c
89
silk_float
res_pitch
[ 2 * MAX_FRAME_LENGTH + LA_PITCH_MAX ];
local
111
res_pitch_frame =
res_pitch
+ psEnc->sCmn.ltp_mem_length; /* start of pitch LPC residual frame */
132
silk_find_pitch_lags_FLP( psEnc, &sEncCtrl,
res_pitch
, x_frame, psEnc->sCmn.arch );
142
silk_find_pred_coefs_FLP( psEnc, &sEncCtrl,
res_pitch
, x_frame, condCoding );
/external/libopus/silk/float/
encode_frame_FLP.c
89
silk_float
res_pitch
[ 2 * MAX_FRAME_LENGTH + LA_PITCH_MAX ];
local
111
res_pitch_frame =
res_pitch
+ psEnc->sCmn.ltp_mem_length; /* start of pitch LPC residual frame */
132
silk_find_pitch_lags_FLP( psEnc, &sEncCtrl,
res_pitch
, x_frame, psEnc->sCmn.arch );
142
silk_find_pred_coefs_FLP( psEnc, &sEncCtrl,
res_pitch
, x_frame, condCoding );
Completed in 63 milliseconds