Go to the source code of this file.
Functions | |
| static int | _getClosest2Power (double value) |
Variables | |
| int | scanOffsets [4][24] |
| static int _getClosest2Power | ( | double | value | ) | [static] |
Definition at line 123 of file TDStretch.cpp.
Referenced by soundtouch::TDStretch::calculateOverlapLength().
| int scanOffsets[4][24] |
{
{ 124, 186, 248, 310, 372, 434, 496, 558, 620, 682, 744, 806,
868, 930, 992, 1054, 1116, 1178, 1240, 1302, 1364, 1426, 1488, 0},
{-100, -75, -50, -25, 25, 50, 75, 100, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0},
{ -20, -15, -10, -5, 5, 10, 15, 20, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0},
{ -4, -3, -2, -1, 1, 2, 3, 4, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}}
Definition at line 74 of file TDStretch.cpp.
Referenced by soundtouch::TDStretch::seekBestOverlapPositionMonoQuick(), soundtouch::TDStretch::seekBestOverlapPositionMultiQuick(), and soundtouch::TDStretch::seekBestOverlapPositionStereoQuick().
1.6.3