HomeSort by relevance Sort by last modified time
    Searched full:blockheight (Results 1 - 10 of 10) sorted by null

  /external/webkit/Source/WebCore/rendering/mathml/
RenderMathMLRow.cpp 50 int blockHeight = block->nonOperatorHeight();
52 if (blockHeight > maxHeight)
53 maxHeight = blockHeight;
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
omxVCM4P10_MotionEstimationMB.c 910 * [in] BlockHeight - Height of current block
934 OMX_S32 BlockHeight,
966 for (y = 0; y < PartHeight; y += BlockHeight)
988 BlockHeight,
999 for (j = 0; j < (BlockHeight >> 2); j++)
1011 for (j = 0; j < (BlockHeight >> 3); j++)
1030 for (y = 0; y < (PartHeight/BlockHeight); y++)
1035 OffY = (PartStartY + y * BlockHeight) >> 2;
1050 for (y = 0; y < (PartHeight/BlockHeight); y++)
1055 OffY = (PartStartY + y * BlockHeight) >> 2;
    [all...]
  /frameworks/native/opengl/tests/gl_yuvtex/
gl_yuvtex.cpp 95 int blockHeight = yuvTexHeight > 16 ? yuvTexHeight / 16 : 1;
107 int parityY = (y / blockHeight) & 1;
  /frameworks/native/opengl/tests/gl2_yuvtex/
gl2_yuvtex.cpp 195 int blockHeight = yuvTexHeight > 16 ? yuvTexHeight / 16 : 1;
212 int parityY = (y / blockHeight) & 1;
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_reconstruct.h 79 u32 blockHeight,
h264bsd_reconstruct.c     [all...]
  /frameworks/av/media/libstagefright/tests/
SurfaceMediaSource_test.cpp 542 const int blockHeight = h > 16 ? h / 16 : 1;
552 int parityY = (y / blockHeight) & 1;
    [all...]
  /external/webkit/Source/WebCore/rendering/
RenderBlockLineLayout.cpp 656 int blockHeight = block->logicalHeight();
661 toRenderInline(containerBlock)->layer()->setStaticInlinePosition(block->startOffsetForLine(blockHeight, false));
662 toRenderInline(containerBlock)->layer()->setStaticBlockPosition(blockHeight);
666 child->layer()->setStaticInlinePosition(block->startOffsetForLine(blockHeight, false));
669 child->layer()->setStaticBlockPosition(blockHeight);
    [all...]
  /frameworks/native/libs/gui/tests/
SurfaceTexture_test.cpp 588 const int blockHeight = h > 16 ? h / 16 : 1;
598 int parityY = (y / blockHeight) & 1;
    [all...]
  /external/webkit/Source/WebCore/
ChangeLog-2006-12-31     [all...]

Completed in 1664 milliseconds