Home | History | Annotate | Download | only in enc

Lines Matching defs:BPS

122 #define BPS       16   // this is the common stride
123 #define Y_SIZE (BPS * 16)
124 #define UV_SIZE (BPS * 8)
126 #define PRED_SIZE (6 * 16 * BPS + 12 * BPS)
140 #define I16DC16 (0 * 16 * BPS)
141 #define I16TM16 (1 * 16 * BPS)
142 #define I16VE16 (2 * 16 * BPS)
143 #define I16HE16 (3 * 16 * BPS)
145 #define C8DC8 (4 * 16 * BPS)
146 #define C8TM8 (4 * 16 * BPS + 8 * BPS)
147 #define C8VE8 (5 * 16 * BPS)
148 #define C8HE8 (5 * 16 * BPS + 8 * BPS)
150 #define I4DC4 (6 * 16 * BPS + 0)
151 #define I4TM4 (6 * 16 * BPS + 4)
152 #define I4VE4 (6 * 16 * BPS + 8)
153 #define I4HE4 (6 * 16 * BPS + 12)
154 #define I4RD4 (6 * 16 * BPS + 4 * BPS + 0)
155 #define I4VR4 (6 * 16 * BPS + 4 * BPS + 4)
156 #define I4LD4 (6 * 16 * BPS + 4 * BPS + 8)
157 #define I4VL4 (6 * 16 * BPS + 4 * BPS + 12)
158 #define I4HD4 (6 * 16 * BPS + 8 * BPS + 0)
159 #define I4HU4 (6 * 16 * BPS + 8 * BPS + 4)
160 #define I4TMP (6 * 16 * BPS + 8 * BPS + 8)