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

  /external/libvpx/libvpx/vp9/encoder/
vp9_speed_features.h 32 INTER_ALL = (1 << NEARESTMV) | (1 << NEARMV) | (1 << ZEROMV) | (1 << NEWMV),
vp9_speed_features.c 732 for (i = 0; i < BLOCK_SIZES; ++i) sf->inter_mode_mask[i] = INTER_ALL;
vp9_rdopt.c     [all...]

Completed in 53 milliseconds