Searched hist:"27606 dae3658767f5995699ada7fc8a645677ee5" (Results 1 – 4 of 4) sorted by relevance
/haiku/src/add-ons/media/media-add-ons/mixer/ |
H A D | Interpolate.h | 27606dae3658767f5995699ada7fc8a645677ee5 Mon Dec 08 10:15:08 UTC 2014 Adrien Destugues <pulkomandy@gmail.com> Mixer resampler: refactor using templates.
There is no need to copypaste the resampling code which is mostly the same for all formats. However, gcc2 is confused by member function templates (I hit an internal compiler error) so the resampling code was moved to a static function instead.
|
H A D | Interpolate.cpp | 27606dae3658767f5995699ada7fc8a645677ee5 Mon Dec 08 10:15:08 UTC 2014 Adrien Destugues <pulkomandy@gmail.com> Mixer resampler: refactor using templates.
There is no need to copypaste the resampling code which is mostly the same for all formats. However, gcc2 is confused by member function templates (I hit an internal compiler error) so the resampling code was moved to a static function instead.
|
H A D | Resampler.h | 27606dae3658767f5995699ada7fc8a645677ee5 Mon Dec 08 10:15:08 UTC 2014 Adrien Destugues <pulkomandy@gmail.com> Mixer resampler: refactor using templates.
There is no need to copypaste the resampling code which is mostly the same for all formats. However, gcc2 is confused by member function templates (I hit an internal compiler error) so the resampling code was moved to a static function instead.
|
H A D | Resampler.cpp | 27606dae3658767f5995699ada7fc8a645677ee5 Mon Dec 08 10:15:08 UTC 2014 Adrien Destugues <pulkomandy@gmail.com> Mixer resampler: refactor using templates.
There is no need to copypaste the resampling code which is mostly the same for all formats. However, gcc2 is confused by member function templates (I hit an internal compiler error) so the resampling code was moved to a static function instead.
|