1 #define H263_MCBPC_P_SIZE 21
2 #define H263_MCBPC_P_EVENT_DIM 3
3
4 #define H263_MCBPC_P_EVENT {\
5 0,0,0,\
6 0,0,1,\
7 0,1,0,\
8 0,1,1,\
9 1,0,0,\
10 1,0,1,\
11 1,1,0,\
12 1,1,1,\
13 2,0,0,\
14 2,0,1,\
15 2,1,0,\
16 2,1,1,\
17 3,0,0,\
18 3,0,1,\
19 3,1,0,\
20 3,1,1,\
21 4,0,0,\
22 4,0,1,\
23 4,1,0,\
24 4,1,1,\
25 5,0,0}
26
27
28 #define H263_MCBPC_P_BITS {\
29 "1",\
30 "0011",\
31 "0010",\
32 "000101",\
33 "011",\
34 "0000111",\
35 "0000110",\
36 "000000101",\
37 "010",\
38 "0000101",\
39 "0000100",\
40 "00000101",\
41 "00011",\
42 "00000100",\
43 "00000011",\
44 "0000011",\
45 "000100",\
46 "000000100",\
47 "000000011",\
48 "000000010",\
49 "000000001"}
50
This page was automatically generated by the
LXR engine.
Visit the LXR main site for more
information.