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

  /external/libvpx/libvpx/vp9/common/
vp9_mvref_common.c 121 const int use_hp = allow_hp && vp9_use_mv_hp(mv); local
122 if (!use_hp) {
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_mvref_common.c 296 const int use_hp = allow_hp && vp9_use_mv_hp(mv); local
297 if (!use_hp) {
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodemv.c 241 const int use_hp = allow_hp && vp9_use_mv_hp(ref); local
245 diff.row = read_mv_component(r, &ctx->comps[0], use_hp);
248 diff.col = read_mv_component(r, &ctx->comps[1], use_hp);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
vp9_decodemv.c 242 const int use_hp = allow_hp && vp9_use_mv_hp(ref); local
246 diff.row = read_mv_component(r, &ctx->comps[0], use_hp);
249 diff.col = read_mv_component(r, &ctx->comps[1], use_hp);

Completed in 350 milliseconds