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

  /external/libopus/silk/float/
pitch_analysis_core_FLP.c 96 opus_int length_d_srch, length_d_comp; local
268 length_d_comp = 0;
271 d_comp[ length_d_comp ] = (opus_int16)( i - 2 );
272 length_d_comp++;
291 for( j = 0; j < length_d_comp; j++ ) {
  /external/libopus/silk/fixed/
pitch_analysis_core_FIX.c 106 opus_int d_srch[ PE_D_SRCH_LENGTH ], Cmax, length_d_srch, length_d_comp; local
302 length_d_comp = 0;
305 d_comp[ length_d_comp ] = i - 2;
306 length_d_comp++;
339 for( j = 0; j < length_d_comp; j++ ) {
    [all...]

Completed in 268 milliseconds