HomeSort by relevance Sort by last modified time
    Searched full:mv32 (Results 1 - 9 of 9) 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_reconinter.c 47 MV32 mv = vp9_scale_mv(&mv_q4, x, y, sf);
69 MV32 mv = vp9_scale_mv(&mv_q4, x, y, sf);
185 MV32 scaled_mv;
vp9_scale.c 37 MV32 vp9_scale_mv(const MV *mv, int x, int y, const struct scale_factors *sf) {
40 const MV32 res = {
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_mv.h 32 typedef struct mv32 { struct
35 } MV32;
vp9_scale.h 37 MV32 vp9_scale_mv(const MV *mv, int x, int y, const struct scale_factors *sf);
vp9_scale.c 44 MV32 vp9_scale_mv(const MV *mv, int x, int y, const struct scale_factors *sf) {
47 const MV32 res = {
vp9_reconinter.c 90 MV32 mv = vp9_scale_mv(&mv_q4, x, y, sf);
177 MV32 scaled_mv;
280 MV32 scaled_mv;
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodeframe.c 566 MV32 scaled_mv;
    [all...]

Completed in 290 milliseconds