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

  /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/libvpx/libvpx/vp9/decoder/
vp9_decodeframe.c 500 MV32 scaled_mv;
    [all...]

Completed in 79 milliseconds