Home
last modified time | relevance | path

Searched refs:MV_CLASS_1 (Results 1 – 4 of 4) sorted by relevance

/external/libaom/libaom/av1/common/
Dentropymv.h52 MV_CLASS_1 = 1, /* (2, 4] integer pel */ enumerator
/external/libvpx/libvpx/vp9/common/
Dvp9_entropymv.h58 MV_CLASS_1 = 1, /* (2, 4] integer pel */ enumerator
Dvp9_entropymv.c19 -MV_CLASS_0, 2, -MV_CLASS_1, 4, 6,
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encodemv.c115 for (c = MV_CLASS_1; c < MV_CLASSES; ++c) { in build_nmv_component_cost_table()