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

  /external/libvpx/libvpx/vp9/common/
vp9_onyxc_int.h 135 int allow_high_precision_mv; member in struct:VP9Common
  /external/libvpx/libvpx/vp9/encoder/
vp9_temporal_filter.c 170 cpi->common.allow_high_precision_mv,
vp9_bitstream.c 388 const int allow_hp = cm->allow_high_precision_mv;
    [all...]
vp9_mbgraph.c 64 cpi->common.allow_high_precision_mv,
vp9_onyx_if.c 242 if (cpi->common.allow_high_precision_mv) {
    [all...]
vp9_rdopt.c 267 cm->allow_high_precision_mv ? cpi->mb.nmvcost_hp : cpi->mb.nmvcost,
269 cm->allow_high_precision_mv, 1, 1);
    [all...]
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodframe.c     [all...]
vp9_decodemv.c 426 const int allow_hp = cm->allow_high_precision_mv;

Completed in 61 milliseconds