Home
last modified time | relevance | path

Searched hist:"27606 dae3658767f5995699ada7fc8a645677ee5" (Results 1 – 4 of 4) sorted by relevance

/haiku/src/add-ons/media/media-add-ons/mixer/
H A DInterpolate.h27606dae3658767f5995699ada7fc8a645677ee5 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 DInterpolate.cpp27606dae3658767f5995699ada7fc8a645677ee5 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 DResampler.h27606dae3658767f5995699ada7fc8a645677ee5 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 DResampler.cpp27606dae3658767f5995699ada7fc8a645677ee5 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.