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

  /hardware/intel/common/libva/va/
va_dec_vp9.h 99 uint32_t allow_high_precision_mv : 1; member in struct:_VADecPictureParameterBufferVP9::__anon29970::__anon29971
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_onyxc_int.h 116 int allow_high_precision_mv; member in struct:VP9Common
  /external/libvpx/libvpx/vp9/encoder/
vp9_rd.c 305 cm->allow_high_precision_mv ? x->nmvcost_hp
307 &cm->fc->nmvc, cm->allow_high_precision_mv);
vp9_pickmode.c 190 cpi->common.allow_high_precision_mv,
    [all...]
vp9_bitstream.c 248 const int allow_hp = cm->allow_high_precision_mv;
    [all...]
vp9_encoder.h 615 void vp9_set_high_precision_mv(VP9_COMP *cpi, int allow_high_precision_mv);
vp9_mbgraph.c 65 x, dst_mv, ref_mv, cpi->common.allow_high_precision_mv, x->errorperbit,
vp9_temporal_filter.c 258 cpi->common.allow_high_precision_mv,
vp9_encoder.c 218 void vp9_set_high_precision_mv(VP9_COMP *cpi, int allow_high_precision_mv) {
220 cpi->common.allow_high_precision_mv = allow_high_precision_mv;
221 if (cpi->common.allow_high_precision_mv) {
    [all...]
vp9_rdopt.c     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
vp9_decodeframe.c     [all...]
vp9_decodemv.c 429 const int allow_hp = cm->allow_high_precision_mv;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_bitstream.c 239 const int allow_hp = cm->allow_high_precision_mv;
    [all...]
vp9_mbgraph.c 59 x, dst_mv, ref_mv, cpi->common.allow_high_precision_mv, x->errorperbit,
vp9_pickmode.c 158 cpi->common.allow_high_precision_mv,
vp9_temporal_filter.c 174 cpi->common.allow_high_precision_mv,
vp9_onyx_if.c 122 static void set_high_precision_mv(VP9_COMP *cpi, int allow_high_precision_mv) {
124 cpi->common.allow_high_precision_mv = allow_high_precision_mv;
125 if (cpi->common.allow_high_precision_mv) {
    [all...]
vp9_rdopt.c 308 cm->allow_high_precision_mv ? x->nmvcost_hp
310 &cm->fc.nmvc, cm->allow_high_precision_mv);
    [all...]
vp9_encodeframe.c 505 vp9_find_best_ref_mvs(xd, cm->allow_high_precision_mv,
    [all...]
  /external/libvpx/libvpx/vp9/common/
vp9_onyxc_int.h 169 int allow_high_precision_mv; member in struct:VP9Common
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodemv.c 492 const int allow_hp = cm->allow_high_precision_mv;
vp9_decodeframe.c     [all...]

Completed in 1849 milliseconds