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 229 const int blockHeight = h > 16 ? h / 16 : 1;
240 int parityY = (y / blockHeight) & 1;
259 const int blockHeight = h > 16 ? h / 16 : 1;
266 int blockY = (y / blockHeight);
287 const int blockHeight = (h > 16 ? h / 8 : 2) & ~0x1;
293 int blockY = (y / blockHeight) & 1;
313 const int blockHeight = h > 16 ? h / 16 : 1;
328 checkPixel(buf, 0, blockHeight, 63);
329 checkPixel(buf, 1, blockHeight, 63);
330 checkPixel(buf, 0, blockHeight + 1, 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/mesa3d/src/mesa/drivers/dri/radeon/
radeon_mipmap_tree.c 46 unsigned blockWidth, blockHeight;
49 _mesa_get_format_block_size(format, &blockWidth, &blockHeight);
80 unsigned blockWidth, blockHeight;
82 _mesa_get_format_block_size(format, &blockWidth, &blockHeight);
84 return rowStride * ((height + blockHeight - 1) / blockHeight) * depth;
  /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;
  /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...]
  /external/deqp/external/vulkancts/modules/vulkan/image/
vktImageTestsUtil.cpp 63 deUint32 blockHeight;
151 return compressedFormatParameters[formatNdx].blockHeight;
    [all...]
  /external/mesa3d/src/amd/addrlib/
addrinterface.h     [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 475 milliseconds