Searched refs:CLASS0_BITS (Results 1 – 4 of 4) sorted by relevance
67 #define CLASS0_BITS 1 /* bits at integer precision for class 0 */ macro68 #define CLASS0_SIZE (1 << CLASS0_BITS)69 #define MV_OFFSET_BITS (MV_CLASSES + CLASS0_BITS - 2)72 #define MV_MAX_BITS (MV_CLASSES + CLASS0_BITS + 2)
156 int b = c + CLASS0_BITS - 1; // number of bits in inc_mv_component()
58 const int n = mv_class + CLASS0_BITS - 1; // number of bits in encode_mv_component()116 b = c + CLASS0_BITS - 1; /* number of bits */ in build_nmv_component_cost_table()
266 const int n = mv_class + CLASS0_BITS - 1; // number of bits in read_mv_component()