OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MV_COST_S
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/media/libstagefright/codecs/avc/enc/src/
findhalfpel.cpp
86
mvcost =
MV_COST_S
(lambda_motion, mot->x, mot->y, cmvx, cmvy);
95
mvcost =
MV_COST_S
(lambda_motion, mot->x + xh[h], mot->y + yh[h], cmvx, cmvy);
119
mvcost =
MV_COST_S
(lambda_motion, mot->x + xq[q], mot->y + yq[q], cmvx, cmvy);
avcenc_int.h
59
#define
MV_COST_S
(f,cx,cy,px,py) (WEIGHTED_COST(f,mvbits[cx-px]+mvbits[cy-py]))
Completed in 52 milliseconds