HomeSort by relevance Sort by last modified time
    Searched defs:blockHeight (Results 1 - 13 of 13) sorted by null

  /frameworks/native/libs/gui/tests/
FillBuffer.cpp 27 const int blockHeight = h > 16 ? h / 16 : 1;
37 int parityY = (y / blockHeight) & 1;
CpuConsumer_test.cpp 227 const int blockHeight = h > 16 ? h / 16 : 1;
238 int parityY = (y / blockHeight) & 1;
257 const int blockHeight = h > 16 ? h / 16 : 1;
264 int blockY = (y / blockHeight);
285 const int blockHeight = (h > 16 ? h / 8 : 2) & ~0x1;
291 int blockY = (y / blockHeight) & 1;
311 const int blockHeight = h > 16 ? h / 16 : 1;
312 const int blockRows = h / blockHeight;
328 checkPixel(buf, 0, blockHeight, 63);
329 checkPixel(buf, 1, blockHeight, 63)
    [all...]
  /hardware/intel/img/hwcomposer/merrifield/test/
nv12_ved_test.cpp 34 const int blockHeight = h > 16 ? h / 16 : 1;
44 int parityY = (y / blockHeight) & 1;
  /external/skia/gm/
etc1bitmap.cpp 39 int blockHeight = (origH + 3) >> 2;
42 if (blockWidth < 2 || blockHeight < 2) {
47 int newHeight = (blockHeight - 1) << 2;
58 for (int j = 0; j < blockHeight - 1; ++j) {
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_mipmap_tree.c 47 unsigned blockWidth, blockHeight;
50 _mesa_get_format_block_size(format, &blockWidth, &blockHeight);
81 unsigned blockWidth, blockHeight;
83 _mesa_get_format_block_size(format, &blockWidth, &blockHeight);
85 return rowStride * ((height + blockHeight - 1) / blockHeight) * depth;
454 uint32_t blockWidth, blockHeight;
455 _mesa_get_format_block_size(image->base.Base.TexFormat, &blockWidth, &blockHeight);
456 rows = (rows + blockHeight - 1) / blockHeight;
    [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/av/media/libstagefright/tests/
SurfaceMediaSource_test.cpp 538 const int blockHeight = h > 16 ? h / 16 : 1;
548 int parityY = (y / blockHeight) & 1;
    [all...]
  /frameworks/native/opengl/tests/gl2_yuvtex/
gl2_yuvtex.cpp 195 int blockHeight = yuvTexHeight > 16 ? yuvTexHeight / 16 : 1;
212 int parityY = (y / blockHeight) & 1;
  /external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
BlockFieldMatrix.java 172 final int iHeight = blockHeight(iBlock);
699 final int iHeight = out.blockHeight(iBlock);
    [all...]
BlockRealMatrix.java 169 final int iHeight = blockHeight(iBlock);
673 final int iHeight = blockHeight(iBlock);
724 final int iHeight = out.blockHeight(iBlock);
    [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 344 milliseconds