Searched refs:Cmax (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/opus/src/silk/float/
H A Dpitch_analysis_core_FLP.c97 silk_float Cmax, CCmax, CCmax_b, CCmax_new_b, CCmax_new; local
222 Cmax = C[ 0 ][ min_lag_4kHz ];
223 if( Cmax < 0.2f ) {
231 threshold = search_thres1 * Cmax;
/external/libopus/silk/float/
H A Dpitch_analysis_core_FLP.c97 silk_float Cmax, CCmax, CCmax_b, CCmax_new_b, CCmax_new; local
222 Cmax = C[ 0 ][ min_lag_4kHz ];
223 if( Cmax < 0.2f ) {
231 threshold = search_thres1 * Cmax;
/external/chromium_org/third_party/opus/src/silk/fixed/
H A Dpitch_analysis_core_FIX.c105 opus_int d_srch[ PE_D_SRCH_LENGTH ], Cmax, length_d_srch, length_d_comp; local
251 Cmax = (opus_int)C[ 0 ]; /* Q14 */
252 if( Cmax < SILK_FIX_CONST( 0.2, 14 ) ) {
261 threshold = silk_SMULWB( search_thres1_Q16, Cmax );
/external/libopus/silk/fixed/
H A Dpitch_analysis_core_FIX.c105 opus_int d_srch[ PE_D_SRCH_LENGTH ], Cmax, length_d_srch, length_d_comp; local
251 Cmax = (opus_int)C[ 0 ]; /* Q14 */
252 if( Cmax < SILK_FIX_CONST( 0.2, 14 ) ) {
261 threshold = silk_SMULWB( search_thres1_Q16, Cmax );
/external/chromium_org/third_party/skia/src/core/
H A DSkXfermode.cpp440 static inline void setSaturationComponents(int* Cmin, int* Cmid, int* Cmax, int s) { argument
441 if(*Cmax > *Cmin) {
442 *Cmid = SkMulDiv(*Cmid - *Cmin, s, *Cmax - *Cmin);
443 *Cmax = s;
445 *Cmax = 0;
/external/skia/src/core/
H A DSkXfermode.cpp440 static inline void setSaturationComponents(int* Cmin, int* Cmid, int* Cmax, int s) { argument
441 if(*Cmax > *Cmin) {
442 *Cmid = SkMulDiv(*Cmid - *Cmin, s, *Cmax - *Cmin);
443 *Cmax = s;
445 *Cmax = 0;

Completed in 290 milliseconds