Home
last modified time | relevance | path

Searched defs:g_kiBetaTable (Results 1 – 2 of 2) sorted by relevance

/third_party/openh264/codec/encoder/core/src/
Ddeblocking.cpp47 #define g_kiBetaTable(x) g_kiBetaTable[(x)] macro
82 static const int8_t g_kiBetaTable[52 + 12] = { //this table refers to Table 8-16 in H.264/AVC stand… variable
/third_party/openh264/codec/decoder/core/src/
Ddeblocking.cpp55 #define g_kiBetaTable(x) g_kiBetaTable[(x)+12] macro
155 static const int8_t g_kiBetaTable[52 + 24] = { //this table refers to Table 8-16 in H.264/AVC stand… variable