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

  /external/libvpx/libvpx/test/
vp9_subtract_test.cc 42 const int block_width = 4 * num_4x4_blocks_wide_lookup[bsize]; local
45 vpx_memalign(16, sizeof(*diff) * block_width * block_height * 2));
47 vpx_memalign(16, block_width * block_height * 2));
49 vpx_memalign(16, block_width * block_height * 2));
53 for (int c = 0; c < block_width * 2; ++c) {
54 src[r * block_width * 2 + c] = rnd.Rand8();
55 pred[r * block_width * 2 + c] = rnd.Rand8();
59 GetParam()(block_height, block_width, diff, block_width, src, block_width,
    [all...]
pp_filter_test.cc 55 const int block_width = 16; local
59 Buffer<uint8_t> src_image = Buffer<uint8_t>(block_width, block_height, 2);
66 Buffer<uint8_t>(block_width, block_height, 8, 16, 8, 8);
70 reinterpret_cast<uint8_t *>(vpx_memalign(16, block_width));
71 (void)memset(flimits, 255, block_width);
84 dst_image.stride(), block_width, flimits, 16));
92 for (int j = 0; j < block_width; ++j) {
106 const int block_width = 136; local
112 Buffer<uint8_t>(block_width, block_height, 2, 2, 10, 2);
121 Buffer<uint8_t>(block_width, block_height, 8, 8, 16, 8)
    [all...]
  /external/mesa3d/src/gallium/drivers/svga/
svga_format.c 482 unsigned block_width, block_height, block_bytes; member in struct:format_cap
    [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/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
  /hardware/qcom/display/msm8994/libgralloc/
alloc_controller.cpp 830 static void getUBwcBlockSize(int bpp, int& block_width, int& block_height)
832 block_width = 0;
839 block_width = 16;
843 block_width = 8;
847 block_width = 4;
860 int block_width, block_height; local
862 getUBwcBlockSize(bpp, block_width, block_height);
864 if (!block_width || !block_height) {
873 meta_width = ALIGN(((width + block_width - 1) / block_width), 64)
    [all...]
  /external/mesa3d/src/gallium/drivers/ilo/core/
ilo_image.h 85 unsigned block_width; member in struct:ilo_image_info
157 unsigned block_width; member in struct:ilo_image
216 assert(pos_x % img->block_width == 0);
219 *mem_x = pos_x / img->block_width * img->block_size;
313 assert(w % img->block_width == 0);
316 return (w / img->block_width * img->block_size) *
  /hardware/qcom/display/msm8909/gralloc/
gr_utils.cpp 557 void GetRgbUBwcBlockSize(uint32_t bpp, int *block_width, int *block_height) {
558 *block_width = 0;
564 *block_width = 16;
568 *block_width = 8;
572 *block_width = 4;
584 int block_width, block_height; local
586 GetRgbUBwcBlockSize(bpp, &block_width, &block_height);
587 if (!block_width || !block_height) {
596 meta_width = ALIGN(((width + block_width - 1) / block_width), 64)
    [all...]
  /hardware/qcom/display/msm8909w_3100/libgralloc1/
gr_utils.cpp 557 void GetRgbUBwcBlockSize(uint32_t bpp, int *block_width, int *block_height) {
558 *block_width = 0;
564 *block_width = 16;
568 *block_width = 8;
572 *block_width = 4;
584 int block_width, block_height; local
586 GetRgbUBwcBlockSize(bpp, &block_width, &block_height);
587 if (!block_width || !block_height) {
596 meta_width = ALIGN(((width + block_width - 1) / block_width), 64)
    [all...]
  /hardware/qcom/display/msm8909/libgralloc/
alloc_controller.cpp 1043 int block_width, block_height; local
    [all...]
  /hardware/qcom/display/msm8909w_3100/libgralloc/
alloc_controller.cpp 1043 int block_width, block_height; local
    [all...]
  /hardware/qcom/display/msm8996/libgralloc/
alloc_controller.cpp 1044 int block_width, block_height; local
    [all...]
  /hardware/qcom/display/msm8996/libgralloc1/
gr_allocator.cpp 655 void Allocator::GetRgbUBwcBlockSize(uint32_t bpp, int *block_width, int *block_height) {
656 *block_width = 0;
662 *block_width = 16;
666 *block_width = 8;
670 *block_width = 4;
682 int block_width, block_height; local
684 GetRgbUBwcBlockSize(bpp, &block_width, &block_height);
685 if (!block_width || !block_height) {
694 meta_width = ALIGN(((width + block_width - 1) / block_width), 64)
    [all...]
  /hardware/qcom/display/msm8998/libgralloc1/
gr_allocator.cpp 657 void Allocator::GetRgbUBwcBlockSize(uint32_t bpp, int *block_width, int *block_height) {
658 *block_width = 0;
664 *block_width = 16;
668 *block_width = 8;
672 *block_width = 4;
684 int block_width, block_height; local
686 GetRgbUBwcBlockSize(bpp, &block_width, &block_height);
687 if (!block_width || !block_height) {
696 meta_width = ALIGN(((width + block_width - 1) / block_width), 64)
    [all...]
  /external/tensorflow/tensorflow/contrib/lite/toco/graph_transformations/
propagate_fixed_sizes.cc 878 auto block_width = block_shape_data[1]; local
927 auto block_width = block_shape_data[1]; local
    [all...]
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_feature_detection.cpp 1590 int block_width,block_height; local
1689 int block_width,block_height; local
    [all...]
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_pipe.h 132 unsigned block_width; member in struct:si_sampler_view
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_state_fs.c 866 unsigned block_width,
878 assert((block_width * block_height) % dst_count == 0);
911 unsigned block_width,
1706 const unsigned block_width = LP_RASTER_BLOCK_SIZE; local
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_encodeframe.c 282 const int block_width = local
291 for (i = 0; i < block_width; ++i) xd->mi[j * mi_stride + i] = src_mi;
440 const int block_width = num_8x8_blocks_wide_lookup[bsize]; local
443 assert(block_height == block_width);
454 if (mi_col + block_width / 2 < cm->mi_cols &&
471 if (mi_col + block_width / 2 < cm->mi_cols &&
487 set_block_size(cpi, x, xd, mi_row, mi_col + block_width / 2, subsize);
492 if (mi_col + block_width / 2 < cm->mi_cols) {
1412 const int block_width = num_8x8_blocks_wide_lookup[BLOCK_64X64]; local
    [all...]

Completed in 468 milliseconds