~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~ [ freetext search ] ~ [ file search ] ~

Open Mash Cross Reference
mash/codec/h263/H263_escrun.h

Component: ~ [ mash ] ~ [ apps ] ~ [ gsm ] ~ [ lib ] ~ [ otcl ] ~ [ srm ] ~ [ tcl8.3 ] ~ [ tclcl ] ~ [ tk8.3 ] ~ [ tutorials ] ~

  1 #define H263_ESCRUN_SIZE 64
  2 #define H263_ESCRUN_EVENT_DIM 1
  3 
  4 #define H263_ESCRUN_EVENT {\
  5 0,\
  6 1,\
  7 2,\
  8 3,\
  9 4,\
 10 5,\
 11 6,\
 12 7,\
 13 8,\
 14 9,\
 15 10,\
 16 11,\
 17 12,\
 18 13,\
 19 14,\
 20 15,\
 21 16,\
 22 17,\
 23 18,\
 24 19,\
 25 20,\
 26 21,\
 27 22,\
 28 23,\
 29 24,\
 30 25,\
 31 26,\
 32 27,\
 33 28,\
 34 29,\
 35 30,\
 36 31,\
 37 32,\
 38 33,\
 39 34,\
 40 35,\
 41 36,\
 42 37,\
 43 38,\
 44 39,\
 45 40,\
 46 41,\
 47 42,\
 48 43,\
 49 44,\
 50 45,\
 51 46,\
 52 47,\
 53 48,\
 54 49,\
 55 50,\
 56 51,\
 57 52,\
 58 53,\
 59 54,\
 60 55,\
 61 56,\
 62 57,\
 63 58,\
 64 59,\
 65 60,\
 66 61,\
 67 62,\
 68 63}
 69 
 70 
 71 #define H263_ESCRUN_BITS {\
 72 "000000",\
 73 "000001",\
 74 "000010",\
 75 "000011",\
 76 "000100",\
 77 "000101",\
 78 "000110",\
 79 "000111",\
 80 "001000",\
 81 "001001",\
 82 "001010",\
 83 "001011",\
 84 "001100",\
 85 "001101",\
 86 "001110",\
 87 "001111",\
 88 "010000",\
 89 "010001",\
 90 "010010",\
 91 "010011",\
 92 "010100",\
 93 "010101",\
 94 "010110",\
 95 "010111",\
 96 "011000",\
 97 "011001",\
 98 "011010",\
 99 "011011",\
100 "011100",\
101 "011101",\
102 "011110",\
103 "011111",\
104 "100000",\
105 "100001",\
106 "100010",\
107 "100011",\
108 "100100",\
109 "100101",\
110 "100110",\
111 "100111",\
112 "101000",\
113 "101001",\
114 "101010",\
115 "101011",\
116 "101100",\
117 "101101",\
118 "101110",\
119 "101111",\
120 "110000",\
121 "110001",\
122 "110010",\
123 "110011",\
124 "110100",\
125 "110101",\
126 "110110",\
127 "110111",\
128 "111000",\
129 "111001",\
130 "111010",\
131 "111011",\
132 "111100",\
133 "111101",\
134 "111110",\
135 "111111"}
136 

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~ [ freetext search ] ~ [ file search ] ~

This page was automatically generated by the LXR engine.
Visit the LXR main site for more information.