Searched refs:MV_CLASS_0 (Results 1 – 7 of 7) sorted by relevance
/external/libaom/libaom/av1/encoder/ |
D | encodemv.c | 59 if (mv_class == MV_CLASS_0) { in encode_mv_component() 71 mv_class == MV_CLASS_0 ? mvcomp->class0_fp_cdf[d] : mvcomp->fp_cdf, in encode_mv_component() 78 w, hp, mv_class == MV_CLASS_0 ? mvcomp->class0_hp_cdf : mvcomp->hp_cdf, in encode_mv_component() 115 if (c == MV_CLASS_0) { in build_nmv_component_cost_table() 122 if (c == MV_CLASS_0) { in build_nmv_component_cost_table() 128 if (c == MV_CLASS_0) { in build_nmv_component_cost_table()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_encodemv.c | 51 if (mv_class == MV_CLASS_0) { in encode_mv_component() 61 mv_class == MV_CLASS_0 ? mvcomp->class0_fp[d] : mvcomp->fp, in encode_mv_component() 66 vpx_write(w, hp, mv_class == MV_CLASS_0 ? mvcomp->class0_hp : mvcomp->hp); in encode_mv_component() 102 int cost = class_cost[MV_CLASS_0]; in build_nmv_component_cost_table()
|
/external/libvpx/libvpx/vp9/common/ |
D | vp9_entropymv.c | 19 -MV_CLASS_0, 2, -MV_CLASS_1, 4, 6, 126 if (c == MV_CLASS_0) { in inc_mv_component()
|
D | vp9_entropymv.h | 57 MV_CLASS_0 = 0, /* (0, 2] integer pel */ enumerator
|
/external/libaom/libaom/av1/common/ |
D | entropymv.h | 51 MV_CLASS_0 = 0, /* (0, 2] integer pel */ enumerator
|
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_decodemv.c | 240 const int class0 = mv_class == MV_CLASS_0; in read_mv_component()
|
/external/libaom/libaom/av1/decoder/ |
D | decodemv.c | 829 const int class0 = mv_class == MV_CLASS_0; in read_mv_component()
|