Home
last modified time | relevance | path

Searched refs:tile_width (Results 1 – 16 of 16) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/r200/
Dradeon_tile.c45 const unsigned tile_width = 8, tile_height = 4; in micro_tile_8_x_4_8bit() local
46 const unsigned tiles_in_row = (width + (tile_width - 1)) / tile_width; in micro_tile_8_x_4_8bit()
51 for (col = 0; col < width; col += tile_width, ++k) in micro_tile_8_x_4_8bit()
60 unsigned columns = MIN2(tile_width, width - col); in micro_tile_8_x_4_8bit()
62 dst2 += tile_width; in micro_tile_8_x_4_8bit()
76 const unsigned tile_width = 4, tile_height = 4; in micro_tile_4_x_4_16bit() local
77 const unsigned tiles_in_row = (width + (tile_width - 1)) / tile_width; in micro_tile_4_x_4_16bit()
82 for (col = 0; col < width; col += tile_width, ++k) in micro_tile_4_x_4_16bit()
91 unsigned columns = MIN2(tile_width, width - col); in micro_tile_4_x_4_16bit()
93 dst2 += tile_width; in micro_tile_4_x_4_16bit()
[all …]
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_tile.c45 const unsigned tile_width = 8, tile_height = 4; in micro_tile_8_x_4_8bit() local
46 const unsigned tiles_in_row = (width + (tile_width - 1)) / tile_width; in micro_tile_8_x_4_8bit()
51 for (col = 0; col < width; col += tile_width, ++k) in micro_tile_8_x_4_8bit()
60 unsigned columns = MIN2(tile_width, width - col); in micro_tile_8_x_4_8bit()
62 dst2 += tile_width; in micro_tile_8_x_4_8bit()
76 const unsigned tile_width = 4, tile_height = 4; in micro_tile_4_x_4_16bit() local
77 const unsigned tiles_in_row = (width + (tile_width - 1)) / tile_width; in micro_tile_4_x_4_16bit()
82 for (col = 0; col < width; col += tile_width, ++k) in micro_tile_4_x_4_16bit()
91 unsigned columns = MIN2(tile_width, width - col); in micro_tile_4_x_4_16bit()
93 dst2 += tile_width; in micro_tile_4_x_4_16bit()
[all …]
/external/webp/src/dsp/
Dlossless_enc_mips_dsp_r2.c175 int tile_width, int tile_height, in CollectColorBlueTransforms() argument
185 for (x = 0; x < (tile_width >> 1); ++x) { in CollectColorBlueTransforms()
211 if (tile_width & 1) { in CollectColorBlueTransforms()
226 int tile_width, int tile_height, in CollectColorRedTransforms() argument
233 for (x = 0; x < (tile_width >> 1); ++x) { in CollectColorRedTransforms()
253 if (tile_width & 1) { in CollectColorRedTransforms()
Dlossless_enc.c797 int tile_width, int tile_height, in VP8LCollectColorRedTransforms_C() argument
801 for (x = 0; x < tile_width; ++x) { in VP8LCollectColorRedTransforms_C()
809 const uint32_t* argb, int stride, int tile_width, int tile_height, in GetPredictionCostCrossColorRed() argument
815 VP8LCollectColorRedTransforms(argb, stride, tile_width, tile_height, in GetPredictionCostCrossColorRed()
832 const uint32_t* argb, int stride, int tile_width, int tile_height, in GetBestGreenToRed() argument
839 argb, stride, tile_width, tile_height, prev_x, prev_y, in GetBestGreenToRed()
850 argb, stride, tile_width, tile_height, prev_x, prev_y, in GetBestGreenToRed()
862 int tile_width, int tile_height, in VP8LCollectColorBlueTransforms_C() argument
867 for (x = 0; x < tile_width; ++x) { in VP8LCollectColorBlueTransforms_C()
875 const uint32_t* argb, int stride, int tile_width, int tile_height, in GetPredictionCostCrossColorBlue() argument
[all …]
Dlossless_enc_sse2.c78 int tile_width, int tile_height, in CollectColorBlueTransforms() argument
93 for (x = 0; x + SPAN <= tile_width; x += SPAN) { in CollectColorBlueTransforms()
119 const int left_over = tile_width & (SPAN - 1); in CollectColorBlueTransforms()
121 VP8LCollectColorBlueTransforms_C(argb + tile_width - left_over, stride, in CollectColorBlueTransforms()
129 int tile_width, int tile_height, in CollectColorRedTransforms() argument
141 for (x = 0; x + SPAN <= tile_width; x += SPAN) { in CollectColorRedTransforms()
161 const int left_over = tile_width & (SPAN - 1); in CollectColorRedTransforms()
163 VP8LCollectColorRedTransforms_C(argb + tile_width - left_over, stride, in CollectColorRedTransforms()
Dlossless.h134 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,
Dlossless.c196 const int tile_width = 1 << transform->bits_; in PredictorInverseTransform() local
197 const int mask = tile_width - 1; in PredictorInverseTransform()
214 for (; t < tile_width; ++t, ++x) { in PredictorInverseTransform()
284 const int tile_width = 1 << transform->bits_; in ColorSpaceInverseTransform() local
285 const int mask = tile_width - 1; in ColorSpaceInverseTransform()
300 VP8LTransformColorInverse(&m, data, tile_width); in ColorSpaceInverseTransform()
301 data += tile_width; in ColorSpaceInverseTransform()
/external/opencv3/modules/imgcodecs/src/
Dgrfmt_tiff.cpp267 int tile_width = tile_width0, ok; in readData() local
269 if( x + tile_width > m_width ) in readData()
270 tile_width = m_width - x; in readData()
298 cvSize(tile_width,1) ); in readData()
304 cvSize(tile_width,1), 2 ); in readData()
310 cvSize(tile_width,1), 2 ); in readData()
335 cvSize(tile_width,1) ); in readData()
341 cvSize(tile_width,1) ); in readData()
349 cvSize(tile_width, 1)); in readData()
355 cvSize(tile_width, 1), 2); in readData()
[all …]
/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_span.c71 uint32_t tile_width = 64; in intel_offset_S8() local
75 uint32_t tile_x = x / tile_width; in intel_offset_S8()
79 uint32_t byte_x = x % tile_width; in intel_offset_S8()
/external/mesa3d/src/mesa/drivers/dri/i915/
Dintel_span.c71 uint32_t tile_width = 64; in intel_offset_S8() local
75 uint32_t tile_x = x / tile_width; in intel_offset_S8()
79 uint32_t byte_x = x % tile_width; in intel_offset_S8()
/external/mesa3d/src/mesa/drivers/dri/intel/
Dintel_span.c71 uint32_t tile_width = 64; in intel_offset_S8() local
75 uint32_t tile_x = x / tile_width; in intel_offset_S8()
79 uint32_t byte_x = x % tile_width; in intel_offset_S8()
/external/opencv/otherlibs/highgui/
Dgrfmt_tiff.cpp202 int tile_width = tile_width0, ok; in ReadData() local
204 if( x + tile_width > m_width ) in ReadData()
205 tile_width = m_width - x; in ReadData()
217 icvCvt_BGRA2BGR_8u_C4C3R( buffer + i*tile_width*4, 0, in ReadData()
219 cvSize(tile_width,1), 2 ); in ReadData()
221 icvCvt_BGRA2Gray_8u_C4C1R( buffer + i*tile_width*4, 0, in ReadData()
223 cvSize(tile_width,1), 2 ); in ReadData()
/external/mesa3d/src/gallium/auxiliary/util/
Du_linear.c86 unsigned tile_width, unsigned tile_height, in pipe_linear_fill_info() argument
91 t->tile.width = tile_width; in pipe_linear_fill_info()
Du_linear.h89 unsigned tile_width, unsigned tile_height,
/external/mesa3d/src/gallium/drivers/r300/
Dr300_texture_desc.c122 unsigned tile_width, width, stride; in r300_texture_get_stride() local
140 tile_width = r300_get_pixel_alignment(tex->b.b.format, in r300_texture_get_stride()
145 width = align(width, tile_width); in r300_texture_get_stride()
/external/libdrm/intel/
Dintel_bufmgr_gem.c368 unsigned long tile_width; in drm_intel_gem_bo_tile_pitch() local
380 tile_width = 512; in drm_intel_gem_bo_tile_pitch()
382 tile_width = 128; in drm_intel_gem_bo_tile_pitch()
386 return ROUND_UP_TO(pitch, tile_width); in drm_intel_gem_bo_tile_pitch()
397 for (i = tile_width; i < pitch; i <<= 1) in drm_intel_gem_bo_tile_pitch()