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

  /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);
720 const int allow_hp = cm->allow_high_precision_mv; local
757 dec_find_best_ref_mvs(allow_hp, tmp_mvs, &best_ref_mvs[ref],
789 best_sub8x8, is_compound, allow_hp, r)) {
804 best_ref_mvs, is_compound, allow_hp, r)
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
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 45 milliseconds