HomeSort by relevance Sort by last modified time
    Searched refs:blockWidth (Results 1 - 21 of 21) sorted by null

  /frameworks/native/libs/gui/tests/
CpuConsumer_test.cpp 226 const int blockWidth = w > 16 ? w / 16 : 1;
237 int parityX = (x / blockWidth) & 1;
256 const int blockWidth = w > 16 ? w / 16 : 1;
263 int blockX = (x / blockWidth);
284 const int blockWidth = (w > 16 ? w / 8 : 2) & ~0x1;
290 int blockX = (x / blockWidth ) & 1;
310 const int blockWidth = w > 16 ? w / 16 : 1;
313 const int blockCols = w / blockWidth;
322 checkPixel(buf, blockWidth, 0, 63);
323 checkPixel(buf, blockWidth + 1, 0, 63)
    [all...]
FillBuffer.cpp 26 const int blockWidth = w > 16 ? w / 16 : 1;
36 int parityX = (x / blockWidth) & 1;
  /external/skia/gm/
etc1bitmap.cpp 37 int blockWidth = (origW + 3) >> 2;
41 if (blockWidth < 2 || blockHeight < 2) {
45 int newWidth = (blockWidth - 1) << 2;
58 memcpy(newData, origData, (blockWidth - 1)*ETC1_ENCODED_BLOCK_SIZE);
59 origData += blockWidth*ETC1_ENCODED_BLOCK_SIZE;
60 newData += (blockWidth - 1)*ETC1_ENCODED_BLOCK_SIZE;
  /external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
BlockRealMatrix.java 171 if (blockData[index].length != iHeight * blockWidth(jBlock)) {
174 blockData[index].length, iHeight * blockWidth(jBlock));
531 final int kWidth = blockWidth(kBlock);
585 final int jWidth = out.blockWidth(jBlock);
595 final int kWidth = blockWidth(kBlock);
670 final int jWidth = blockWidth(jBlock);
727 final int jWidth = out.blockWidth(jBlock);
733 final int width = blockWidth(qBlock);
741 final int width2 = blockWidth(qBlock + 1);
773 final int width2 = blockWidth(qBlock + 1)
    [all...]
BlockFieldMatrix.java 174 if (blockData[index].length != iHeight * blockWidth(jBlock)) {
177 blockData[index].length, iHeight * blockWidth(jBlock));
542 final int kWidth = blockWidth(kBlock);
597 final int jWidth = out.blockWidth(jBlock);
607 final int kWidth = blockWidth(kBlock);
702 final int jWidth = out.blockWidth(jBlock);
708 final int width = blockWidth(qBlock);
716 final int width2 = blockWidth(qBlock + 1);
748 final int width2 = blockWidth(qBlock + 1);
    [all...]
  /external/deqp/modules/gles3/functional/
es3fASTCDecompressionCases.hpp 117 static void generateDefaultBlockData (deUint8* dst, int numBlocks, int blockWidth, int blockHeight);
es3fASTCDecompressionCases.cpp 441 static inline bool isValidBlockParams (const NormalBlockParams& params, int blockWidth, int blockHeight)
450 params.weightGridWidth <= blockWidth &&
830 static AssignBlock128 generateNormalBlock (const NormalBlockParams& blockParams, int blockWidth, int blockHeight, const NormalBlockISEInputs& iseInputs)
832 DE_ASSERT(isValidBlockParams(blockParams, blockWidth, blockHeight));
833 DE_UNREF(blockWidth); // \note For non-debug builds.
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_mipmap_tree.c 47 unsigned blockWidth, blockHeight;
50 _mesa_get_format_block_size(format, &blockWidth, &blockHeight);
55 stride = (width + blockWidth - 1) / blockWidth * blockBytes;
67 blockBytes, blockWidth,
81 unsigned blockWidth, blockHeight;
83 _mesa_get_format_block_size(format, &blockWidth, &blockHeight);
454 uint32_t blockWidth, blockHeight;
455 _mesa_get_format_block_size(image->base.Base.TexFormat, &blockWidth, &blockHeight);
  /hardware/intel/img/hwcomposer/merrifield/test/
nv12_ved_test.cpp 33 const int blockWidth = w > 16 ? w / 16 : 1;
43 int parityX = (x / blockWidth) & 1;
  /external/deqp/framework/common/
tcuCompressedTexture.cpp     [all...]
  /cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
SweepTests.java 252 final int blockWidth = TEST_WIDTH / blockCount;
255 canvas.drawRect(i * blockWidth, 0, (i + 1) * blockWidth, TEST_HEIGHT, paint);
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_reconstruct.h 78 u32 blockWidth,
h264bsd_reconstruct.c     [all...]
  /frameworks/native/opengl/tests/gl_yuvtex/
gl_yuvtex.cpp 94 int blockWidth = yuvTexWidth > 16 ? yuvTexWidth / 16 : 1;
106 int parityX = (x / blockWidth) & 1;
  /frameworks/native/opengl/tests/gl2_yuvtex/
gl2_yuvtex.cpp 194 int blockWidth = yuvTexWidth > 16 ? yuvTexWidth / 16 : 1;
211 int parityX = (x / blockWidth) & 1;
  /frameworks/base/media/java/android/media/
MediaCodecInfo.java     [all...]
  /frameworks/av/media/libstagefright/tests/
SurfaceMediaSource_test.cpp 542 const int blockWidth = w > 16 ? w / 16 : 1;
552 int parityX = (x / blockWidth) & 1;
    [all...]
  /packages/apps/Gallery/src/com/android/camera/
GridViewSpecial.java 748 int columns, int blockWidth, Bitmap outline) {
756 mBlockWidth = blockWidth;
    [all...]
  /prebuilts/devtools/tools/lib/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/
jfreechart-1.0.9.jar 

Completed in 905 milliseconds