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

  /external/libaom/libaom/av1/common/
blockd.h     [all...]
  /external/libaom/libaom/av1/decoder/
decodemv.c 213 const MOTION_MODE last_motion_mode_allowed = local
217 if (last_motion_mode_allowed == SIMPLE_TRANSLATION) return SIMPLE_TRANSLATION;
219 if (last_motion_mode_allowed == OBMC_CAUSAL) {
    [all...]
  /external/libaom/libaom/av1/encoder/
bitstream.c 269 MOTION_MODE last_motion_mode_allowed = local
274 assert(mbmi->motion_mode <= last_motion_mode_allowed);
275 switch (last_motion_mode_allowed) {
    [all...]
rdopt.c 9370 MOTION_MODE last_motion_mode_allowed = SIMPLE_TRANSLATION; local
    [all...]

Completed in 414 milliseconds