Searched refs:m_max (Results 1 - 25 of 34) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dspinbutt.cpp39 m_max = 100;
48 MAC_WXHWND(parent->MacGetTopLevelWindowRef()), &bounds, 0, m_min, m_max, 1,
69 return m_max;
78 else if (n > m_max)
79 n = m_max;
92 m_max = maxVal;
107 m_value = m_max;
112 if (m_value > m_max)
117 m_value = m_max;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/x86/
H A Dsbrdsp_init.c31 const float *g_filt, int m_max, intptr_t ixh);
43 int kx, int m_max);
46 int kx, int m_max);
49 int kx, int m_max);
52 int kx, int m_max);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dspinbutt.h43 wxSpinButtonBase() { m_min = 0; m_max = 100; }
48 virtual int GetMax() const { return m_max; }
52 virtual void SetMin(int minVal) { SetRange ( minVal , m_max ) ; }
57 m_max = maxVal;
66 int m_max; member in class:wxSpinButtonBase
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/arm/
H A Dsbrdsp_init_arm.c34 const float *g_filt, int m_max, intptr_t ixh);
42 int kx, int m_max);
45 int kx, int m_max);
48 int kx, int m_max);
51 int kx, int m_max);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dspinbutt.cpp47 m_max = 100;
81 return m_max;
89 if (n > m_max) n = m_max;
102 m_max = maxVal;
118 m_value = m_max;
123 if (m_value > m_max)
128 m_value = m_max;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dsbrdsp.h39 const float *g_filt, int m_max, intptr_t ixh);
42 int kx, int m_max);
H A Dsbrdsp.c204 const float *g_filt, int m_max, intptr_t ixh)
208 for (m = 0; m < m_max; m++) {
220 int m_max)
224 for (m = 0; m < m_max; m++) {
243 int kx, int m_max)
245 sbr_hf_apply_noise(Y, s_m, q_filt, noise, 1.0, 0.0, m_max);
250 int kx, int m_max)
253 sbr_hf_apply_noise(Y, s_m, q_filt, noise, 0.0, phi_sign, m_max);
258 int kx, int m_max)
260 sbr_hf_apply_noise(Y, s_m, q_filt, noise, -1.0, 0.0, m_max);
203 sbr_hf_g_filt_c(float (*Y)[2], const float (*X_high)[40][2], const float *g_filt, int m_max, intptr_t ixh) argument
214 sbr_hf_apply_noise(float (*Y)[2], const float *s_m, const float *q_filt, int noise, float phi_sign0, float phi_sign1, int m_max) argument
241 sbr_hf_apply_noise_0(float (*Y)[2], const float *s_m, const float *q_filt, int noise, int kx, int m_max) argument
248 sbr_hf_apply_noise_1(float (*Y)[2], const float *s_m, const float *q_filt, int noise, int kx, int m_max) argument
256 sbr_hf_apply_noise_2(float (*Y)[2], const float *s_m, const float *q_filt, int noise, int kx, int m_max) argument
263 sbr_hf_apply_noise_3(float (*Y)[2], const float *s_m, const float *q_filt, int noise, int kx, int m_max) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/palmos/
H A Dprogdlg.cpp55 m_max(maximum),
115 palmData->barMaxValue = (uint32_t)m_max;
117 palmData->delay = (m_max == m_cur);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/palmos/
H A Dprogdlg.h42 int m_max,m_cur; member in class:wxProgressDialog
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/univ/
H A Dspinbutt.cpp139 if ( value > m_max )
142 value = m_min + (value - m_max - 1) % (m_max - m_min + 1);
144 value = m_max;
149 value = m_max - (m_min - value - 1) % (m_max - m_min + 1);
228 disabled = m_value == m_max;
237 disabled = m_value == m_max;
H A Dslider.cpp144 m_max =
194 else if ( value > m_max )
195 return m_max;
255 if ( m_min != minValue || m_max != maxValue )
258 m_max = maxValue;
281 return m_max;
383 GetTextExtent(FormatValue(m_max), &w2, &h2);
651 if ( m_max != m_min )
655 *p += ((lenShaft - lenThumb)*(m_max - value))/(m_max
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dnumdlgg.cpp84 m_max = max;
107 m_spinctrl = new wxSpinCtrl(this, wxID_ANY, valStr, wxDefaultPosition, wxSize( 140, wxDefaultCoord ), wxSP_ARROW_KEYS, (int)m_min, (int)m_max, (int)m_value);
143 if ( m_value < m_min || m_value > m_max )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/generic/
H A Dnumdlgg.h55 long m_value, m_min, m_max; member in class:wxNumberEntryDialog
H A Dspinctlg.h162 int GetMax() const { return m_max; }
167 void SetRange(int min, int max) { m_min = min; m_max = max; }
174 int m_max; member in class:wxSpinCtrl
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/mips/
H A Daacsbr_mips.c321 const int m_max = sbr->m[1]; local
335 int size = m_max;
339 memcpy(g_temp[i + 2*ch_data->t_env[0]], sbr->gain[0], m_max * sizeof(sbr->gain[0][0]));
340 memcpy(q_temp[i + 2*ch_data->t_env[0]], sbr->q_m[0], m_max * sizeof(sbr->q_m[0][0]));
419 for (m = 0; m < m_max; m++) {
434 sbr->dsp.hf_g_filt(Y1[i] + kx, X_high + kx, g_filt, m_max,
440 kx, m_max);
451 for (m = 0; m+1 < m_max; m+=2) {
474 if(m_max&1)
477 indexnoise = (indexnoise + m_max)
[all...]
H A Dsbrdsp_mips.c698 const float *g_filt, int m_max, intptr_t ixh)
707 loop_end = (int)((int*)p_g + m_max);
736 int kx, int m_max)
740 for (m = 0; m < m_max; m++){
781 int kx, int m_max)
787 for (m = 0; m < m_max; m++) {
828 int kx, int m_max)
834 for (m = 0; m < m_max; m++) {
872 int kx, int m_max)
877 for (m = 0; m < m_max;
697 sbr_hf_g_filt_mips(float (*Y)[2], const float (*X_high)[40][2], const float *g_filt, int m_max, intptr_t ixh) argument
734 sbr_hf_apply_noise_0_mips(float (*Y)[2], const float *s_m, const float *q_filt, int noise, int kx, int m_max) argument
779 sbr_hf_apply_noise_1_mips(float (*Y)[2], const float *s_m, const float *q_filt, int noise, int kx, int m_max) argument
826 sbr_hf_apply_noise_2_mips(float (*Y)[2], const float *s_m, const float *q_filt, int noise, int kx, int m_max) argument
870 sbr_hf_apply_noise_3_mips(float (*Y)[2], const float *s_m, const float *q_filt, int noise, int kx, int m_max) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/widgets/
H A Dspinbtn.cpp115 { return (val >= m_min) && (val <= m_max); }
118 int m_min, m_max; member in class:SpinBtnWidgetsPage
196 m_max = 10;
250 m_textMax->SetValue( wxString::Format(_T("%d"), m_max) );
320 m_spinbtn->SetRange(m_min, m_max);
326 m_min, m_max, val);
362 m_max = maxNew;
H A Dslider.cpp153 { return (val >= m_min) && (val <= m_max); }
156 int m_min, m_max; member in class:SliderWidgetsPage
237 m_max = 100;
311 m_textMax->SetValue( wxString::Format(_T("%d"), m_max) );
448 val, m_min, m_max,
578 m_max = maxNew;
583 m_slider->GetMax() != m_max )
612 (lineSize > 0) && (lineSize <= m_max - m_min) );
619 (pageSize > 0) && (pageSize <= m_max - m_min) );
627 (freq > 0) && (freq <= m_max
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dspinbutt.cpp180 m_max, m_min,
237 if (n > m_max) n = m_max;
266 const bool hadRange = m_min < m_max;
289 if ( hadRange != (m_min < m_max) )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Dspinbutt.cpp61 m_max = 100;
117 SetRange(m_min, m_max);
215 m_max = nMaxVal;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/carbon/
H A Dspinctrl.h174 int GetMax() const { return m_max; }
179 void SetRange(int min, int max) { m_min = min; m_max = max; }
186 int m_max; member in class:wxSpinCtrl
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/classic/
H A Dspinctrl.h163 int GetMax() const { return m_max; }
168 void SetRange(int min, int max) { m_min = min; m_max = max; }
175 int m_max; member in class:wxSpinCtrl
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/motif/
H A Dspinbutt.h48 int GetMax() const { return m_max; }
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/os2/
H A Dspinbutt.h52 inline virtual int GetMax(void) const { return m_max; }
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/motif/
H A Dspinbutt.cpp328 if( m_pos > m_max ) m_pos = m_max;
335 npos = m_max;
339 if( npos > m_max )
344 npos = m_max;

Completed in 161 milliseconds

12