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

  /external/libvpx/libvpx/vp8/encoder/
mcomp.c 197 #define IFMVCV(r,c,s,e) if ( c >= minc && c <= maxc && r >= minr && r <= maxr) s else e;
201 #define CHECK_BETTER(v,r,c) IFMVCV(r,c,{thismse = DIST(r,c); if((v = (MVC(r,c)+thismse)) < besterr) { besterr = v; br=r; bc=c; *distortion = thismse; *sse1 = sse; }}, v=UINT_MAX;)
357 #undef IFMVCV
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_mcomp.c 184 #define IFMVCV(r, c, s, e) \
199 IFMVCV(r, c, { \
668 #undef IFMVCV
    [all...]

Completed in 26 milliseconds