/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | radeon_tile.c | 46 const unsigned tile_width = 8, tile_height = 4; in micro_tile_8_x_4_8bit() local 50 for (row = 0; row < height; row += tile_height) in micro_tile_8_x_4_8bit() 59 for (j = 0; j < MIN2(tile_height, height - row); ++j) in micro_tile_8_x_4_8bit() 77 const unsigned tile_width = 4, tile_height = 4; in micro_tile_4_x_4_16bit() local 81 for (row = 0; row < height; row += tile_height) in micro_tile_4_x_4_16bit() 90 for (j = 0; j < MIN2(tile_height, height - row); ++j) in micro_tile_4_x_4_16bit() 108 const unsigned tile_width = 8, tile_height = 2; in micro_tile_8_x_2_16bit() local 112 for (row = 0; row < height; row += tile_height) in micro_tile_8_x_2_16bit() 121 for (j = 0; j < MIN2(tile_height, height - row); ++j) in micro_tile_8_x_2_16bit() 139 const unsigned tile_width = 4, tile_height = 2; in micro_tile_4_x_2_32bit() local [all …]
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_tile.c | 46 const unsigned tile_width = 8, tile_height = 4; in micro_tile_8_x_4_8bit() local 50 for (row = 0; row < height; row += tile_height) in micro_tile_8_x_4_8bit() 59 for (j = 0; j < MIN2(tile_height, height - row); ++j) in micro_tile_8_x_4_8bit() 77 const unsigned tile_width = 4, tile_height = 4; in micro_tile_4_x_4_16bit() local 81 for (row = 0; row < height; row += tile_height) in micro_tile_4_x_4_16bit() 90 for (j = 0; j < MIN2(tile_height, height - row); ++j) in micro_tile_4_x_4_16bit() 108 const unsigned tile_width = 8, tile_height = 2; in micro_tile_8_x_2_16bit() local 112 for (row = 0; row < height; row += tile_height) in micro_tile_8_x_2_16bit() 121 for (j = 0; j < MIN2(tile_height, height - row); ++j) in micro_tile_8_x_2_16bit() 139 const unsigned tile_width = 4, tile_height = 2; in micro_tile_4_x_2_32bit() local [all …]
|
/external/webp/src/dsp/ |
D | lossless_enc_sse41.c | 49 int tile_width, int tile_height, in CollectColorBlueTransforms_SSE41() argument 62 for (y = 0; y < tile_height; ++y) { in CollectColorBlueTransforms_SSE41() 89 left_over, tile_height, in CollectColorBlueTransforms_SSE41() 96 int tile_width, int tile_height, in CollectColorRedTransforms_SSE41() argument 103 for (y = 0; y < tile_height; ++y) { in CollectColorRedTransforms_SSE41() 127 left_over, tile_height, green_to_red, in CollectColorRedTransforms_SSE41()
|
D | lossless.h | 127 int tile_width, int tile_height, 133 int tile_width, int tile_height, 142 int tile_width, int tile_height, 145 int tile_width, int tile_height,
|
D | lossless_enc_mips_dsp_r2.c | 177 int tile_height, in CollectColorBlueTransforms_MIPSdspR2() argument 184 while (tile_height-- > 0) { in CollectColorBlueTransforms_MIPSdspR2() 231 int tile_height, in CollectColorRedTransforms_MIPSdspR2() argument 235 while (tile_height-- > 0) { in CollectColorRedTransforms_MIPSdspR2()
|
D | lossless_enc_sse2.c | 83 int tile_width, int tile_height, in CollectColorBlueTransforms_SSE2() argument 91 for (y = 0; y < tile_height; ++y) { in CollectColorBlueTransforms_SSE2() 123 left_over, tile_height, in CollectColorBlueTransforms_SSE2() 130 int tile_width, int tile_height, in CollectColorRedTransforms_SSE2() argument 137 for (y = 0; y < tile_height; ++y) { in CollectColorRedTransforms_SSE2() 163 left_over, tile_height, in CollectColorRedTransforms_SSE2()
|
/external/mesa3d/src/gallium/drivers/vc5/ |
D | vc5_blit.c | 58 int tile_height = msaa ? 32 : 64; 81 is_tile_unaligned(info->dst.box.y, tile_height) || 84 (is_tile_unaligned(info->dst.box.height, tile_height) && 141 job->tile_height = 32; 152 job->tile_height = tile_height;
|
/external/mesa3d/src/gallium/drivers/vc4/ |
D | vc4_blit.c | 57 int tile_height = msaa ? 32 : 64; in vc4_tile_blit() local 80 is_tile_unaligned(info->dst.box.y, tile_height) || in vc4_tile_blit() 83 (is_tile_unaligned(info->dst.box.height, tile_height) && in vc4_tile_blit() 140 job->tile_height = 32; in vc4_tile_blit() 151 job->tile_height = tile_height; in vc4_tile_blit()
|
D | vc4_job.c | 208 job->tile_height = 32; in vc4_get_job() 211 job->tile_height = 64; in vc4_get_job() 267 job->tile_height); in vc4_get_job_for_fbo() 461 submit.min_y_tile = job->draw_min_y / job->tile_height; in vc4_job_submit() 463 submit.max_y_tile = (job->draw_max_y - 1) / job->tile_height; in vc4_job_submit()
|
/external/ImageMagick/coders/ |
D | fpx.c | 175 tile_height, in ReadFPXImage() local 213 tile_height=64; in ReadFPXImage() 225 &width,&height,&tile_width,&tile_height,&colorspace,&flashpix); in ReadFPXImage() 319 if (((width >> i) < tile_width) || ((height >> i) < tile_height)) in ReadFPXImage() 364 pixels=(unsigned char *) AcquireQuantumMemory(image->columns,(tile_height+ in ReadFPXImage() 405 if ((y % tile_height) == 0) in ReadFPXImage() 412 tile_height-1,scene,&fpx_info); in ReadFPXImage() 416 (float) (y+tile_height-1)/image->rows,(ssize_t) image->columns, in ReadFPXImage() 417 (ssize_t) tile_height,&fpx_info); in ReadFPXImage() 429 r=red_component->theData+(y % tile_height)*red_component->lineStride; in ReadFPXImage() [all …]
|
/external/webp/src/enc/ |
D | predictor_enc.c | 541 const uint32_t* argb, int stride, int tile_width, int tile_height, in GetPredictionCostCrossColorRed() argument 547 VP8LCollectColorRedTransforms(argb, stride, tile_width, tile_height, in GetPredictionCostCrossColorRed() 564 const uint32_t* argb, int stride, int tile_width, int tile_height, in GetBestGreenToRed() argument 571 argb, stride, tile_width, tile_height, prev_x, prev_y, in GetBestGreenToRed() 582 argb, stride, tile_width, tile_height, prev_x, prev_y, in GetBestGreenToRed() 594 const uint32_t* argb, int stride, int tile_width, int tile_height, in GetPredictionCostCrossColorBlue() argument 600 VP8LCollectColorBlueTransforms(argb, stride, tile_width, tile_height, in GetPredictionCostCrossColorBlue() 628 const uint32_t* argb, int stride, int tile_width, int tile_height, in GetBestGreenRedToBlue() argument 642 argb, stride, tile_width, tile_height, prev_x, prev_y, in GetBestGreenRedToBlue() 652 argb, stride, tile_width, tile_height, prev_x, prev_y, in GetBestGreenRedToBlue() [all …]
|
/external/libaom/libaom/examples/ |
D | lightfield_tile_list_decoder.c | 57 const unsigned int tile_height = tile_size & 65535; in write_tile_yuv1d() local 70 (tile_idx / output_frame_width_in_tiles) * tile_height; in write_tile_yuv1d() 85 (plane > 0) ? (tile_height >> img->y_chroma_shift) : tile_height; in write_tile_yuv1d()
|
D | lightfield_bitstream_parsing.c | 342 const unsigned int tile_height = tile_size & 65535; in main() local 345 ALIGN_POWER_OF_TWO(tile_height, 5) * bps / 8; in main() 354 output_frame_height / tile_height - 1; in main()
|
D | lightfield_decoder.c | 132 const unsigned int tile_height = tile_size & 65535; in decode_tile() local 137 (*tile_idx / output_frame_width_in_tiles) * tile_height; in decode_tile()
|
/external/ImageMagick/MagickCore/ |
D | shear.c | 755 tile_height, in IntegralRotateImage() local 764 GetPixelCacheTileSize(image,&tile_width,&tile_height); in IntegralRotateImage() 768 magick_number_threads(image,image,image->rows/tile_height,1) in IntegralRotateImage() 770 for (tile_y=0; tile_y < (ssize_t) image->rows; tile_y+=(ssize_t) tile_height) in IntegralRotateImage() 799 height=tile_height; in IntegralRotateImage() 800 if ((tile_y+(ssize_t) tile_height) > (ssize_t) image->rows) in IntegralRotateImage() 801 height=(size_t) (tile_height-(tile_y+tile_height-image->rows)); in IntegralRotateImage() 857 proceed=SetImageProgress(image,RotateImageTag,progress+=tile_height, in IntegralRotateImage() 952 tile_height, in IntegralRotateImage() local 961 GetPixelCacheTileSize(image,&tile_width,&tile_height); in IntegralRotateImage() [all …]
|
/external/libaom/libaom/test/ |
D | av1_ext_tile_test.cc | 153 int tile_height = kTIleSizeInPixels >> shift; in FramePktHook() local 156 for (int tr = 0; tr < tile_height; ++tr) { in FramePktHook() 158 tile_img_.stride[plane] * (r * tile_height + tr) + in FramePktHook()
|
/external/libaom/libaom/av1/common/ |
D | tile_common.c | 116 cm->tile_height = size_sb << cm->seq_params.mib_size_log2; in av1_calculate_tile_rows() 117 cm->tile_height = AOMMIN(cm->tile_height, cm->mi_rows); in av1_calculate_tile_rows() 203 *h = cm->tile_height; in av1_get_uniform_tile_size()
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_linear.c | 86 unsigned tile_width, unsigned tile_height, in pipe_linear_fill_info() argument 92 t->tile.height = tile_height; in pipe_linear_fill_info()
|
D | u_linear.h | 89 unsigned tile_width, unsigned tile_height,
|
/external/mesa3d/src/gallium/drivers/r300/ |
D | r300_texture_desc.c | 155 unsigned height, tile_height; in r300_texture_get_nblocksy() local 168 tile_height = r300_get_pixel_alignment(tex->b.b.format, in r300_texture_get_nblocksy() 173 height = align(height, tile_height); in r300_texture_get_nblocksy() 190 height >= tile_height * 3) { in r300_texture_get_nblocksy() 191 height = align(height, tile_height * 2); in r300_texture_get_nblocksy() 194 *out_aligned_for_cbzb = height % (tile_height * 2) == 0; in r300_texture_get_nblocksy()
|
/external/mesa3d/src/gallium/drivers/vc4/kernel/ |
D | vc4_gem.c | 147 exec->tile_height = 32; in vc4_cl_validate() 150 exec->tile_height = 64; in vc4_cl_validate()
|
D | vc4_drv.h | 84 uint32_t tile_width, tile_height; member
|
/external/libaom/libaom/av1/decoder/ |
D | obu.c | 364 int tile_width, tile_height; in alloc_tile_list_buffer() local 365 av1_get_uniform_tile_size(cm, &tile_width, &tile_height); in alloc_tile_list_buffer() 367 const int tile_height_in_pixels = tile_height * MI_SIZE; in alloc_tile_list_buffer() 417 int tile_width, tile_height; in copy_decoded_tile_to_tile_list_buffer() local 418 av1_get_uniform_tile_size(cm, &tile_width, &tile_height); in copy_decoded_tile_to_tile_list_buffer() 420 const int tile_height_in_pixels = tile_height * MI_SIZE; in copy_decoded_tile_to_tile_list_buffer()
|
/external/libaom/libaom/av1/ |
D | av1_dx_iface.c | 793 int tile_width, tile_height; in decoder_get_frame() local 794 av1_get_uniform_tile_size(cm, &tile_width, &tile_height); in decoder_get_frame() 796 const int mi_row = tile_row * tile_height; in decoder_get_frame() 806 ctx->img.d_h = AOMMIN(tile_height, cm->mi_rows - mi_row) * MI_SIZE; in decoder_get_frame() 811 int tile_width, tile_height; in decoder_get_frame() local 812 av1_get_uniform_tile_size(cm, &tile_width, &tile_height); in decoder_get_frame() 1194 int tile_width, tile_height; in ctrl_get_tile_size() local 1195 av1_get_uniform_tile_size(cm, &tile_width, &tile_height); in ctrl_get_tile_size() 1196 *tile_size = ((tile_width * MI_SIZE) << 16) + tile_height * MI_SIZE; in ctrl_get_tile_size()
|
/external/tensorflow/tensorflow/core/kernels/ |
D | depthwise_conv_op_gpu.h | 208 const int tile_height = in_height + filter_height - even_height; in DepthwiseConv2dGPUKernelNHWCSmall() local 210 const int tile_size = tile_height * tile_row_size; in DepthwiseConv2dGPUKernelNHWCSmall() 493 const int tile_height = in_height + filter_height - even_height; in DepthwiseConv2dGPUKernelNCHWSmall() local 494 const int tile_pixels = tile_width * tile_height; in DepthwiseConv2dGPUKernelNCHWSmall() 632 const int tile_height = block_height * 2 + args.filter_rows - 1; in LaunchDepthwiseConv2dGPUSmall() local 633 const int tile_pixels = tile_height * tile_width; in LaunchDepthwiseConv2dGPUSmall() 1200 const int tile_height = 2 * block_height + filter_height - 1; 1202 const int tile_size = tile_height * tile_row_size; 1472 const int tile_height = 2 * block_height + filter_height - 1; 1473 const int tile_pixels = tile_width * tile_height; [all …]
|