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

  /external/libaom/libaom/av1/common/
scale.h 42 MV32 av1_scale_mv(const MV *mv, int x, int y, const struct scale_factors *sf);
scale.c 57 MV32 av1_scale_mv(const MV *mvq4, int x, int y,
61 const MV32 res = { scaled_y((y << SUBPEL_BITS) + mvq4->row, sf) - y_off_q4,
mv.h 37 typedef struct mv32 { struct
40 } MV32;
  /external/libvpx/libvpx/vp9/common/
vp9_mv.h 32 typedef struct mv32 { struct
35 } MV32;
vp9_scale.h 40 MV32 vp9_scale_mv(const MV *mv, int x, int y, const struct scale_factors *sf);
vp9_scale.c 37 MV32 vp9_scale_mv(const MV *mv, int x, int y, const struct scale_factors *sf) {
40 const MV32 res = { scaled_y(mv->row, sf) + y_off_q4,
vp9_reconinter.c 31 MV32 mv = vp9_scale_mv(&mv_q4, x, y, sf);
51 MV32 mv = vp9_scale_mv(&mv_q4, x, y, sf);
153 MV32 scaled_mv;
  /external/libaom/libaom/av1/encoder/
reconinter_enc.c 292 MV32 mv = av1_scale_mv(&mv_q4, x, y, sf);
bitstream.c     [all...]
  /external/libaom/libaom/av1/decoder/
decodeframe.c 485 MV32 scaled_mv, PadBlock *block, int subpel_x_mv, int subpel_y_mv,
520 MV32 scaled_mv, PadBlock block,
555 PadBlock *block, int mi_x, int mi_y, MV32 *scaled_mv, int *subpel_x_mv,
728 MV32 scaled_mv;
777 MV32 scaled_mv;
    [all...]
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodeframe.c 568 MV32 scaled_mv;
    [all...]

Completed in 307 milliseconds