OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:y8x8
(Results
1 - 1
of
1
) sorted by null
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
omxVCM4P10_MotionEstimationMB.c
408
OMX_U32 x8x8,
y8x8
, x4x4, y4x4, Block8x8, Block4x4;
local
418
y8x8
= 8*(Block8x8 >> 1);
425
pSrcCurrBuf + (x8x8 + x4x4) + (
y8x8
+ y4x4) * SrcCurrStep,
427
pTempRefBuf + (x8x8 + x4x4) + (
y8x8
+ y4x4) * TempRefStep,
[
all
...]
Completed in 58 milliseconds