Searched refs:PAN_TABLE_MAX (Results 1 – 1 of 1) sorted by relevance
326 const int PAN_TABLE_MAX = 256; variable329 const int PAN_TABLE_SIZE = PAN_TABLE_MAX - PAN_TABLE_MIN + 1;702 ratio = table[ static_cast<int>( pan * PAN_TABLE_MAX + 0.5f ) ]; in CalcPanRatio()727 f32 ratio = table[ static_cast<int>( surroundPan * PAN_TABLE_MAX + 0.5f ) ]; in CalcSurroundPanRatio()