Searched refs:g_kuiGolombUELength (Results 1 – 4 of 4) sorted by relevance
60 return g_kuiGolombUELength[kiValue]; in BsSizeUE()75 n += (g_kuiGolombUELength[iTmpValue - 1] >> 1); in BsSizeUE()
117 BsWriteBits (pBitString, g_kuiGolombUELength[kuiValue], kuiValue + 1); in BsWriteUE()131 n += (g_kuiGolombUELength[iTmpValue - 1] >> 1); in BsWriteUE()
79 extern const uint32_t g_kuiGolombUELength[256];
886 const uint32_t g_kuiGolombUELength[256] = { variable