/external/libvpx/libvpx/vp9/common/ |
D | vp9_entropymv.c | 154 void vp9_adapt_mv_probs(VP9_COMMON *cm, int allow_hp) { in vp9_adapt_mv_probs()
|
D | vp9_mvref_common.c | 141 void vp9_find_best_ref_mvs(MACROBLOCKD *xd, int allow_hp, int_mv *mvlist, in vp9_find_best_ref_mvs()
|
D | vp9_mvref_common.h | 294 static INLINE void lower_mv_precision(MV *mv, int allow_hp) { in lower_mv_precision()
|
/external/libaom/libaom/av1/common/ |
D | mv.h | 221 static INLINE int convert_to_trans_prec(int allow_hp, int coor) { in convert_to_trans_prec() 260 int allow_hp, BLOCK_SIZE bsize, in gm_get_motion_vector()
|
D | mvref_common.h | 88 static INLINE void lower_mv_precision(MV *mv, int allow_hp, int is_integer) { in lower_mv_precision()
|
D | mvref_common.c | 825 void av1_find_best_ref_mvs(int allow_hp, int_mv *mvlist, int_mv *nearest_mv, in av1_find_best_ref_mvs()
|
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_decodemv.c | 269 int allow_hp) { in read_mv() 405 int is_compound, int allow_hp, vpx_reader *r) { in assign_mv() 695 const int allow_hp = cm->allow_high_precision_mv; in read_inter_block_mode_info() local
|
D | vp9_decodeframe.c | 139 static void read_mv_probs(nmv_context *ctx, int allow_hp, vpx_reader *r) { in read_mv_probs()
|
/external/libaom/libaom/av1/encoder/ |
D | encodemv.c | 259 void av1_find_best_ref_mvs_from_stack(int allow_hp, in av1_find_best_ref_mvs_from_stack()
|
D | mcomp.c | 2502 const int allow_hp = ms_params->allow_hp; in av1_find_best_sub_pixel_tree_pruned_evenmore() local 2578 const int allow_hp = ms_params->allow_hp; in av1_find_best_sub_pixel_tree_pruned_more() local 2655 const int allow_hp = ms_params->allow_hp; in av1_find_best_sub_pixel_tree_pruned() local 2771 const int allow_hp = ms_params->allow_hp; in av1_find_best_sub_pixel_tree() local 2844 const int allow_hp = ms_params->allow_hp; in av1_return_max_sub_pixel_mv() local 2871 const int allow_hp = ms_params->allow_hp; in av1_return_min_sub_pixel_mv() local 3285 const int allow_hp = ms_params->allow_hp; in av1_find_best_obmc_sub_pixel_tree_up() local
|
D | mcomp.h | 257 int allow_hp; member
|
D | bitstream.c | 1088 const int allow_hp = cm->features.allow_high_precision_mv; in pack_inter_mode_mvs() local 2668 struct aom_write_bit_buffer *wb, int allow_hp) { in write_global_motion_params()
|
D | encodeframe.c | 1466 const int allow_hp = cm->features.cur_frame_force_integer_mv in update_stats() local 5128 const WarpedMotionParams *ref_gm, int allow_hp) { in gm_get_params_cost()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_mcomp.c | 366 const MACROBLOCK *x, MV *bestmv, const MV *ref_mv, int allow_hp, in vp9_skip_sub_pixel_tree() 399 const MACROBLOCK *x, MV *bestmv, const MV *ref_mv, int allow_hp, in vp9_find_best_sub_pixel_tree_pruned_evenmore() 465 const MACROBLOCK *x, MV *bestmv, const MV *ref_mv, int allow_hp, in vp9_find_best_sub_pixel_tree_pruned_more() 527 const MACROBLOCK *x, MV *bestmv, const MV *ref_mv, int allow_hp, in vp9_find_best_sub_pixel_tree_pruned() 727 const MACROBLOCK *x, MV *bestmv, const MV *ref_mv, int allow_hp, in vp9_find_best_sub_pixel_tree() 2969 const MACROBLOCK *x, MV *bestmv, const MV *ref_mv, int allow_hp, in vp9_return_max_sub_pixel_mv() 2991 const MACROBLOCK *x, MV *bestmv, const MV *ref_mv, int allow_hp, in vp9_return_min_sub_pixel_mv()
|
D | vp9_bitstream.c | 251 const int allow_hp = cm->allow_high_precision_mv; in pack_inter_mode_mvs() local
|
/external/libaom/libaom/av1/decoder/ |
D | decodemv.c | 1110 int_mv near_mv[2], int is_compound, int allow_hp, in assign_mv() 1270 const int allow_hp = features->allow_high_precision_mv; in read_inter_block_mode_info() local
|
D | decodeframe.c | 4252 int allow_hp) { in read_global_motion_params()
|