HomeSort by relevance Sort by last modified time
    Searched refs:res_pitch_frame (Results 1 - 2 of 2) sorted by null

  /external/libopus/silk/fixed/
encode_frame_FIX.c 124 opus_int16 *res_pitch_frame; local
130 res_pitch_frame = res_pitch + psEnc->sCmn.ltp_mem_length;
140 silk_noise_shape_analysis_FIX( psEnc, &sEncCtrl, res_pitch_frame, x_frame, psEnc->sCmn.arch );
  /external/libopus/silk/float/
encode_frame_FLP.c 87 silk_float *x_frame, *res_pitch_frame; local
111 res_pitch_frame = res_pitch + psEnc->sCmn.ltp_mem_length; /* start of pitch LPC residual frame */
137 silk_noise_shape_analysis_FLP( psEnc, &sEncCtrl, res_pitch_frame, x_frame );

Completed in 549 milliseconds