Home
last modified time | relevance | path

Searched refs:g_kuiAlphaTable (Results 1 – 2 of 2) sorted by relevance

/third_party/openh264/codec/encoder/core/src/
Ddeblocking.cpp46 #define g_kuiAlphaTable(x) g_kuiAlphaTable[(x)] macro
68 iAlpha = g_kuiAlphaTable(iIdexA);\
72 static const uint8_t g_kuiAlphaTable[52 + 12] = { //this table refers to Table 8-16 in H.264/AVC st… variable
/third_party/openh264/codec/decoder/core/src/
Ddeblocking.cpp54 #define g_kuiAlphaTable(x) g_kuiAlphaTable[(x)+12] macro
140 iAlpha = g_kuiAlphaTable(iIndex);\
144 static const uint8_t g_kuiAlphaTable[52 + 24] = { //this table refers to Table 8-16 in H.264/AVC st… variable