-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathsymbols.inc
62 lines (62 loc) · 1.36 KB
/
symbols.inc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
#define SYMBOL(x) SYMBOLT(x, void)
SYMBOL(HVQM4InitDecoder)
SYMBOL(HVQM4InitSeqObj)
SYMBOLT(HVQM4BuffSize, uint32_t)
SYMBOL(HVQM4SetBuffer)
SYMBOL(HVQM4DecodeIpic)
SYMBOL(HVQM4DecodePpic)
SYMBOL(HVQM4DecodeBpic)
SYMBOL(setCode)
SYMBOL(readTree)
SYMBOL(Ipic_BasisNumDec)
SYMBOL(IpicDcvDec)
SYMBOL(MakeNest)
SYMBOL(IpicPlaneDec)
SYMBOL(BpicPlaneDec)
SYMBOLT(_readTree, int16_t)
SYMBOLT(decodeHuff, uint32_t)
SYMBOL(getDeltaDC)
SYMBOL(IpicLineDec)
SYMBOL(initMCHandler)
SYMBOL(spread_PB_descMap)
SYMBOL(resetMCHandler)
SYMBOL(setMCTop)
SYMBOL(MCBlockDecDCNest)
SYMBOL(setMCTarget)
SYMBOL(getMVector)
SYMBOL(MCBlockDecMCNest)
SYMBOL(MotionComp)
SYMBOL(setMCNextBlk)
SYMBOL(setMCDownBlk)
SYMBOLT(getBit, uint32_t)
SYMBOL(getByte)
SYMBOLT(decodeSOvfSym, uint32_t)
SYMBOL(IpicBlockDec)
SYMBOL(initMCBproc)
SYMBOL(initMCBtype)
SYMBOL(getMCBtype)
SYMBOL(decode_PB_dc)
SYMBOL(decode_PB_cc)
SYMBOL(reset_PB_dc)
SYMBOLT(getMCBproc, uint32_t)
SYMBOL(_setMCTop)
SYMBOL(WeightImBlock)
SYMBOL(dcBlock)
SYMBOL(IntraAotBlock)
SYMBOL(OrgBlock)
SYMBOL(_MotionComp)
SYMBOL(PrediAotBlock)
SYMBOL(_setMCNextBlk)
SYMBOL(_setMCDownBlk)
SYMBOLT(decodeUOvfSym, uint32_t)
SYMBOL(GetAot1)
SYMBOL(GetAotSum)
SYMBOL(_MotionComp_11)
SYMBOL(_MotionComp_01)
SYMBOL(_MotionComp_10)
SYMBOL(_MotionComp_00)
SYMBOLT(GetMCAot1, uint32_t)
SYMBOLT(GetMCAotSum, uint32_t)
SYMBOL(GetAotBasis)
SYMBOLT(GetMCAotBasis, uint32_t)
#undef SYMBOL