/external/libvpx/vpx_util/ |
D | vpx_debug_util.c | 118 int pixel_c, int pixel_r, int blk_w, int blk_h, in mismatch_record_block_pre() 153 int pixel_c, int pixel_r, int blk_w, int blk_h, in mismatch_record_block_tx() 187 int pixel_c, int pixel_r, int blk_w, int blk_h, in mismatch_check_block_pre() 235 int pixel_c, int pixel_r, int blk_w, int blk_h, in mismatch_check_block_tx()
|
/external/libaom/aom_util/ |
D | debug_util.c | 138 int pixel_r, int blk_w, int blk_h, int highbd) { in mismatch_record_block_pre() 171 int pixel_r, int blk_w, int blk_h, int highbd) { in mismatch_record_block_tx() 203 int pixel_r, int blk_w, int blk_h, int highbd) { in mismatch_check_block_pre() 249 int pixel_r, int blk_w, int blk_h, int highbd) { in mismatch_check_block_tx()
|
/external/libopenapv/src/ |
D | oapv.c | 60 static void imgb_to_block_10bit(void *src, int blk_w, int blk_h, int s_src, int offset_src, int s_d… in imgb_to_block_10bit() 75 static void imgb_to_block_p210_y(void *src, int blk_w, int blk_h, int s_src, int offset_src, int s_… in imgb_to_block_p210_y() 90 static void imgb_to_block_p210_uv(void *src, int blk_w, int blk_h, int s_src, int offset_src, int s… in imgb_to_block_p210_uv() 137 static void block_to_imgb_10bit(void *src, int blk_w, int blk_h, int s_src, int offset_dst, int s_d… in block_to_imgb_10bit() 153 static void block_to_imgb_p210_y(void *src, int blk_w, int blk_h, int s_src, int offset_dst, int s_… in block_to_imgb_p210_y() 169 static void block_to_imgb_p210_uv(void *src, int blk_w, int blk_h, int s_src, int x_pel, int s_dst,… in block_to_imgb_p210_uv() 337 int blk_w = 1 << log2_w; in enc_block_rdo_slow() local 438 int blk_w = 1 << log2_w; in enc_block_rdo_medium() local 547 int blk_w = 1 << log2_w; in enc_block_rdo_placebo() local
|
/external/mesa3d/src/amd/vulkan/ |
D | radv_sdma.c | 96 radv_sdma_pixel_extent_to_blocks(const VkExtent3D extent, const unsigned blk_w, const unsigned blk_… in radv_sdma_pixel_extent_to_blocks() 108 radv_sdma_pixel_offset_to_blocks(const VkOffset3D offset, const unsigned blk_w, const unsigned blk_… in radv_sdma_pixel_offset_to_blocks() 120 radv_sdma_pixels_to_blocks(const unsigned linear_pitch, const unsigned blk_w) in radv_sdma_pixels_to_blocks() 126 radv_sdma_pixel_area_to_blocks(const unsigned linear_slice_pitch, const unsigned blk_w, const unsig… in radv_sdma_pixel_area_to_blocks()
|
D | radv_sdma.h | 21 unsigned blk_w; /* Image format block width in pixels. */ member
|
D | radv_image_view.c | 370 uint32_t blk_w; in radv_image_view_make_descriptor() local
|
/external/mesa3d/src/amd/vulkan/meta/ |
D | radv_meta_astc_decode.c | 22 int blk_w = vk_format_get_blockwidth(format); in decode_astc() local
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_sdma_copy_image.c | 29 static unsigned minify_as_blocks(unsigned width, unsigned level, unsigned blk_w) in minify_as_blocks()
|
/external/libdrm/radeon/ |
D | radeon_surface.h | 114 uint32_t blk_w; member
|
/external/mesa3d/src/gallium/winsys/radeon/drm/ |
D | radeon_surface.h | 116 uint32_t blk_w; member
|
/external/libvpx/vp9/encoder/ |
D | vp9_encodemb.c | 701 int blk_w = 1 << (tx_size + TX_UNIT_SIZE_LOG2); in encode_block() local
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_cb_texture.c | 581 unsigned blk_w, blk_h; in st_MapTextureImage() local 627 unsigned blk_w, blk_h; in upload_astc_slice_with_flushed_void_extents() local
|
/external/mesa3d/src/amd/common/ |
D | ac_surface.h | 325 uint8_t blk_w : 4; member
|
D | ac_surface.c | 2722 unsigned blk_w = surf ? surf->blk_w : 1; in gfx12_estimate_size() local
|
/external/libaom/av1/encoder/ |
D | encodemb.c | 497 int blk_w = block_size_wide[bsize]; in encode_block() local
|
D | encoder.c | 1963 const int blk_w = 16; in av1_set_screen_content_options() local
|
/external/mesa3d/src/mesa/main/ |
D | texcompress_astc.cpp | 1818 unsigned blk_w, blk_h; in _mesa_unpack_astc_2d_ldr() local
|
/external/libvpx/vp9/decoder/ |
D | vp9_decodeframe.c | 409 int blk_w = 1 << (tx_size + TX_UNIT_SIZE_LOG2); in reconstruct_inter_block() local
|
/external/libaom/av1/decoder/ |
D | decodeframe.c | 262 int blk_w = block_size_wide[bsize]; in inverse_transform_inter_block() local
|