/external/mesa3d/src/mesa/drivers/dri/radeon/ |
radeon_tile.c | 45 const unsigned tile_width = 8, tile_height = 4; local 49 for (row = 0; row < height; row += tile_height) 58 for (j = 0; j < MIN2(tile_height, height - row); ++j) 76 const unsigned tile_width = 4, tile_height = 4; local 80 for (row = 0; row < height; row += tile_height) 89 for (j = 0; j < MIN2(tile_height, height - row); ++j) 107 const unsigned tile_width = 8, tile_height = 2; local 111 for (row = 0; row < height; row += tile_height) 120 for (j = 0; j < MIN2(tile_height, height - row); ++j) 138 const unsigned tile_width = 4, tile_height = 2 local 169 const unsigned tile_width = 2, tile_height = 2; local 259 const unsigned tile_width = 8, tile_height = 4; local 292 const unsigned tile_width = 8, tile_height = 2; local 325 const unsigned tile_width = 4, tile_height = 4; local 358 const unsigned tile_width = 4, tile_height = 2; local 391 const unsigned tile_width = 2, tile_height = 2; local [all...] |
/external/mesa3d/src/gallium/auxiliary/util/ |
u_linear.h | 83 * @tile_height the height of the tile in pixels 89 unsigned tile_width, unsigned tile_height,
|
u_linear.c | 86 unsigned tile_width, unsigned tile_height, 92 t->tile.height = tile_height;
|
/external/mesa3d/src/mesa/drivers/dri/intel/ |
intel_span.c | 72 uint32_t tile_height = 64; local 76 uint32_t tile_y = y / tile_height; 80 uint32_t byte_y = y % tile_height;
|
/external/ImageMagick/coders/ |
fpx.c | 178 tile_height, 216 tile_height=64; 228 &width,&height,&tile_width,&tile_height,&colorspace,&flashpix); 322 if (((width >> i) < tile_width) || ((height >> i) < tile_height)) 367 pixels=(unsigned char *) AcquireQuantumMemory(image->columns,(tile_height+ 408 if ((y % tile_height) == 0) 415 tile_height-1,scene,&fpx_info); 419 (float) (y+tile_height-1)/image->rows,(ssize_t) image->columns, 420 (ssize_t) tile_height,&fpx_info); 432 r=red_component->theData+(y % tile_height)*red_component->lineStride 175 tile_height, local 811 tile_height, local [all...] |
/external/webp/src/dsp/ |
lossless_enc_mips_dsp_r2.c | 175 int tile_width, int tile_height, 181 while (tile_height-- > 0) { 226 int tile_width, int tile_height, 229 while (tile_height-- > 0) {
|
lossless_enc.c | 970 const int tile_height = all_y_max - tile_y_offset; local [all...] |
lossless.h | 134 int tile_width, int tile_height, 140 int tile_width, int tile_height, 149 int tile_width, int tile_height, 152 int tile_width, int tile_height,
|
lossless_enc_sse2.c | 78 int tile_width, int tile_height, 90 for (y = 0; y < tile_height; ++y) { 122 left_over, tile_height, 129 int tile_width, int tile_height, 138 for (y = 0; y < tile_height; ++y) { 164 left_over, tile_height,
|
/external/opencv3/modules/imgcodecs/src/ |
grfmt_tiff.cpp | 260 int tile_height = tile_height0; local 262 if( y + tile_height > m_height ) 263 tile_height = m_height - y; 283 bstart += (tile_height0 - tile_height) * tile_width0 * 4; 291 for( i = 0; i < tile_height; i++ ) 297 data + x*4 + img.step*(tile_height - i - 1), 0, 303 data + x*3 + img.step*(tile_height - i - 1), 0, 309 data + x + img.step*(tile_height - i - 1), 0, 327 for( i = 0; i < tile_height; i++ ) 398 for( i = 0; i < tile_height; i++ [all...] |
/external/mesa3d/src/gallium/drivers/r300/ |
r300_texture_desc.c | 159 unsigned height, tile_height; local 172 tile_height = r300_get_pixel_alignment(tex->b.b.format, 177 height = align(height, tile_height); 194 height >= tile_height * 3) { 195 height = align(height, tile_height * 2); 198 *out_aligned_for_cbzb = height % (tile_height * 2) == 0;
|
r300_texture.c | 1085 uint32_t offset, tile_height; local [all...] |
/external/opencv/otherlibs/highgui/ |
grfmt_tiff.cpp | 195 int tile_height = tile_height0; local 197 if( y + tile_height > m_height ) 198 tile_height = m_height - y; 215 for( i = 0; i < tile_height; i++ ) 218 data + x*3 + step*(tile_height - i - 1), 0, 222 data + x + step*(tile_height - i - 1), 0,
|
/external/ImageMagick/MagickCore/ |
shear.c | 764 tile_height, 773 GetPixelCacheTileSize(image,&tile_width,&tile_height); 779 for (tile_y=0; tile_y < (ssize_t) image->rows; tile_y+=(ssize_t) tile_height) 808 height=tile_height; 809 if ((tile_y+(ssize_t) tile_height) > (ssize_t) image->rows) 810 height=(size_t) (tile_height-(tile_y+tile_height-image->rows)); 875 proceed=SetImageProgress(image,RotateImageTag,progress+=tile_height, 978 tile_height, 987 GetPixelCacheTileSize(image,&tile_width,&tile_height); 760 tile_height, local 974 tile_height, local [all...] |
widget.c | 2803 #define tile_height macro [all...] |
/device/moto/shamu/camera/QCamera/HAL/usbcamcore/src/ |
QCameraMjpegDecode.cpp | 393 p_output_buffers.tile_height = 0; 591 if (p_output_buffer->tile_height != 1)
|
/hardware/qcom/camera/usbcamcore/src/ |
QCameraMjpegDecode.cpp | 393 p_output_buffers.tile_height = 0; 591 if (p_output_buffer->tile_height != 1)
|