Home
last modified time | relevance | path

Searched refs:CLASS0_BITS (Results 1 – 7 of 7) sorted by relevance

/external/libaom/libaom/av1/common/
Dentropymv.h64 #define CLASS0_BITS 1 /* bits at integer precision for class 0 */ macro
65 #define CLASS0_SIZE (1 << CLASS0_BITS)
66 #define MV_OFFSET_BITS (MV_CLASSES + CLASS0_BITS - 2)
70 #define MV_MAX_BITS (MV_CLASSES + CLASS0_BITS + 2)
/external/libvpx/libvpx/vp9/common/
Dvp9_entropymv.h70 #define CLASS0_BITS 1 /* bits at integer precision for class 0 */ macro
71 #define CLASS0_SIZE (1 << CLASS0_BITS)
72 #define MV_OFFSET_BITS (MV_CLASSES + CLASS0_BITS - 2)
75 #define MV_MAX_BITS (MV_CLASSES + CLASS0_BITS + 2)
Dvp9_entropymv.c132 int b = c + CLASS0_BITS - 1; // number of bits in inc_mv_component()
/external/libaom/libaom/av1/encoder/
Dencodemv.c63 const int n = mv_class + CLASS0_BITS - 1; // number of bits in encode_mv_component()
118 const int b = c + CLASS0_BITS - 1; /* number of bits */ in build_nmv_component_cost_table()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encodemv.c55 const int n = mv_class + CLASS0_BITS - 1; // number of bits in encode_mv_component()
120 int b = c + CLASS0_BITS - 1; /* number of bits */ in build_nmv_component_cost_table()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodemv.c248 const int n = mv_class + CLASS0_BITS - 1; // number of bits in read_mv_component()
/external/libaom/libaom/av1/decoder/
Ddecodemv.c836 const int n = mv_class + CLASS0_BITS - 1; // number of bits in read_mv_component()