1 #define H263_CBPY_P_SIZE 16
2 #define H263_CBPY_P_EVENT_DIM 4
3
4 #define H263_CBPY_P_EVENT {\
5 0,0,0,0,\
6 0,0,0,1,\
7 0,0,1,0,\
8 0,0,1,1,\
9 0,1,0,0,\
10 0,1,0,1,\
11 0,1,1,0,\
12 0,1,1,1,\
13 1,0,0,0,\
14 1,0,0,1,\
15 1,0,1,0,\
16 1,0,1,1,\
17 1,1,0,0,\
18 1,1,0,1,\
19 1,1,1,0,\
20 1,1,1,1}
21
22
23 #define H263_CBPY_P_BITS {\
24 "11",\
25 "0110",\
26 "1000",\
27 "0100",\
28 "1010",\
29 "0101",\
30 "000011",\
31 "00010",\
32 "1011",\
33 "000010",\
34 "0111",\
35 "00011",\
36 "1001",\
37 "00100",\
38 "00101",\
39 "0011"}
40
This page was automatically generated by the
LXR engine.
Visit the LXR main site for more
information.