Home
last modified time | relevance | path

Searched defs:block_height (Results 1 – 25 of 31) sorted by relevance

12

/external/libaom/libaom/test/
Dintrapred_test.cc60 int block_height; member
73 const int block_height = params_.block_height; in RunTest() local
113 const int block_height = params_.block_height; in CheckPrediction() local
Dtest_intra_pred_speed.cc121 const int block_height = tx_size_high[tx_size]; in TestIntraPred() local
894 const int block_height = tx_size_high[tx_size]; in TestHighbdIntraPred() local
Dyuv_temporal_filter_test.cc49 unsigned int block_height, unsigned int block_width, in GetFilterWeight()
214 unsigned int block_width, unsigned int block_height, in ApplyReferenceFilter()
406 int uv_pre_stride, unsigned int block_width, unsigned int block_height, in ApplyTestFilter()
422 int uv_pre_stride, unsigned int block_width, unsigned int block_height, in ApplyTestFilter()
Dsubtract_test.cc46 const int block_height = block_size_high[bsize]; in TEST_P() local
/external/pdfium/third_party/libopenjpeg20/
Dsparse_array.c39 OPJ_UINT32 block_height; member
48 OPJ_UINT32 block_height) in opj_sparse_array_int32_create()
/external/minigbm/
Drockchip.c44 const uint32_t block_height = 4 * clump_height; in afbc_bo_from_format() local
47 const uint32_t block_height = 2 * clump_height; in afbc_bo_from_format() local
Dtegra.c80 int block_height = 1 << *block_height_log2; in compute_layout_blocklinear() local
/external/libaom/libaom/av1/encoder/
Dtemporal_filter.c144 unsigned int block_height, in apply_temporal_filter_self()
163 unsigned int block_height, int filter_weight, uint32_t *accumulator, in highbd_apply_temporal_filter_self()
232 unsigned int block_height, in get_filter_weight()
258 int uv_buf_stride, unsigned int block_width, unsigned int block_height, in av1_apply_temporal_filter_c()
400 unsigned int block_height, int ss_x, int ss_y, int strength, in av1_highbd_apply_temporal_filter_c()
532 unsigned int block_height, int strength, in av1_temporal_filter_apply_c()
596 unsigned int block_width, unsigned int block_height, int strength, in av1_highbd_temporal_filter_apply_c()
Dvar_based_part.c190 const int block_height = mi_size_high[bsize]; in set_vt_partitioning() local
/external/tensorflow/tensorflow/tools/graph_transforms/
Dflatten_atrous.cc64 const int32 block_height = block_shape.flat<int32>()(0); in FlattenAtrousConv() local
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_format.c522 unsigned block_width, block_height, block_bytes; member
1655 unsigned *block_height, in svga_format_size()
/external/tensorflow/tensorflow/core/kernels/
Ddepthwise_conv_op_gpu.h58 const DepthwiseArgs& args, const int block_height) { in CanLaunchDepthwiseConv2dBackpropFilterGPUSmall()
197 const int block_height = blockDim.z; in DepthwiseConv2dGPUKernelNHWCSmall() local
482 const int block_height = blockDim.y; in DepthwiseConv2dGPUKernelNCHWSmall() local
604 const int block_height = (args.in_rows + 1) / 2; in LaunchDepthwiseConv2dGPUSmall() local
/external/libvpx/libvpx/vp9/encoder/
Dvp9_temporal_filter.c200 unsigned int block_height, in get_filter_weight()
227 int uv_buf_stride, unsigned int block_width, unsigned int block_height, in apply_temporal_filter()
368 unsigned int block_height, int strength, in vp9_temporal_filter_apply_c()
436 unsigned int block_width, unsigned int block_height, int strength, in vp9_highbd_temporal_filter_apply_c()
/external/libaom/libaom/av1/encoder/x86/
Dhighbd_temporal_filter_sse4.c197 int uv_pre_stride, unsigned int block_width, unsigned int block_height, in av1_highbd_apply_temporal_filter_luma_8()
370 int uv_pre_stride, unsigned int block_width, unsigned int block_height, in av1_highbd_apply_temporal_filter_luma()
726 int uv_pre_stride, unsigned int block_width, unsigned int block_height, in av1_highbd_apply_temporal_filter_chroma()
865 int uv_pre_stride, unsigned int block_width, unsigned int block_height, in av1_highbd_apply_temporal_filter_sse4_1()
Dtemporal_filter_sse4.c332 int uv_pre_stride, unsigned int block_width, unsigned int block_height, in av1_apply_temporal_filter_luma_16()
524 int uv_pre_stride, unsigned int block_width, unsigned int block_height, in av1_apply_temporal_filter_luma()
795 int uv_pre_stride, unsigned int block_width, unsigned int block_height, in av1_apply_temporal_filter_chroma()
928 int uv_pre_stride, unsigned int block_width, unsigned int block_height, in av1_apply_temporal_filter_sse4_1()
/external/tensorflow/tensorflow/contrib/image/kernels/
Dsegmentation_ops.h98 EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE int64 block_height() const { in block_height() function
/external/virglrenderer/src/gallium/auxiliary/util/
Du_format_parse.py107 …def __init__(self, name, layout, block_width, block_height, le_channels, le_swizzles, be_channels,… argument
/external/mesa3d/src/amd/vulkan/
Dvk_format_parse.py110 …def __init__(self, name, layout, block_width, block_height, le_channels, le_swizzles, be_channels,… argument
/external/mesa3d/src/gallium/auxiliary/util/
Du_format_parse.py106 …def __init__(self, name, layout, block_width, block_height, le_channels, le_swizzles, be_channels,… argument
/external/mesa3d/src/mesa/main/
Dformat_parser.py229 …def __init__(self, name, layout, block_width, block_height, block_depth, channels, swizzle, colors… argument
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_fs.c888 unsigned block_height, in load_unswizzled_block()
933 unsigned block_height, in store_unswizzled_block()
1621 const unsigned block_height, in convert_alpha()
1728 const unsigned block_height = LP_RASTER_BLOCK_SIZE; in generate_unswizzled_blend() local
/external/libaom/libaom/av1/common/
Dcdef.c181 const int block_height = in av1_cdef_frame() local
/external/mesa3d/src/gallium/drivers/vc5/
Dvc5_resource.c344 uint32_t block_height = util_format_get_blockheight(prsc->format); in vc5_setup_slices() local
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_tile.c477 void get_tile_size(mesa_format format, unsigned *block_width, unsigned *block_height) in get_tile_size()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dradeon_tile.c477 void get_tile_size(mesa_format format, unsigned *block_width, unsigned *block_height) in get_tile_size()

12