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

  /external/libaom/libaom/av1/common/
mvref_common.c 184 cm->global_motion, col_offset + i, len * weight);
233 cm->global_motion, col_offset, len * weight);
259 cm->global_motion, mi_pos.col, 2 * len);
    [all...]
blockd.h 556 const WarpedMotionParams *global_motion;
    [all...]
onyxc_int.h 141 WarpedMotionParams global_motion[REF_FRAMES]; member in struct:RefCntBuffer
520 WarpedMotionParams global_motion[REF_FRAMES]; member in struct:AV1Common
    [all...]
reconinter.c 72 assert_motion_mode_valid(mi->motion_mode, xd->global_motion, xd, mi,
79 av1_allow_warp(mi, warp_types, &xd->global_motion[mi->ref_frame[ref]],
    [all...]
  /external/libaom/libaom/av1/encoder/
encodeframe.c 50 #include "av1/encoder/global_motion.h"
    [all...]
reconinter_enc.c 86 const WarpedMotionParams *const wm = &xd->global_motion[mi->ref_frame[ref]];
478 const WarpedMotionParams *const wm = &xd->global_motion[mi->ref_frame[ref]];
encoder.c     [all...]
bitstream.c 271 ? motion_mode_allowed(cm->global_motion, xd, mbmi,
    [all...]
rdopt.c     [all...]
  /external/libaom/libaom/av1/decoder/
decodemv.c 214 motion_mode_allowed(xd->global_motion, xd, mbmi, cm->allow_warped_motion);
    [all...]
decodeframe.c 643 const WarpedMotionParams *const wm = &xd->global_motion[mi->ref_frame[ref]];
793 &xd->global_motion[mi->ref_frame[ref]],
    [all...]
  /external/libaom/libaom/aom_dsp/x86/
variance_sse2.c 551 &xd->global_motion[mi->ref_frame[ref_num]];
    [all...]
highbd_variance_sse2.c     [all...]
  /external/libaom/libaom/aom_dsp/
variance.c 348 &xd->global_motion[mi->ref_frame[ref_num]];
    [all...]

Completed in 191 milliseconds