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

  /external/libvpx/libvpx/vp9/common/
vp9_mv.h 31 } MV32;
vp9_scale.c 28 static MV32 scaled_mv(const MV *mv, const struct scale_factors *scale) {
29 const MV32 res = {
36 static MV32 unscaled_mv(const MV *mv, const struct scale_factors *scale) {
37 const MV32 res = {
vp9_scale.h 32 MV32 (*scale_mv)(const MV *mv, const struct scale_factors *scale);
vp9_reconinter.c 64 const MV32 mv = scale->scale_mv(&mv_q4, scale);

Completed in 712 milliseconds