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

  /external/libaom/libaom/av1/common/
warped_motion.h 33 #define DEFAULT_WMTYPE AFFINE
mv.h 62 ROTZOOM = 2, // simplified affine with rotation + zoom only, 4-parameter
63 AFFINE = 3, // affine, 6-parameter
71 // GLOBAL_TRANS_TYPES 4 - up to affine
274 return AFFINE;
warped_motion.c 347 // Returns 1 on success or 0 on an invalid affine set
420 // apply the affine transformation,
523 assert(wm->wmtype <= AFFINE);
591 /* The warp filter for ROTZOOM and AFFINE models works as follows:
621 checks, ie. that we have a ROTZOOM or AFFINE model, that wm[4] and wm[5]
    [all...]
  /external/libaom/libaom/av1/encoder/
global_motion.c 126 // type of param: 0 - translation, 1 - affine, 2 - homography
162 case AFFINE: wm->wmmat[6] = wm->wmmat[7] = 0; break;
253 case AFFINE: return ransac_affine;
336 case AFFINE: return ransac_affine_double_prec;
    [all...]
encodeframe.c     [all...]
bitstream.c     [all...]
  /external/libaom/libaom/av1/decoder/
decodeframe.c     [all...]

Completed in 211 milliseconds