HomeSort by relevance Sort by last modified time
    Searched defs:MVC (Results 1 - 7 of 7) sorted by null

  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.h 102 MVC,
104 // Like MVC, but implemented as a loop that handles X*256 bytes
109 // Similar to MVC and MVC_LOOP, but for logic operations (AND, OR, XOR).
118 // as for MVC and MVC_LOOP.
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
mcomp.c 191 #define MVC(r,c) (mvcost ? ((mvcost[0][(r)-rr] + mvcost[1][(c) - rc]) * error_per_bit + 128 )>>8 : 0)
200 #define ERR(r,c) (MVC(r,c)+DIST(r,c))
202 #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;)
354 #undef MVC
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
mcomp.c 190 #define MVC(r,c) (mvcost ? ((mvcost[0][(r)-rr] + mvcost[1][(c) - rc]) * error_per_bit + 128 )>>8 : 0)
199 #define ERR(r,c) (MVC(r,c)+DIST(r,c))
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;)
353 #undef MVC
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
mcomp.c 190 #define MVC(r,c) (mvcost ? ((mvcost[0][(r)-rr] + mvcost[1][(c) - rc]) * error_per_bit + 128 )>>8 : 0)
199 #define ERR(r,c) (MVC(r,c)+DIST(r,c))
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;)
353 #undef MVC
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_mcomp.c 158 #define MVC(r, c) \
183 if ((v = MVC(r, c) + thismse) < besterr) { \
454 #undef MVC
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_mcomp.c 161 #define MVC(r, c) \
187 if ((v = MVC(r, c) + thismse) < besterr) { \
460 #undef MVC
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_mcomp.c 161 #define MVC(r, c) \
187 if ((v = MVC(r, c) + thismse) < besterr) { \
460 #undef MVC
    [all...]

Completed in 369 milliseconds