Home
last modified time | relevance | path

Searched refs:g_kuiGolombUELength (Results 1 – 4 of 4) sorted by relevance

/third_party/openh264/codec/encoder/core/inc/
Dsvc_enc_golomb.h60 return g_kuiGolombUELength[kiValue]; in BsSizeUE()
75 n += (g_kuiGolombUELength[iTmpValue - 1] >> 1); in BsSizeUE()
/third_party/openh264/codec/common/inc/
Dgolomb_common.h117 BsWriteBits (pBitString, g_kuiGolombUELength[kuiValue], kuiValue + 1); in BsWriteUE()
131 n += (g_kuiGolombUELength[iTmpValue - 1] >> 1); in BsWriteUE()
Dwels_common_defs.h79 extern const uint32_t g_kuiGolombUELength[256];
/third_party/openh264/codec/common/src/
Dcommon_tables.cpp886 const uint32_t g_kuiGolombUELength[256] = { variable