Searched defs:block_w (Results 1 – 8 of 8) sorted by relevance
/external/libaom/libaom/av1/encoder/ |
D | tune_vmaf.c | 84 const int block_w = mi_size_wide[block_size] * 4; in gaussian_blur() local 126 const int block_w = mi_size_wide[block_size] * 4; in frame_average_variance() local 295 const int block_w = mi_size_wide[block_size] * 4; in av1_vmaf_blk_preprocessing() local 419 int block_w, block_h, num_rows, num_cols, row, col, bit_depth; member 434 const int block_w = frames->block_w; in update_frame() local
|
/external/mesa3d/src/gallium/drivers/lima/ |
D | lima_job.h | 56 int block_w, block_h; member
|
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
|
/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
|
/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() 551 int block_w, block_h, block_d; member in Decoder 1263 void Block::compute_infill_weights(int block_w, int block_h, int block_d) in compute_infill_weights()
|
/external/mesa3d/src/panfrost/lib/ |
D | pan_texture.c | 239 unsigned block_w = panfrost_block_dim(modifier, true, plane); in panfrost_nonlinear_stride() local
|
/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 1321 const uint32_t block_w = vk_format_get_blockwidth(dst->vk_format); in copy_image_tlb() local 2493 const uint32_t block_w = vk_format_get_blockwidth(image->vk_format); in copy_buffer_to_image_tlb() local 4594 const uint32_t block_w = vk_format_get_blockwidth(dst->vk_format); in resolve_image_tlb() local
|