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

  /external/libvpx/libvpx/vp9/decoder/
vp9_decodemv.c 388 case NEARMV: {
430 int_mv nearestmv[2], nearmv[2]; local
464 &nearestmv[ref], &nearmv[ref]);
484 if (b_mode == NEARESTMV || b_mode == NEARMV)
514 nearestmv, nearmv, is_compound, allow_hp, r);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
vp9_decodemv.c 389 case NEARMV: {
431 int_mv nearestmv[2], nearmv[2]; local
460 &nearestmv[ref], &nearmv[ref]);
480 if (b_mode == NEARESTMV || b_mode == NEARMV)
510 nearestmv, nearmv, is_compound, allow_hp, r);

Completed in 115 milliseconds