Searched refs:BitdepthToArrayIndex (Results 1 – 2 of 2) sorted by relevance
254 const int index = BitdepthToArrayIndex(bitdepth); in Quantizer()
445 constexpr int BitdepthToArrayIndex(int bitdepth) { return (bitdepth - 8) >> 1; } in BitdepthToArrayIndex() function