Searched refs:bcjFiltered (Results 1 – 1 of 1) sorted by relevance
735 static int GetGroupIndex(bool encrypted, int bcjFiltered) in GetGroupIndex() argument736 { return (encrypted ? 2 : 0) + (bcjFiltered ? 1 : 0); } in GetGroupIndex()