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

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
H A DomxVCM4P10_MotionEstimationMB.c1416 * RefFrArr and MVArr will be used for temporary storage of Reference frame index and MVs
1428 OMXVCMotionVector MVArr [8][12]; local
1453 MVArr [y][x].dx =
1455 MVArr [y][x].dy =
1460 MVArr [y][x].dx = 0;
1461 MVArr [y][x].dy = 0;
1541 MVArr,
1564 MVArr [4 + Block2y + j][4 + Block2x + i].dx;
1566 MVArr [4 + Block2y + j][4 + Block2x + i].dy;
1634 MVArr,
[all...]

Completed in 37 milliseconds