codeSaoOffsetEO   186 source/encoder/entropy.h     void codeSaoOffsetEO(int *offset, int typeIdx, int plane);
codeSaoOffsetEO  1523 source/encoder/sao.cpp         m_entropyCoder.codeSaoOffsetEO(m_offset[0][typeIdx] + 1, typeIdx, 0);
codeSaoOffsetEO  1658 source/encoder/sao.cpp             m_entropyCoder.codeSaoOffsetEO(m_offset[compIdx + 1][typeIdx] + 1, typeIdx, compIdx + 1);