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

  /external/libvpx/libvpx/vp9/decoder/
vp9_decodemv.c 289 nmv_context_counts *counts, int allow_hp) {
292 const int use_hp = allow_hp && vp9_use_mv_hp(ref);
425 int is_compound, int allow_hp, vpx_reader *r) {
435 allow_hp);
492 const int allow_hp = cm->allow_high_precision_mv; local
530 vp9_find_best_ref_mvs(xd, allow_hp, ref_mvs[mbmi->ref_frame[ref]],
562 is_compound, allow_hp, r)) {
584 nearestmv, nearmv, is_compound, allow_hp, r);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
vp9_decodemv.c 239 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);
  /external/libvpx/libvpx/vp9/encoder/
vp9_bitstream.c 248 const int allow_hp = cm->allow_high_precision_mv; local
325 nmvc, allow_hp);
334 allow_hp);
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_bitstream.c 239 const int allow_hp = cm->allow_high_precision_mv; local
318 nmvc, allow_hp);
327 allow_hp);
    [all...]

Completed in 142 milliseconds