NUM_CTX_LAST_FLAG_XY 96 source/common/contexts.h #define OFF_CTX_LAST_FLAG_Y (OFF_CTX_LAST_FLAG_X + NUM_CTX_LAST_FLAG_XY) NUM_CTX_LAST_FLAG_XY 97 source/common/contexts.h #define OFF_ONE_FLAG_CTX (OFF_CTX_LAST_FLAG_Y + NUM_CTX_LAST_FLAG_XY) NUM_CTX_LAST_FLAG_XY 148 source/encoder/entropy.cpp static const uint8_t INIT_LAST[3][NUM_CTX_LAST_FLAG_XY] = NUM_CTX_LAST_FLAG_XY 1330 source/encoder/entropy.cpp initBuffer(&m_contextState[OFF_CTX_LAST_FLAG_X], sliceType, qp, (uint8_t*)INIT_LAST, NUM_CTX_LAST_FLAG_XY); NUM_CTX_LAST_FLAG_XY 1331 source/encoder/entropy.cpp initBuffer(&m_contextState[OFF_CTX_LAST_FLAG_Y], sliceType, qp, (uint8_t*)INIT_LAST, NUM_CTX_LAST_FLAG_XY); NUM_CTX_LAST_FLAG_XY 1878 source/encoder/entropy.cpp for (uint32_t i = 0; i < 2; i++, ctxIdx += NUM_CTX_LAST_FLAG_XY) NUM_CTX_LAST_FLAG_XY 2279 source/encoder/entropy.cpp for (int i = 0, ctxIdx = 0; i < 2; i++, ctxIdx += NUM_CTX_LAST_FLAG_XY) NUM_CTX_LAST_FLAG_XY 2297 source/encoder/entropy.cpp for (int i = 0, ctxIdx = 0; i < 2; i++, ctxIdx += NUM_CTX_LAST_FLAG_XY) NUM_CTX_LAST_FLAG_XY 2321 source/encoder/entropy.cpp for (int i = 0, ctxIdx = 0; i < 2; i++, ctxIdx += NUM_CTX_LAST_FLAG_XY)