Home
last modified time | relevance | path

Searched refs:beta_max (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/samples/cpp/tutorial_code/HighGUI/
DBasicLinearTransformsTrackbar.cpp15 const int beta_max = 125; variable
58 createTrackbar( "Brightness Trackbar", "New Image", &beta, beta_max, on_trackbar ); in main()
/external/speex/libspeex/
Dmdf.c145 spx_word16_t beta_max; member
437 st->beta_max = DIV32_16(SHL32(EXTEND32(st->frame_size), 14), st->sampling_rate); in speex_echo_state_init_mc()
440 st->beta_max = (.5f*st->frame_size)/st->sampling_rate; in speex_echo_state_init_mc()
1081 if (tmp32 > MULT16_32_Q15(st->beta_max,See)) in speex_echo_cancellation()
1082 tmp32 = MULT16_32_Q15(st->beta_max,See); in speex_echo_cancellation()
1242 st->beta_max = DIV32_16(SHL32(EXTEND32(st->frame_size), 14), st->sampling_rate); in speex_echo_ctl()
1245 st->beta_max = (.5f*st->frame_size)/st->sampling_rate; in speex_echo_ctl()