HomeSort by relevance Sort by last modified time
    Searched full:blockwidth (Results 1 - 25 of 26) sorted by null

1 2

  /external/mesa3d/src/gallium/auxiliary/util/
u_rect.c 59 int blockwidth = util_format_get_blockwidth(format); local
63 assert(blockwidth > 0);
66 dst_x /= blockwidth;
68 width = (width + blockwidth - 1)/blockwidth;
70 src_x /= blockwidth;
104 int blockwidth = desc->block.width; local
108 assert(blockwidth > 0);
111 dst_x /= blockwidth;
113 width = (width + blockwidth - 1)/blockwidth
    [all...]
u_format.h 704 unsigned blockwidth = util_format_get_blockwidth(format); local
705 return (x + blockwidth - 1) / blockwidth;
  /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/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_util.h 214 GLuint blockwidth; local
216 _mesa_get_format_block_size(format, &blockwidth, &blockheight);
217 return (x + blockwidth - 1) / blockwidth;
224 GLuint blockwidth; local
226 _mesa_get_format_block_size(format, &blockwidth, &blockheight);
  /external/skia/gm/
etc1bitmap.cpp 38 int blockWidth = (origW + 3) >> 2;
42 if (blockWidth < 2 || blockHeight < 2) {
46 int newWidth = (blockWidth - 1) << 2;
59 memcpy(newData, origData, (blockWidth - 1)*ETC1_ENCODED_BLOCK_SIZE);
60 origData += blockWidth*ETC1_ENCODED_BLOCK_SIZE;
61 newData += (blockWidth - 1)*ETC1_ENCODED_BLOCK_SIZE;
  /external/mesa3d/src/mesa/main/
formats.c 70 GLubyte BlockWidth, BlockHeight;
89 0, 0, 0 /* BlockWidth/Height,Bytes */
98 1, 1, 4 /* BlockWidth/Height,Bytes */
107 1, 1, 4 /* BlockWidth/Height,Bytes */
116 1, 1, 4 /* BlockWidth/Height,Bytes */
125 1, 1, 4 /* BlockWidth/Height,Bytes */
134 1, 1, 4 /* BlockWidth/Height,Bytes */
143 1, 1, 4 /* BlockWidth/Height,Bytes */
152 1, 1, 4 /* BlockWidth/Height,Bytes */
161 1, 1, 4 /* BlockWidth/Height,Bytes *
    [all...]
  /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...]
  /cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
ColorFilterAlphaTest.java 108 final int blockWidth = TEST_WIDTH / blockCount;
111 canvas.drawRect(i * blockWidth, 0, (i + 1) * blockWidth, TEST_HEIGHT, paint);
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
omxVCM4P10_MotionEstimationMB.c 924 * [in] BlockWidth - Width of current block
948 OMX_S32 BlockWidth,
983 for (x = 0; x < PartWidth; x += BlockWidth)
1002 BlockWidth,
1016 for (i = 0; i < (BlockWidth >> 2); i++)
1028 for (i = 0; i < (BlockWidth >> 3); i++)
1047 for (x = 0; x < (PartWidth/BlockWidth); x++)
1049 OffX = (PartStartX + x * BlockWidth) >> 2;
1067 for (x = 0; x < (PartWidth/BlockWidth); x++)
1069 OffX = (PartStartX + x * BlockWidth) >> 2
    [all...]
  /external/deqp/framework/common/
tcuAstcUtil.hpp 71 void generateDummyNormalBlocks (deUint8* dst, size_t numBlocks, int blockWidth, int blockHeight);
tcuAstcUtil.cpp 456 inline void setASTCErrorColorBlock (void* dst, int blockWidth, int blockHeight, bool isSRGB)
462 for (int i = 0; i < blockWidth*blockHeight; i++)
474 for (int i = 0; i < blockWidth*blockHeight; i++)
484 DecompressResult decodeVoidExtentBlock (void* dst, const Block128& blockData, int blockWidth, int blockHeight, bool isSRGB, bool isLDRMode)
495 setASTCErrorColorBlock(dst, blockWidth, blockHeight, isSRGB);
510 for (int i = 0; i < blockWidth*blockHeight; i++)
526 for (int i = 0; i < blockWidth*blockHeight; i++)
532 for (int i = 0; i < blockWidth*blockHeight; i++)
    [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;
  /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...]
  /external/kernel-headers/original/uapi/linux/dvb/
osd.h 76 // inc<=0 uses blockwidth as linewidth
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/dvb/
osd.h 76 // inc<=0 uses blockwidth as linewidth
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/dvb/
osd.h 76 // inc<=0 uses blockwidth as linewidth
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_reconstruct.h 78 u32 blockWidth,
h264bsd_reconstruct.c     [all...]
  /hardware/intel/img/psb_video/src/mrst/
lnc_hostcode.h 432 IMG_UINT32 BlockWidth;
  /frameworks/av/media/libstagefright/tests/
SurfaceMediaSource_test.cpp 537 const int blockWidth = w > 16 ? w / 16 : 1;
547 int parityX = (x / blockWidth) & 1;
    [all...]

Completed in 1927 milliseconds

1 2