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