Searched refs:coefs_len (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/include/wx/mmedia/
H A Dsndmsad.h31 void SetCoefs(wxInt16 **coefs, wxUint16 ncoefs, wxUint16 coefs_len);
33 wxUint16& coefs_len) const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/mmedia/
H A Dsndmsad.cpp68 wxUint16 coefs_len)
81 m_coefs[i] = new wxInt16[coefs_len];
84 m_coefs_len = coefs_len;
88 wxUint16& coefs_len) const
92 coefs_len = m_coefs_len;
360 wxUint16 ncoefs, coefs_len; local
366 adpcm->GetCoefs(m_coefs, ncoefs, coefs_len);
H A Dsndwav.cpp127 wxUint16 coefs_len, i; local
134 coefs_len = data.Read16();
136 coefs[0] = new wxInt16[coefs_len];
137 coefs[1] = new wxInt16[coefs_len];
139 for (i=0;i<coefs_len;i++) {
144 sndformat.SetCoefs(coefs, 2, coefs_len);
153 len -= coefs_len*4 + 4;

Completed in 41 milliseconds