Home | History | Annotate | Download | only in enc

Lines Matching full:bps

112 #define BPS       16   // this is the common stride
113 #define Y_SIZE (BPS * 16)
114 #define UV_SIZE (BPS * 8)
116 #define PRED_SIZE (6 * 16 * BPS + 12 * BPS)
130 #define I16DC16 (0 * 16 * BPS)
131 #define I16TM16 (1 * 16 * BPS)
132 #define I16VE16 (2 * 16 * BPS)
133 #define I16HE16 (3 * 16 * BPS)
135 #define C8DC8 (4 * 16 * BPS)
136 #define C8TM8 (4 * 16 * BPS + 8 * BPS)
137 #define C8VE8 (5 * 16 * BPS)
138 #define C8HE8 (5 * 16 * BPS + 8 * BPS)
140 #define I4DC4 (6 * 16 * BPS + 0)
141 #define I4TM4 (6 * 16 * BPS + 4)
142 #define I4VE4 (6 * 16 * BPS + 8)
143 #define I4HE4 (6 * 16 * BPS + 12)
144 #define I4RD4 (6 * 16 * BPS + 4 * BPS + 0)
145 #define I4VR4 (6 * 16 * BPS + 4 * BPS + 4)
146 #define I4LD4 (6 * 16 * BPS + 4 * BPS + 8)
147 #define I4VL4 (6 * 16 * BPS + 4 * BPS + 12)
148 #define I4HD4 (6 * 16 * BPS + 8 * BPS + 0)
149 #define I4HU4 (6 * 16 * BPS + 8 * BPS + 4)
150 #define I4TMP (6 * 16 * BPS + 8 * BPS + 8)