Searched refs:xq (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/codecs/avc/enc/src/
H A Dfindhalfpel.cpp70 int xq[8] = {0, 1, 1, 1, 0, -1, -1, -1}; local
119 mvcost = MV_COST_S(lambda_motion, mot->x + xq[q], mot->y + yq[q], cmvx, cmvy);
132 mot->x += xq[qmin];

Completed in 8 milliseconds