OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MVC
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/Target/SystemZ/
SystemZISelLowering.h
76
// Use
MVC
to copy bytes from one memory location to another.
81
MVC
,
/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
...]
/external/libvpx/libvpx/vp9/encoder/
vp9_mcomp.c
174
#define
MVC
(r, c) \
201
if ((v =
MVC
(r, c) + thismse) < besterr) { \
665
#undef
MVC
[
all
...]
Completed in 213 milliseconds