Searched refs:block_h (Results 1 – 8 of 8) sorted by relevance
/external/libaom/libaom/av1/encoder/ |
D | tune_vmaf.c | 85 const int block_h = mi_size_high[block_size] * 4; in gaussian_blur() local 87 const int num_rows = (source->y_height + block_h - 1) / block_h; in gaussian_blur() 98 const int row_offset_y = row * block_h; 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() 127 const int block_h = mi_size_high[block_size] * 4; in frame_average_variance() local 133 for (row = 0; row < frame->y_height / block_h; ++row) { in frame_average_variance() 136 const int row_offset_y = row * block_h; in frame_average_variance() 296 const int block_h = mi_size_high[block_size] * 4; in av1_vmaf_blk_preprocessing() local 298 const int num_rows = (source->y_height + block_h - 1) / block_h; in av1_vmaf_blk_preprocessing() [all …]
|
/external/igt-gpu-tools/tests/amdgpu/ |
D | amd_bypass.c | 103 const int block_h = h * 4; /* block height of R-G-B-White rectangles */ in draw_dp_test_pattern_color_ramp() local 126 if ((y % block_h) < h) { /* Red */ in draw_dp_test_pattern_color_ramp() 130 } else if ((y % block_h) < 2 * h) { /* Green */ in draw_dp_test_pattern_color_ramp() 134 } else if ((y % block_h) < 3 * h) { /* Blue */ in draw_dp_test_pattern_color_ramp() 243 const int block_h = h * 2; /* block height of the repetition pattern */ in draw_dp_test_pattern_color_squares_vesa() local 275 j = (y % block_h) / h; in draw_dp_test_pattern_color_squares_vesa()
|
/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 1266 int Dt = block_h <= 1 ? 0 : (1024 + block_h / 2) / (block_h - 1); in compute_infill_weights() 1269 for (int t = 0; t < block_h; ++t) { 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_job.h | 56 int block_w, block_h; member
|
D | lima_job.c | 83 fb->block_h = height; in lima_get_fb_info() 460 fb->block_w * fb->block_h); in lima_pack_head_plbu_cmd() 660 .block_h = fb->block_h, in lima_update_damage_pp_stream() 695 s->key.block_h = fb->block_h; in lima_update_damage_pp_stream()
|
/external/mesa3d/src/panfrost/lib/ |
D | pan_texture.c | 240 unsigned block_h = panfrost_block_dim(modifier, false, plane); in panfrost_nonlinear_stride() local 245 unsigned block_size = (block_w * block_h * bytes_per_block) in panfrost_nonlinear_stride() 248 if (height <= block_h) in panfrost_nonlinear_stride()
|
/external/mesa3d/src/broadcom/vulkan/ |
D | v3dv_meta_copy.c | 756 const uint32_t block_h = vk_format_get_blockheight(image->vk_format); in copy_image_to_buffer_tlb() local 758 const uint32_t height = DIV_ROUND_UP(region->imageExtent.height, block_h); in copy_image_to_buffer_tlb() 1322 const uint32_t block_h = vk_format_get_blockheight(dst->vk_format); in copy_image_tlb() local 1324 const uint32_t height = DIV_ROUND_UP(region->extent.height, block_h); in copy_image_tlb() 2494 const uint32_t block_h = vk_format_get_blockheight(image->vk_format); in copy_buffer_to_image_tlb() local 2496 const uint32_t height = DIV_ROUND_UP(region->imageExtent.height, block_h); in copy_buffer_to_image_tlb() 4595 const uint32_t block_h = vk_format_get_blockheight(dst->vk_format); in resolve_image_tlb() local 4597 const uint32_t height = DIV_ROUND_UP(region->extent.height, block_h); in resolve_image_tlb()
|