Searched refs:MV_CLASS_0 (Results 1 – 8 of 8) sorted by relevance
/external/libaom/libaom/av1/encoder/ |
D | encodemv.c | 41 if (mv_class == MV_CLASS_0) { in update_mv_component_stats() 51 mv_class == MV_CLASS_0 ? mvcomp->class0_fp_cdf[d] : mvcomp->fp_cdf; in update_mv_component_stats() 58 mv_class == MV_CLASS_0 ? mvcomp->class0_hp_cdf : mvcomp->hp_cdf; in update_mv_component_stats() 95 if (mv_class == MV_CLASS_0) { in encode_mv_component() 107 mv_class == MV_CLASS_0 ? mvcomp->class0_fp_cdf[d] : mvcomp->fp_cdf, in encode_mv_component() 114 w, hp, mv_class == MV_CLASS_0 ? mvcomp->class0_hp_cdf : mvcomp->hp_cdf, in encode_mv_component() 151 if (c == MV_CLASS_0) { in build_nmv_component_cost_table() 158 if (c == MV_CLASS_0) { in build_nmv_component_cost_table() 164 if (c == MV_CLASS_0) { in build_nmv_component_cost_table()
|
D | mv_prec.c | 96 if (mv_class == MV_CLASS_0) { in keep_one_comp_stat()
|
/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 | 844 const int class0 = mv_class == MV_CLASS_0; in read_mv_component()
|