Home
last modified time | relevance | path

Searched refs:MV_CLASS_0 (Results 1 – 8 of 8) sorted by relevance

/external/libaom/libaom/av1/encoder/
Dencodemv.c41 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()
Dmv_prec.c96 if (mv_class == MV_CLASS_0) { in keep_one_comp_stat()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encodemv.c51 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/
Dvp9_entropymv.c19 -MV_CLASS_0, 2, -MV_CLASS_1, 4, 6,
126 if (c == MV_CLASS_0) { in inc_mv_component()
Dvp9_entropymv.h57 MV_CLASS_0 = 0, /* (0, 2] integer pel */ enumerator
/external/libaom/libaom/av1/common/
Dentropymv.h51 MV_CLASS_0 = 0, /* (0, 2] integer pel */ enumerator
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodemv.c240 const int class0 = mv_class == MV_CLASS_0; in read_mv_component()
/external/libaom/libaom/av1/decoder/
Ddecodemv.c844 const int class0 = mv_class == MV_CLASS_0; in read_mv_component()