Home
last modified time | relevance | path

Searched refs:WELS_QP_MAX (Results 1 – 5 of 5) sorted by relevance

/third_party/openh264/codec/encoder/core/inc/
Dset_mb_syn_cabac.h51 #define WELS_QP_MAX 51 macro
Dencoder_context.h232 SStateCtx sWelsCabacContexts[4][WELS_QP_MAX + 1][WELS_CONTEXT_COUNT];
/third_party/openh264/codec/decoder/core/inc/
Ddecoder_context.h65 #define WELS_QP_MAX 51 macro
487 SWelsCabacCtx sWelsCabacContexts[4][WELS_QP_MAX + 1][WELS_CONTEXT_COUNT];
/third_party/openh264/codec/encoder/core/src/
Dset_mb_syn_cabac.cpp67 for (int32_t iQp = 0; iQp <= WELS_QP_MAX; iQp++) in WelsCabacInit()
/third_party/openh264/codec/decoder/core/src/
Dcabac_decoder.cpp39 for (int32_t iQp = 0; iQp <= WELS_QP_MAX; iQp++) in WelsCabacGlobalInit()