/third_party/ffmpeg/libavcodec/ |
D | flashsvenc.c | 61 int block_width, block_height; member 129 int buf_size, int block_width, int block_height, in encode_bitstream()
|
D | flashsv2enc.c | 109 int block_width, block_height; member 178 static int update_block_dimensions(FlashSV2Context *s, int block_width, int block_height) in update_block_dimensions() 808 int block_width = optimum_block_width (s); in reconfigure_at_keyframe() local
|
D | truemotion1.c | 67 int block_width; member 118 int block_width; // vres member
|
D | svq1enc.c | 255 int block_width, block_height; in svq1_encode_plane() local
|
D | flashsv.c | 55 int block_width, block_height; member
|
D | h264_cavlc.c | 915 const int block_width= (sub_mb_type & (MB_TYPE_16x16|MB_TYPE_16x8)) ? 2 : 1; in ff_h264_decode_mb_cavlc() local
|
D | rpzaenc.c | 75 int block_width; member
|
D | h264_cabac.c | 2165 const int block_width= (sub_mb_type & (MB_TYPE_16x16|MB_TYPE_16x8)) ? 2 : 1; in ff_h264_decode_mb_cabac() local
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
D | svga_format.c | 393 unsigned block_width, block_height, block_bytes; member 1688 unsigned *block_width, in svga_format_size()
|
/third_party/gstreamer/gstplugins_bad/gst/fieldanalysis/ |
D | gstfieldanalysis.c | 1059 const guint64 block_width = filter->block_width; in block_score_for_row_32detect() local 1146 const guint64 block_width = filter->block_width; in block_score_for_row_iscombed() local 1234 const guint64 block_width = filter->block_width; in block_score_for_row_5_tap() local
|
D | gstfieldanalysis.h | 135 guint64 block_width, block_height; /* width/height of window used for comb clusted detection */ member
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/ |
D | fd6_image.c | 211 uint32_t block_width, block_height; in emit_image_tex() local
|
D | fd6_texture.c | 322 uint32_t block_width, block_height; in fd6_sampler_view_update() local
|
D | fd6_gmem.c | 296 uint32_t block_width, block_height; in patch_fb_read_sysmem() local
|
/third_party/mesa3d/src/broadcom/vulkan/ |
D | v3dv_image.c | 97 uint32_t block_width = vk_format_get_blockwidth(image->vk.format); in v3d_setup_slices() local
|
D | v3dv_meta_copy.c | 575 uint32_t block_width = vk_format_get_blockwidth(image->vk.format); in copy_image_to_buffer_blit() local 2341 const uint32_t block_width = vk_format_get_blockwidth(image->vk.format); in copy_buffer_to_image_blit() local
|
/third_party/mesa3d/src/mesa/main/ |
D | format_parser.py | 235 …def __init__(self, name, layout, block_width, block_height, block_depth, channels, swizzle, colors… argument
|
/third_party/mesa3d/src/util/format/ |
D | u_format_parse.py | 117 …def __init__(self, name, layout, block_width, block_height, block_depth, le_channels, le_swizzles,… argument
|
/third_party/mesa3d/src/gallium/drivers/i915/ |
D | i915_surface.c | 224 int block_width = util_format_get_blockwidth(dpt->format); in i915_surface_copy_blitter() local
|
/third_party/mesa3d/src/freedreno/vulkan/ |
D | tu_image.c | 337 uint32_t block_width, block_height; in tu_image_view_init() local
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_state_fs.c | 476 unsigned block_width = block_size / block_height; in fs_fb_fetch() local 1517 unsigned block_width, in load_unswizzled_block() 1585 unsigned block_width, in store_unswizzled_block() 2311 const unsigned block_width = LP_RASTER_BLOCK_SIZE; in generate_unswizzled_blend() local
|
/third_party/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_tile.c | 477 void get_tile_size(mesa_format format, unsigned *block_width, unsigned *block_height) in get_tile_size()
|
/third_party/mesa3d/src/mesa/drivers/dri/r200/ |
D | radeon_tile.c | 477 void get_tile_size(mesa_format format, unsigned *block_width, unsigned *block_height) in get_tile_size()
|
/third_party/mesa3d/src/gallium/drivers/v3d/ |
D | v3d_resource.c | 547 uint32_t block_width = util_format_get_blockwidth(prsc->format); in v3d_setup_slices() local
|
/third_party/boost/libs/dynamic_bitset/test/ |
D | dyn_bitset_unit_tests3.cpp | 368 const int block_width = bitset_type::bits_per_block; in run_test_cases() local
|