Home
last modified time | relevance | path

Searched defs:blk_h (Results 1 – 17 of 17) sorted by relevance

/external/libvpx/vpx_util/
Dvpx_debug_util.c118 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/
Ddebug_util.c138 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/
Doapv.c60 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/
Dradv_meta_astc_decode.c23 int blk_h = vk_format_get_blockheight(format); in decode_astc() local
/external/mesa3d/src/amd/vulkan/
Dradv_sdma.h22 unsigned blk_h; /* Image format block height in pixels. */ member
Dradv_sdma.c96 …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/
Dradeon_surface.h115 uint32_t blk_h; member
/external/mesa3d/src/gallium/winsys/radeon/drm/
Dradeon_surface.h117 uint32_t blk_h; member
/external/libvpx/vp9/encoder/
Dvp9_encodemb.c702 int blk_h = 1 << (tx_size + TX_UNIT_SIZE_LOG2); in encode_block() local
/external/mesa3d/src/mesa/state_tracker/
Dst_cb_texture.c581 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/
Dac_surface.h326 uint8_t blk_h : 4; member
Dac_surface.c2723 unsigned blk_h = surf ? surf->blk_h : 1; in gfx12_estimate_size() local
/external/libaom/av1/encoder/
Dencodemb.c498 int blk_h = block_size_high[bsize]; in encode_block() local
Dencoder.c1964 const int blk_h = 16; in av1_set_screen_content_options() local
/external/mesa3d/src/mesa/main/
Dtexcompress_astc.cpp1818 unsigned blk_w, blk_h; in _mesa_unpack_astc_2d_ldr() local
/external/libvpx/vp9/decoder/
Dvp9_decodeframe.c410 int blk_h = 1 << (tx_size + TX_UNIT_SIZE_LOG2); in reconstruct_inter_block() local
/external/libaom/av1/decoder/
Ddecodeframe.c263 int blk_h = block_size_high[bsize]; in inverse_transform_inter_block() local