/external/libaom/libaom/av1/encoder/ |
D | tune_vmaf.c | 84 const int block_w = mi_size_wide[block_size] * 4; in gaussian_blur() local 86 const int num_cols = (source->y_width + block_w - 1) / block_w; in gaussian_blur() 99 const int col_offset_y = col * block_w; in gaussian_blur() 109 CONVERT_TO_SHORTPTR(dst_buf), dst->y_stride, block_w, block_h, in gaussian_blur() 113 block_w, block_h, &filter, &filter, 0, 0, in gaussian_blur() 126 const int block_w = mi_size_wide[block_size] * 4; in frame_average_variance() local 134 for (col = 0; col < frame->y_width / block_w; ++col) { in frame_average_variance() 137 const int col_offset_y = col * block_w; in frame_average_variance() 295 const int block_w = mi_size_wide[block_size] * 4; in av1_vmaf_blk_preprocessing() local 297 const int num_cols = (source->y_width + block_w - 1) / block_w; in av1_vmaf_blk_preprocessing() [all …]
|
/external/mesa3d/src/mesa/main/ |
D | texcompress_astc.cpp | 545 Decoder(int block_w, int block_h, int block_d, bool srgb, bool output_unorm8) in Decoder() argument 546 : block_w(block_w), block_h(block_h), block_d(block_d), srgb(srgb), in Decoder() 551 int block_w, block_h, block_d; member in Decoder 640 void compute_infill_weights(int block_w, int block_h, int block_d); 656 for (int i = 0; i < block_w * block_h * block_d; ++i) { in decode() 1263 void Block::compute_infill_weights(int block_w, int block_h, int block_d) in compute_infill_weights() argument 1265 int Ds = block_w <= 1 ? 0 : (1024 + block_w / 2) / (block_w - 1); in compute_infill_weights() 1270 for (int s = 0; s < block_w; ++s) { in compute_infill_weights() 1311 infill_weights[0][s + t*block_w + r*block_w*block_h] = i0; in compute_infill_weights() 1312 infill_weights[1][s + t*block_w + r*block_w*block_h] = i1; in compute_infill_weights() [all …]
|
/external/mesa3d/src/gallium/drivers/lima/ |
D | lima_context.h | 38 int block_w, block_h; member 145 uint16_t block_w, block_h; member
|
D | lima_gpu.h | 127 #define PLBU_CMD_BLOCK_STRIDE(block_w) PLBU_CMD((block_w) & 0xff, 0x30000000) argument
|
D | lima_job.c | 82 fb->block_w = width; in lima_get_fb_info() 456 PLBU_CMD_BLOCK_STRIDE(fb->block_w); in lima_pack_head_plbu_cmd() 460 fb->block_w * fb->block_h); in lima_pack_head_plbu_cmd() 576 int offset = ((y >> fb->shift_h) * fb->block_w + in lima_generate_pp_stream() 659 .block_w = fb->block_w, in lima_update_damage_pp_stream() 694 s->key.block_w = fb->block_w; in lima_update_damage_pp_stream()
|
D | lima_job.h | 56 int block_w, block_h; member
|
/external/mesa3d/src/panfrost/lib/ |
D | pan_texture.c | 239 unsigned block_w = panfrost_block_dim(modifier, true, plane); in panfrost_nonlinear_stride() local 245 unsigned block_size = (block_w * block_h * bytes_per_block) in panfrost_nonlinear_stride() 251 return DIV_ROUND_UP(width, block_w) * block_size; in panfrost_nonlinear_stride()
|
/external/igt-gpu-tools/tests/amdgpu/ |
D | amd_bypass.c | 244 const int block_w = h * 8; /* block width of the repetition pattern */ in draw_dp_test_pattern_color_squares_vesa() local 276 k = (x % block_w) / h; in draw_dp_test_pattern_color_squares_vesa()
|
/external/mesa3d/src/broadcom/vulkan/ |
D | v3dv_meta_copy.c | 755 const uint32_t block_w = vk_format_get_blockwidth(image->vk_format); in copy_image_to_buffer_tlb() local 757 const uint32_t width = DIV_ROUND_UP(region->imageExtent.width, block_w); in copy_image_to_buffer_tlb() 1321 const uint32_t block_w = vk_format_get_blockwidth(dst->vk_format); in copy_image_tlb() local 1323 const uint32_t width = DIV_ROUND_UP(region->extent.width, block_w); in copy_image_tlb() 2493 const uint32_t block_w = vk_format_get_blockwidth(image->vk_format); in copy_buffer_to_image_tlb() local 2495 const uint32_t width = DIV_ROUND_UP(region->imageExtent.width, block_w); in copy_buffer_to_image_tlb() 4594 const uint32_t block_w = vk_format_get_blockwidth(dst->vk_format); in resolve_image_tlb() local 4596 const uint32_t width = DIV_ROUND_UP(region->extent.width, block_w); in resolve_image_tlb()
|