Home
last modified time | relevance | path

Searched defs:allow_hp (Results 1 – 18 of 18) sorted by relevance

/aosp_15_r20/external/libvpx/vp9/encoder/
H A Dvp9_mcomp.c355 const MACROBLOCK *x, MV *bestmv, const MV *ref_mv, int allow_hp, in vp9_skip_sub_pixel_tree()
388 const MACROBLOCK *x, MV *bestmv, const MV *ref_mv, int allow_hp, in vp9_find_best_sub_pixel_tree_pruned_evenmore()
454 const MACROBLOCK *x, MV *bestmv, const MV *ref_mv, int allow_hp, in vp9_find_best_sub_pixel_tree_pruned_more()
516 const MACROBLOCK *x, MV *bestmv, const MV *ref_mv, int allow_hp, in vp9_find_best_sub_pixel_tree_pruned()
722 const MACROBLOCK *x, MV *bestmv, const MV *ref_mv, int allow_hp, in vp9_find_best_sub_pixel_tree()
2994 const MACROBLOCK *x, MV *bestmv, const MV *ref_mv, int allow_hp, in vp9_return_max_sub_pixel_mv()
3016 const MACROBLOCK *x, MV *bestmv, const MV *ref_mv, int allow_hp, in vp9_return_min_sub_pixel_mv()
H A Dvp9_bitstream.c252 const int allow_hp = cm->allow_high_precision_mv; in pack_inter_mode_mvs() local
/aosp_15_r20/external/libvpx/vp9/decoder/
H A Dvp9_decodemv.c269 int allow_hp) { in read_mv()
405 int is_compound, int allow_hp, vpx_reader *r) { in assign_mv()
697 const int allow_hp = cm->allow_high_precision_mv; in read_inter_block_mode_info() local
H A Dvp9_decodeframe.c141 static void read_mv_probs(nmv_context *ctx, int allow_hp, vpx_reader *r) { in read_mv_probs()
/aosp_15_r20/external/libaom/av1/common/
H A Dmv.h193 static inline int convert_to_trans_prec(int allow_hp, int coor) { in convert_to_trans_prec()
232 int allow_hp, BLOCK_SIZE bsize, in gm_get_motion_vector()
H A Dmvref_common.h88 static inline void lower_mv_precision(MV *mv, int allow_hp, int is_integer) { in lower_mv_precision()
H A Dmvref_common.c831 void av1_find_best_ref_mvs(int allow_hp, int_mv *mvlist, int_mv *nearest_mv, in av1_find_best_ref_mvs()
/aosp_15_r20/external/libvpx/vp9/common/
H A Dvp9_entropymv.c154 void vp9_adapt_mv_probs(VP9_COMMON *cm, int allow_hp) { in vp9_adapt_mv_probs()
H A Dvp9_mvref_common.c141 void vp9_find_best_ref_mvs(MACROBLOCKD *xd, int allow_hp, int_mv *mvlist, in vp9_find_best_ref_mvs()
H A Dvp9_mvref_common.h294 static INLINE void lower_mv_precision(MV *mv, int allow_hp) { in lower_mv_precision()
/aosp_15_r20/external/libaom/av1/encoder/
H A Dmcomp.c3012 const int allow_hp = ms_params->allow_hp; in av1_find_best_sub_pixel_tree_pruned_more() local
3107 const int allow_hp = ms_params->allow_hp; in av1_find_best_sub_pixel_tree_pruned() local
3254 const int allow_hp = ms_params->allow_hp; in av1_find_best_sub_pixel_tree() local
3343 const int allow_hp = ms_params->allow_hp; in av1_return_max_sub_pixel_mv() local
3372 const int allow_hp = ms_params->allow_hp; in av1_return_min_sub_pixel_mv() local
3899 const int allow_hp = ms_params->allow_hp; in av1_find_best_obmc_sub_pixel_tree_up() local
H A Dglobal_motion_facade.c29 const WarpedMotionParams *ref_gm, int allow_hp) { in gm_get_params_cost()
H A Dencodemv.c334 void av1_find_best_ref_mvs_from_stack(int allow_hp, in av1_find_best_ref_mvs_from_stack()
H A Dmcomp.h295 int allow_hp; member
H A Dbitstream.c1105 const int allow_hp = cm->features.allow_high_precision_mv; in pack_inter_mode_mvs() local
2712 struct aom_write_bit_buffer *wb, int allow_hp) { in write_global_motion_params()
H A Dpartition_search.c1354 const int allow_hp = cm->features.cur_frame_force_integer_mv in update_stats() local
/aosp_15_r20/external/libaom/av1/decoder/
H A Ddecodemv.c1117 int_mv near_mv[2], int is_compound, int allow_hp, in assign_mv()
1279 const int allow_hp = features->allow_high_precision_mv; in read_inter_block_mode_info() local
H A Ddecodeframe.c4304 int allow_hp) { in read_global_motion_params()