Searched refs:CBimax (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/opus/src/silk/float/
H A Dpitch_analysis_core_FLP.c98 opus_int CBimax, CBimax_new, lag, start_lag, end_lag, lag_new; local
311 CBimax = 0; /* To avoid returning undefined lag values */
377 CBimax = CBimax_new;
409 CBimax = 0; /* to avoid undefined lag */
453 CBimax = j;
460 pitch_out[ k ] = lag_new + matrix_ptr( Lag_CB_ptr, k, CBimax, cbk_size );
464 *contourIndex = (opus_int8)CBimax;
468 pitch_out[ k ] = lag + matrix_ptr( Lag_CB_ptr, k, CBimax, cbk_size );
472 *contourIndex = (opus_int8)CBimax;
/external/libopus/silk/float/
H A Dpitch_analysis_core_FLP.c98 opus_int CBimax, CBimax_new, lag, start_lag, end_lag, lag_new; local
311 CBimax = 0; /* To avoid returning undefined lag values */
377 CBimax = CBimax_new;
409 CBimax = 0; /* to avoid undefined lag */
453 CBimax = j;
460 pitch_out[ k ] = lag_new + matrix_ptr( Lag_CB_ptr, k, CBimax, cbk_size );
464 *contourIndex = (opus_int8)CBimax;
468 pitch_out[ k ] = lag + matrix_ptr( Lag_CB_ptr, k, CBimax, cbk_size );
472 *contourIndex = (opus_int8)CBimax;
/external/chromium_org/third_party/opus/src/silk/fixed/
H A Dpitch_analysis_core_FIX.c108 opus_int CBimax, CBimax_new, CBimax_old, lag, start_lag, end_lag, lag_new; local
367 CBimax = 0; /* To avoid returning undefined lag values */
445 CBimax = CBimax_new;
484 CBimax_old = CBimax;
499 CBimax = 0; /* to avoid undefined lag */
556 CBimax = j;
563 pitch_out[ k ] = lag_new + matrix_ptr( Lag_CB_ptr, k, CBimax, cbk_size );
567 *contourIndex = (opus_int8)CBimax;
571 pitch_out[ k ] = lag + matrix_ptr( Lag_CB_ptr, k, CBimax, cbk_size );
575 *contourIndex = (opus_int8)CBimax;
[all...]
/external/libopus/silk/fixed/
H A Dpitch_analysis_core_FIX.c108 opus_int CBimax, CBimax_new, CBimax_old, lag, start_lag, end_lag, lag_new; local
367 CBimax = 0; /* To avoid returning undefined lag values */
445 CBimax = CBimax_new;
484 CBimax_old = CBimax;
499 CBimax = 0; /* to avoid undefined lag */
556 CBimax = j;
563 pitch_out[ k ] = lag_new + matrix_ptr( Lag_CB_ptr, k, CBimax, cbk_size );
567 *contourIndex = (opus_int8)CBimax;
571 pitch_out[ k ] = lag + matrix_ptr( Lag_CB_ptr, k, CBimax, cbk_size );
575 *contourIndex = (opus_int8)CBimax;
[all...]

Completed in 810 milliseconds