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

  /external/chromium_org/third_party/opus/src/silk/float/
pitch_analysis_core_FLP.c 97 silk_float Cmax, CCmax, CCmax_b, CCmax_new_b, CCmax_new;
309 CCmax_b = -1000.0f;
371 if( CCmax_new_b > CCmax_b && /* Find maximum biased correlation */
374 CCmax_b = CCmax_new_b;
  /external/libopus/silk/float/
pitch_analysis_core_FLP.c 97 silk_float Cmax, CCmax, CCmax_b, CCmax_new_b, CCmax_new;
309 CCmax_b = -1000.0f;
371 if( CCmax_new_b > CCmax_b && /* Find maximum biased correlation */
374 CCmax_b = CCmax_new_b;
  /external/chromium_org/third_party/opus/src/silk/fixed/
pitch_analysis_core_FIX.c 109 opus_int32 CC[ PE_NB_CBKS_STAGE2_EXT ], CCmax, CCmax_b, CCmax_new_b, CCmax_new;
365 CCmax_b = silk_int32_MIN;
438 if( CCmax_new_b > CCmax_b && /* Find maximum biased correlation */
442 CCmax_b = CCmax_new_b;
    [all...]
  /external/libopus/silk/fixed/
pitch_analysis_core_FIX.c 109 opus_int32 CC[ PE_NB_CBKS_STAGE2_EXT ], CCmax, CCmax_b, CCmax_new_b, CCmax_new;
365 CCmax_b = silk_int32_MIN;
438 if( CCmax_new_b > CCmax_b && /* Find maximum biased correlation */
442 CCmax_b = CCmax_new_b;
    [all...]

Completed in 1288 milliseconds