/external/libvpx/libvpx/vp9/common/ |
H A D | vp9_mvref_common.c | 159 static void lower_mv_precision(MV *mv, int allow_hp) { argument 160 const int use_hp = allow_hp && vp9_use_mv_hp(mv); 169 void vp9_find_best_ref_mvs(MACROBLOCKD *xd, int allow_hp, argument 175 lower_mv_precision(&mvlist[i].as_mv, allow_hp);
|
H A D | vp9_entropymv.c | 179 void vp9_adapt_mv_probs(VP9_COMMON *cm, int allow_hp) { argument 209 if (allow_hp) {
|
H A D | vp9_mvref_common.h | 220 void vp9_find_best_ref_mvs(MACROBLOCKD *xd, int allow_hp,
|
/external/libvpx/libvpx/vp9/encoder/ |
H A D | vp9_mcomp.h | 84 int allow_hp,
|
H A D | vp9_mcomp.c | 389 int allow_hp, 409 (void) allow_hp; 448 if (allow_hp && vp9_use_mv_hp(ref_mv) && forced_stop == 0) { 468 int allow_hp, 516 if (allow_hp && vp9_use_mv_hp(ref_mv) && forced_stop == 0) { 542 int allow_hp, 611 if (allow_hp && vp9_use_mv_hp(ref_mv) && forced_stop == 0) { 644 int allow_hp, 683 if (!(allow_hp && vp9_use_mv_hp(ref_mv))) 386 vp9_find_best_sub_pixel_tree_pruned_evenmore( const MACROBLOCK *x, MV *bestmv, const MV *ref_mv, int allow_hp, int error_per_bit, const vp9_variance_fn_ptr_t *vfp, int forced_stop, int iters_per_step, int *cost_list, int *mvjcost, int *mvcost[2], int *distortion, unsigned int *sse1, const uint8_t *second_pred, int w, int h) argument 466 vp9_find_best_sub_pixel_tree_pruned_more(const MACROBLOCK *x, MV *bestmv, const MV *ref_mv, int allow_hp, int error_per_bit, const vp9_variance_fn_ptr_t *vfp, int forced_stop, int iters_per_step, int *cost_list, int *mvjcost, int *mvcost[2], int *distortion, unsigned int *sse1, const uint8_t *second_pred, int w, int h) argument 540 vp9_find_best_sub_pixel_tree_pruned(const MACROBLOCK *x, MV *bestmv, const MV *ref_mv, int allow_hp, int error_per_bit, const vp9_variance_fn_ptr_t *vfp, int forced_stop, int iters_per_step, int *cost_list, int *mvjcost, int *mvcost[2], int *distortion, unsigned int *sse1, const uint8_t *second_pred, int w, int h) argument 642 vp9_find_best_sub_pixel_tree(const MACROBLOCK *x, MV *bestmv, const MV *ref_mv, int allow_hp, int error_per_bit, const vp9_variance_fn_ptr_t *vfp, int forced_stop, int iters_per_step, int *cost_list, int *mvjcost, int *mvcost[2], int *distortion, unsigned int *sse1, const uint8_t *second_pred, int w, int h) argument
|
H A D | vp9_bitstream.c | 248 const int allow_hp = cm->allow_high_precision_mv; local 325 nmvc, allow_hp); 334 allow_hp);
|
/external/libvpx/libvpx/vp9/decoder/ |
H A D | vp9_decodemv.c | 289 nmv_context_counts *counts, int allow_hp) { 292 const int use_hp = allow_hp && vp9_use_mv_hp(ref); 425 int is_compound, int allow_hp, vpx_reader *r) { 435 allow_hp); 492 const int allow_hp = cm->allow_high_precision_mv; local 530 vp9_find_best_ref_mvs(xd, allow_hp, ref_mvs[mbmi->ref_frame[ref]], 562 is_compound, allow_hp, r)) { 584 nearestmv, nearmv, is_compound, allow_hp, r); 287 read_mv(vpx_reader *r, MV *mv, const MV *ref, const nmv_context *ctx, nmv_context_counts *counts, int allow_hp) argument 421 assign_mv(VP9_COMMON *cm, MACROBLOCKD *xd, PREDICTION_MODE mode, int_mv mv[2], int_mv ref_mv[2], int_mv nearest_mv[2], int_mv near_mv[2], int is_compound, int allow_hp, vpx_reader *r) argument
|
H A D | vp9_decodeframe.c | 158 static void read_mv_probs(nmv_context *ctx, int allow_hp, vpx_reader *r) { argument 178 if (allow_hp) {
|