OFF_MVP_IDX_CTX 100 source/common/contexts.h #define OFF_SAO_MERGE_FLAG_CTX (OFF_MVP_IDX_CTX + NUM_MVP_IDX_CTX) OFF_MVP_IDX_CTX 1334 source/encoder/entropy.cpp initBuffer(&m_contextState[OFF_MVP_IDX_CTX], sliceType, qp, (uint8_t*)INIT_MVP_IDX, NUM_MVP_IDX_CTX); OFF_MVP_IDX_CTX 173 source/encoder/entropy.h inline void codeMVPIdx(uint32_t symbol) { encodeBin(symbol, m_contextState[OFF_MVP_IDX_CTX]); }