HomeSort by relevance Sort by last modified time
    Searched full:allow_hp (Results 1 - 8 of 8) sorted by null

  /external/libvpx/libvpx/vp9/common/
vp9_mvref_common.h 294 static INLINE void lower_mv_precision(MV *mv, int allow_hp) {
295 const int use_hp = allow_hp && use_mv_hp(mv);
311 void vp9_find_best_ref_mvs(MACROBLOCKD *xd, int allow_hp, int_mv *mvlist,
vp9_mvref_common.c 141 void vp9_find_best_ref_mvs(MACROBLOCKD *xd, int allow_hp, int_mv *mvlist,
146 lower_mv_precision(&mvlist[i].as_mv, allow_hp);
vp9_entropymv.c 156 void vp9_adapt_mv_probs(VP9_COMMON *cm, int allow_hp) {
186 if (allow_hp) {
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodemv.c 269 int allow_hp) {
272 const int use_hp = allow_hp && use_mv_hp(ref);
405 int is_compound, int allow_hp, vpx_reader *r) {
415 allow_hp);
447 static void dec_find_best_ref_mvs(int allow_hp, int_mv *mvlist, int_mv *best_mv,
453 lower_mv_precision(&mvlist[i].as_mv, allow_hp);
698 const int allow_hp = cm->allow_high_precision_mv; local
734 dec_find_best_ref_mvs(allow_hp, tmp_mvs, &best_ref_mvs[ref],
766 best_sub8x8, is_compound, allow_hp, r)) {
781 best_ref_mvs, is_compound, allow_hp, r)
    [all...]
vp9_decodeframe.c 155 static void read_mv_probs(nmv_context *ctx, int allow_hp, vpx_reader *r) {
175 if (allow_hp) {
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_mcomp.h 72 const MACROBLOCK *x, MV *bestmv, const MV *ref_mv, int allow_hp,
vp9_mcomp.c 392 const MV *ref_mv, int allow_hp,
407 (void)allow_hp;
426 const MACROBLOCK *x, MV *bestmv, const MV *ref_mv, int allow_hp,
439 (void)allow_hp;
476 if (allow_hp && use_mv_hp(ref_mv) && forced_stop == 0) {
491 const MACROBLOCK *x, MV *bestmv, const MV *ref_mv, int allow_hp,
530 if (allow_hp && use_mv_hp(ref_mv) && forced_stop == 0) {
551 const MACROBLOCK *x, MV *bestmv, const MV *ref_mv, int allow_hp,
612 if (allow_hp && use_mv_hp(ref_mv) && forced_stop == 0) {
642 const MACROBLOCK *x, MV *bestmv, const MV *ref_mv, int allow_hp,
    [all...]
vp9_bitstream.c 245 const int allow_hp = cm->allow_high_precision_mv; local
321 nmvc, allow_hp, max_mv_magnitude);
330 allow_hp, max_mv_magnitude);
    [all...]

Completed in 671 milliseconds