Home
last modified time | relevance | path

Searched refs:use_hp (Results 1 – 3 of 3) sorted by relevance

/external/libaom/libaom/av1/encoder/
Dmv_prec.c68 const int use_hp = cpi->common.features.allow_high_precision_mv; in keep_one_comp_stat() local
111 use_hp ? get_symbol_cost(high_part_cdf, high_part) : 0; in keep_one_comp_stat()
112 if (use_hp) { in keep_one_comp_stat()
131 const int use_hp = cpi->common.features.allow_high_precision_mv; in keep_one_mv_stat() local
139 const MV lp_diff = use_hp ? truncated_diff : diff; in keep_one_mv_stat()
416 int use_hp = qindex < HIGH_PRECISION_MV_QTHRESH; in av1_pick_and_set_high_precision_mv() local
419 use_hp = 0; in av1_pick_and_set_high_precision_mv()
424 use_hp = get_smart_mv_prec(cpi, &cpi->mv_stats, qindex); in av1_pick_and_set_high_precision_mv()
428 av1_set_high_precision_mv(cpi, use_hp, in av1_pick_and_set_high_precision_mv()
/external/libvpx/libvpx/vp9/common/
Dvp9_mvref_common.h295 const int use_hp = allow_hp && use_mv_hp(mv); in lower_mv_precision() local
296 if (!use_hp) { in lower_mv_precision()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodemv.c272 const int use_hp = allow_hp && use_mv_hp(ref); in read_mv() local
276 diff.row = read_mv_component(r, &ctx->comps[0], use_hp); in read_mv()
279 diff.col = read_mv_component(r, &ctx->comps[1], use_hp); in read_mv()