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

  /external/libaom/libaom/av1/common/
mv.h 84 // The order of values in the wmmat matrix below is best described
90 int32_t wmmat[8]; member in struct:__anon26528
221 const int32_t *mat = gm->wmmat;
233 res.as_mv.row = gm->wmmat[0] >> GM_TRANS_ONLY_PREC_DIFF;
234 res.as_mv.col = gm->wmmat[1] >> GM_TRANS_ONLY_PREC_DIFF;
246 assert(gm->wmmat[5] == gm->wmmat[2]);
247 assert(gm->wmmat[4] == -gm->wmmat[3]);
267 if (gm->wmmat[5] == (1 << WARPEDMODEL_PREC_BITS) && !gm->wmmat[4] &
    [all...]
warped_motion.c 334 const int32_t *mat = wm->wmmat;
349 const int32_t *mat = wm->wmmat;
525 wm->wmmat[5] = wm->wmmat[2];
526 wm->wmmat[4] = -wm->wmmat[3];
528 const int32_t *const mat = wm->wmmat;
609 where a, b, c, d are wmmat[2], wmmat[3], wmmat[4], wmmat[5] respectively
    [all...]
  /external/libaom/libaom/av1/encoder/
global_motion.c 113 convert_to_params(params, model->wmmat);
151 wm->wmmat[0] = 0;
152 wm->wmmat[1] = 0;
155 wm->wmmat[2] = 1 << WARPEDMODEL_PREC_BITS;
156 wm->wmmat[3] = 0;
159 wm->wmmat[4] = -wm->wmmat[3];
160 wm->wmmat[5] = wm->wmmat[2];
162 case AFFINE: wm->wmmat[6] = wm->wmmat[7] = 0; break
    [all...]
bitstream.c     [all...]
encodeframe.c     [all...]
  /external/libaom/libaom/av1/decoder/
decodeframe.c     [all...]

Completed in 458 milliseconds