Searched defs:allow_hp (Results 1 - 6 of 6) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
H A Dvp9_entropymv.c196 void vp9_adapt_mv_probs(VP9_COMMON *cm, int allow_hp) { argument
224 if (allow_hp) {
H A Dvp9_mvref_common.c295 static void lower_mv_precision(MV *mv, int allow_hp) { argument
296 const int use_hp = allow_hp && vp9_use_mv_hp(mv);
306 void vp9_find_best_ref_mvs(MACROBLOCKD *xd, int allow_hp, argument
311 lower_mv_precision(&mvlist[i].as_mv, allow_hp);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
H A Dvp9_decodemv.c239 nmv_context_counts *counts, int allow_hp) {
242 const int use_hp = allow_hp && vp9_use_mv_hp(ref);
368 int is_compound, int allow_hp, vp9_reader *r) {
378 allow_hp);
429 const int allow_hp = cm->allow_high_precision_mv; local
459 vp9_find_best_ref_mvs(xd, allow_hp, mbmi->ref_mvs[mbmi->ref_frame[ref]],
488 is_compound, allow_hp, r)) {
510 nearestmv, nearmv, is_compound, allow_hp, r);
237 read_mv(vp9_reader *r, MV *mv, const MV *ref, const nmv_context *ctx, nmv_context_counts *counts, int allow_hp) argument
365 assign_mv(VP9_COMMON *cm, MB_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, vp9_reader *r) argument
H A Dvp9_decodeframe.c155 static void read_mv_probs(nmv_context *ctx, int allow_hp, vp9_reader *r) { argument
175 if (allow_hp) {
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_bitstream.c239 const int allow_hp = cm->allow_high_precision_mv; local
318 nmvc, allow_hp);
327 allow_hp);
H A Dvp9_mcomp.c265 int allow_hp,
329 if (allow_hp && vp9_use_mv_hp(ref_mv) && forced_stop == 0) {
361 int allow_hp,
436 if (allow_hp && vp9_use_mv_hp(ref_mv) && forced_stop == 0) {
263 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 *mvjcost, int *mvcost[2], int *distortion, unsigned int *sse1) argument
359 vp9_find_best_sub_pixel_comp_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 *mvjcost, int *mvcost[2], int *distortion, unsigned int *sse1, const uint8_t *second_pred, int w, int h) argument

Completed in 227 milliseconds