Home
last modified time | relevance | path

Searched refs:INIT_LAST (Results 1 – 9 of 9) sorted by relevance

/dports/multimedia/kvazaar/kvazaar-2.1.0/src/
H A Dcontext.c166 static const uint8_t INIT_LAST[3][30] = { variable
289 kvz_ctx_init(&cabac->ctx.cu_ctx_last_y_luma[i], QP, INIT_LAST[slice][i] ); in kvz_init_contexts()
290 kvz_ctx_init(&cabac->ctx.cu_ctx_last_x_luma[i], QP, INIT_LAST[slice][i] ); in kvz_init_contexts()
292 kvz_ctx_init(&cabac->ctx.cu_ctx_last_y_chroma[i], QP, INIT_LAST[slice][i+15] ); in kvz_init_contexts()
293 kvz_ctx_init(&cabac->ctx.cu_ctx_last_x_chroma[i], QP, INIT_LAST[slice][i+15] ); in kvz_init_contexts()
/dports/multimedia/jmref/JM/ldecod/src/
H A Dcontext_ini.c93 …IBIARI_CTX_INIT2 (NUM_BLOCK_TYPES, NUM_LAST_CTX, tc->last_contexts[0], INIT_LAST, model_numbe… in init_contexts()
117 …PBIARI_CTX_INIT2 (NUM_BLOCK_TYPES, NUM_LAST_CTX, tc->last_contexts[0], INIT_LAST, model_numbe… in init_contexts()
/dports/graphics/libbpg/libbpg-0.9.8/x265/source/common/
H A Dcontexts.h234 static const uint8_t INIT_LAST[3][NUM_CTX_LAST_FLAG_XY] = variable
/dports/graphics/libbpg/libbpg-0.9.8/jctvc/TLibCommon/
H A DContextTables.h341 INIT_LAST[NUMBER_OF_SLICE_TYPES][NUM_CTX_LAST_FLAG_SETS * NUM_CTX_LAST_FLAG_XY] = variable
/dports/graphics/libbpg/libbpg-0.9.8/jctvc/TLibEncoder/
H A DTEncSbac.cpp133 m_cCuCtxLastX.initBuffer ( eSliceType, iQp, (UChar*)INIT_LAST ); in resetEntropy()
134 m_cCuCtxLastY.initBuffer ( eSliceType, iQp, (UChar*)INIT_LAST ); in resetEntropy()
194 … curCost += m_cCuCtxLastX.calcCost ( curSliceType, qp, (UChar*)INIT_LAST ); in determineCabacInitIdx()
195 … curCost += m_cCuCtxLastY.calcCost ( curSliceType, qp, (UChar*)INIT_LAST ); in determineCabacInitIdx()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRender.hpp91 INIT_LAST enumerator
/dports/multimedia/handbrake/x265_3.5/source/encoder/
H A Dentropy.cpp148 static const uint8_t INIT_LAST[3][NUM_CTX_LAST_FLAG_XY] = variable
1340 …initBuffer(&m_contextState[OFF_CTX_LAST_FLAG_X], sliceType, qp, (uint8_t*)INIT_LAST, NUM_CTX_LAST_… in resetEntropy()
1341 …initBuffer(&m_contextState[OFF_CTX_LAST_FLAG_Y], sliceType, qp, (uint8_t*)INIT_LAST, NUM_CTX_LAST_… in resetEntropy()
/dports/multimedia/x265/source/encoder/
H A Dentropy.cpp148 static const uint8_t INIT_LAST[3][NUM_CTX_LAST_FLAG_XY] = variable
1340 …initBuffer(&m_contextState[OFF_CTX_LAST_FLAG_X], sliceType, qp, (uint8_t*)INIT_LAST, NUM_CTX_LAST_… in resetEntropy()
1341 …initBuffer(&m_contextState[OFF_CTX_LAST_FLAG_Y], sliceType, qp, (uint8_t*)INIT_LAST, NUM_CTX_LAST_… in resetEntropy()
/dports/graphics/libbpg/libbpg-0.9.8/x265/source/encoder/
H A Dentropy.cpp1002 …initBuffer(&m_contextState[OFF_CTX_LAST_FLAG_X], sliceType, qp, (uint8_t*)INIT_LAST, NUM_CTX_LAST_… in resetEntropy()
1003 …initBuffer(&m_contextState[OFF_CTX_LAST_FLAG_Y], sliceType, qp, (uint8_t*)INIT_LAST, NUM_CTX_LAST_… in resetEntropy()