/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() 338 int blk_h = 1 << log2_h; in enc_block_rdo_slow() local 439 int blk_h = 1 << log2_h; in enc_block_rdo_medium() local 548 int blk_h = 1 << log2_h; in enc_block_rdo_placebo() local
|
/external/mesa3d/src/amd/vulkan/meta/ |
D | radv_meta_astc_decode.c | 23 int blk_h = vk_format_get_blockheight(format); in decode_astc() local
|
/external/mesa3d/src/amd/vulkan/ |
D | radv_sdma.h | 22 unsigned blk_h; /* Image format block height in pixels. */ member
|
D | radv_sdma.c | 96 …dv_sdma_pixel_extent_to_blocks(const VkExtent3D extent, const unsigned blk_w, const unsigned blk_h) in radv_sdma_pixel_extent_to_blocks() 108 …dv_sdma_pixel_offset_to_blocks(const VkOffset3D offset, const unsigned blk_w, const unsigned blk_h) in radv_sdma_pixel_offset_to_blocks() 126 …pixel_area_to_blocks(const unsigned linear_slice_pitch, const unsigned blk_w, const unsigned blk_h) in radv_sdma_pixel_area_to_blocks()
|
/external/libdrm/radeon/ |
D | radeon_surface.h | 115 uint32_t blk_h; member
|
/external/mesa3d/src/gallium/winsys/radeon/drm/ |
D | radeon_surface.h | 117 uint32_t blk_h; member
|
/external/libvpx/vp9/encoder/ |
D | vp9_encodemb.c | 702 int blk_h = 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 | 326 uint8_t blk_h : 4; member
|
D | ac_surface.c | 2723 unsigned blk_h = surf ? surf->blk_h : 1; in gfx12_estimate_size() local
|
/external/libaom/av1/encoder/ |
D | encodemb.c | 498 int blk_h = block_size_high[bsize]; in encode_block() local
|
D | encoder.c | 1964 const int blk_h = 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 | 410 int blk_h = 1 << (tx_size + TX_UNIT_SIZE_LOG2); in reconstruct_inter_block() local
|
/external/libaom/av1/decoder/ |
D | decodeframe.c | 263 int blk_h = block_size_high[bsize]; in inverse_transform_inter_block() local
|