Searched refs:allow_hp (Results 1 - 16 of 16) sorted by relevance

/external/libvpx/libvpx/vp9/common/
H A Dvp9_mvref_common.h40 void vp9_find_best_ref_mvs(MACROBLOCKD *xd, int 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);
H A Dvp9_entropymv.c196 void vp9_adapt_mv_probs(VP9_COMMON *cm, int allow_hp) { argument
224 if (allow_hp) {
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_mcomp.h82 int allow_hp,
97 int allow_hp,
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
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_mvref_common.c120 static void lower_mv_precision(MV *mv, int allow_hp) { argument
121 const int use_hp = allow_hp && vp9_use_mv_hp(mv);
131 void vp9_find_best_ref_mvs(MACROBLOCKD *xd, int allow_hp, argument
136 lower_mv_precision(&mvlist[i].as_mv, allow_hp);
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.h215 void vp9_find_best_ref_mvs(MACROBLOCKD *xd, int allow_hp,
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_mcomp.h97 int allow_hp,
H A Dvp9_bitstream.c236 const int allow_hp = cm->allow_high_precision_mv; local
316 nmvc, allow_hp);
325 allow_hp);
H A Dvp9_mcomp.c300 int allow_hp,
366 if (allow_hp && vp9_use_mv_hp(ref_mv) && forced_stop == 0) {
392 int allow_hp,
430 if (allow_hp && vp9_use_mv_hp(ref_mv) && forced_stop == 0) {
298 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 *sad_list, int *mvjcost, int *mvcost[2], int *distortion, unsigned int *sse1, const uint8_t *second_pred, int w, int h) argument
390 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 *sad_list, int *mvjcost, int *mvcost[2], int *distortion, unsigned int *sse1, const uint8_t *second_pred, int w, int h) argument
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/decoder/
H A Dvp9_decodemv.c238 nmv_context_counts *counts, int allow_hp) {
241 const int use_hp = allow_hp && vp9_use_mv_hp(ref);
367 int is_compound, int allow_hp, vp9_reader *r) {
377 allow_hp);
428 const int allow_hp = cm->allow_high_precision_mv; local
463 vp9_find_best_ref_mvs(xd, allow_hp, mbmi->ref_mvs[mbmi->ref_frame[ref]],
492 is_compound, allow_hp, r)) {
514 nearestmv, nearmv, is_compound, allow_hp, r);
236 read_mv(vp9_reader *r, MV *mv, const MV *ref, const nmv_context *ctx, nmv_context_counts *counts, int allow_hp) argument
364 assign_mv(VP9_COMMON *cm, 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) {
/external/libvpx/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.c153 static void read_mv_probs(nmv_context *ctx, int allow_hp, vp9_reader *r) { argument
173 if (allow_hp) {

Completed in 184 milliseconds