HomeSort by relevance Sort by last modified time
    Searched defs:block_width (Results 1 - 17 of 17) sorted by null

  /external/libaom/libaom/test/
intrapred_test.cc 54 : pred_fn(pred), ref_fn(ref), block_width(block_width_value),
59 int block_width; member in struct:IntraPredFunc
72 const int block_width = params_.block_width; local
81 for (int x = -1; x <= block_width * 2; x++) {
104 stride_ = params_.block_width * 3;
112 const int block_width = params_.block_width; local
115 for (int x = 0; x < block_width; x++) {
subtract_test.cc 45 const int block_width = block_size_wide[bsize]; local
48 aom_memalign(16, sizeof(*diff) * block_width * block_height * 2));
50 aom_memalign(16, block_width * block_height * 2));
52 aom_memalign(16, block_width * block_height * 2));
56 for (int c = 0; c < block_width * 2; ++c) {
57 src[r * block_width * 2 + c] = rnd.Rand8();
58 pred[r * block_width * 2 + c] = rnd.Rand8();
62 GetParam()(block_height, block_width, diff, block_width, src, block_width,
    [all...]
test_intra_pred_speed.cc 56 void Init(int block_width, int block_height, int bd) {
57 ASSERT_LE(block_width, kBPS);
61 const int block_size_upto_32 = (block_width <= 32) && (block_height <= 32);
120 const int block_width = tx_size_wide[tx_size]; local
123 block_width * block_height * kNumAv1IntraFuncs;
126 intra_pred_test_mem.Init(block_width, block_height, 8);
893 const int block_width = tx_size_wide[tx_size]; local
    [all...]
yuv_temporal_filter_test.cc 31 int uv_pre_stride, unsigned int block_width, unsigned int block_height,
49 unsigned int block_height, unsigned int block_width,
55 return blk_fw[2 * (row >= block_height / 2) + (col >= block_width / 2)];
214 unsigned int block_width, unsigned int block_height,
220 const int uv_block_width = block_width >> ss_x,
222 const int y_src_stride = block_width, y_pre_stride = block_width;
224 const int y_diff_stride = block_width, uv_diff_stride = uv_block_width;
225 const int y_count_stride = block_width, u_count_stride = uv_block_width,
227 const int y_accum_stride = block_width, u_accum_stride = uv_block_width
430 uv_pre_stride, block_width, block_height, ss_x, ss_y, strength, blk_fw, local
    [all...]
  /external/pdfium/third_party/libopenjpeg20/
sparse_array.c 38 OPJ_UINT32 block_width; member in struct:opj_sparse_array_int32
47 OPJ_UINT32 block_width,
52 if (width == 0 || height == 0 || block_width == 0 || block_height == 0) {
55 if (block_width > ((OPJ_UINT32)~0U) / block_height / sizeof(OPJ_INT32)) {
63 sa->block_width = block_width;
65 sa->block_count_hor = opj_uint_ceildiv(width, block_width);
119 const OPJ_UINT32 block_width = sa->block_width; local
134 block_x = x0 / block_width;
    [all...]
  /external/mesa3d/src/gallium/drivers/svga/
svga_format.c 522 unsigned block_width, block_height, block_bytes; member in struct:format_cap
    [all...]
  /external/minigbm/
rockchip.c 43 const uint32_t block_width = 4 * clump_width; local
46 const uint32_t block_width = 8 * clump_width; local
51 const uint32_t body_block_size = block_width * block_height * pixel_size;
52 const uint32_t width_in_blocks = DIV_ROUND_UP(width, block_width);
66 bo->strides[0] = width_in_blocks * block_width * pixel_size;
  /external/tensorflow/tensorflow/contrib/image/kernels/
segmentation_ops.h 102 EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE int64 block_width() const { function in class:tensorflow::functor::BlockedImageUnionFindFunctor
  /external/mesa3d/src/gallium/drivers/vc5/
vc5_resource.c 343 uint32_t block_width = util_format_get_blockwidth(prsc->format); local
368 level_width = DIV_ROUND_UP(level_width, block_width);
  /external/libaom/libaom/av1/encoder/
var_based_part.c 189 const int block_width = mi_size_wide[bsize]; local
192 assert(block_height == block_width);
197 if (mi_col + block_width > tile->mi_col_end ||
207 if (mi_col + block_width / 2 < cm->mi_cols &&
224 if (mi_col + block_width / 2 < cm->mi_cols &&
241 set_block_size(cpi, x, xd, mi_row, mi_col + block_width / 2, subsize);
246 if (mi_col + block_width / 2 < cm->mi_cols) {
541 { const int block_width = num_8x8_blocks_wide_lookup[BLOCK_64X64]; const
543 block_width / 2 < cm->mi_cols && mi_row + block_height / 2 < cm->mi_rows)
mcomp.c 2414 const int block_width = block_size_wide[bsize]; local
    [all...]
rdopt.c 2108 const int block_width = block_size_wide[plane_bsize]; local
4091 int block_width, block_height, rows, cols; local
4307 int block_width, block_height, rows, cols; local
4359 int block_width, block_height, rows, cols; local
    [all...]
  /external/libaom/libaom/av1/common/
av1_loopfilter.c 899 const int block_width = mi_size_wide[plane_bsize]; local
    [all...]
  /external/tensorflow/tensorflow/lite/toco/graph_transformations/
propagate_fixed_sizes.cc 1300 auto block_width = block_shape_data[1]; local
1349 auto block_width = block_shape_data[1]; local
    [all...]
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_state_fs.c 887 unsigned block_width,
899 assert((block_width * block_height) % dst_count == 0);
1727 const unsigned block_width = LP_RASTER_BLOCK_SIZE; local
    [all...]
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_pipe.h 233 ubyte block_width; member in struct:si_sampler_view
  /external/libvpx/libvpx/vp9/encoder/
vp9_encodeframe.c 295 const int block_width = local
304 for (i = 0; i < block_width; ++i) xd->mi[j * mi_stride + i] = src_mi;
451 const int block_width = num_8x8_blocks_wide_lookup[bsize]; local
454 assert(block_height == block_width);
465 if (mi_col + block_width / 2 < cm->mi_cols &&
482 if (mi_col + block_width / 2 < cm->mi_cols &&
498 set_block_size(cpi, x, xd, mi_row, mi_col + block_width / 2, subsize);
503 if (mi_col + block_width / 2 < cm->mi_cols) {
1467 const int block_width = num_8x8_blocks_wide_lookup[BLOCK_64X64]; local
    [all...]

Completed in 919 milliseconds