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

  /external/libvpx/libvpx/test/
vp9_subtract_test.cc 43 const int block_height = 4 * num_4x4_blocks_high_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));
52 for (int r = 0; r < block_height; ++r) {
59 GetParam()(block_height, block_width, diff, block_width, src, block_width,
62 for (int r = 0; r < block_height; ++r) {
70 GetParam()(block_height, block_width, diff, block_width * 2, src,
73 for (int r = 0; r < block_height; ++r) {
pp_filter_test.cc 56 const int block_height = 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);
86 static const uint8_t kExpectedOutput[block_height] = {
91 for (int i = 0; i < block_height; ++i) {
107 const int block_height = 16; 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);
123 Buffer<uint8_t> dst_image_ref = Buffer<uint8_t>(block_width, block_height, 8);
153 block_height);
    [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 39 OPJ_UINT32 block_height; member in struct:opj_sparse_array_int32
48 OPJ_UINT32 block_height)
52 if (width == 0 || height == 0 || block_width == 0 || block_height == 0) {
55 if (block_width > ((OPJ_UINT32)~0U) / block_height / sizeof(OPJ_INT32)) {
64 sa->block_height = block_height;
66 sa->block_count_ver = opj_uint_ceildiv(height, block_height);
125 block_y = y0 / sa->block_height;
130 y_incr = (y == y0) ? sa->block_height - (y0 % sa->block_height)
    [all...]
  /external/tensorflow/tensorflow/contrib/image/kernels/
segmentation_ops.h 98 EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE int64 block_height() 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)
833 block_height = 0;
840 block_height = 4;
844 block_height = 4;
848 block_height = 4;
860 int block_width, block_height; local
862 getUBwcBlockSize(bpp, block_width, block_height);
864 if (!block_width || !block_height) {
870 meta_height = ALIGN(((height + block_height - 1) / block_height), 16)
    [all...]
  /external/mesa3d/src/gallium/drivers/ilo/core/
ilo_image.h 86 unsigned block_height; member in struct:ilo_image_info
158 unsigned block_height; member in struct:ilo_image
217 assert(pos_y % img->block_height == 0);
220 *mem_y = pos_y / img->block_height;
299 assert(h % img->block_height == 0);
301 return (h / img->block_height) * img->bo_stride;
314 assert(h % img->block_height == 0);
317 (h / img->block_height);
358 img->bo_height * img->block_height);
  /hardware/qcom/display/msm8909/gralloc/
gr_utils.cpp 557 void GetRgbUBwcBlockSize(uint32_t bpp, int *block_width, int *block_height) {
559 *block_height = 0;
565 *block_height = 4;
569 *block_height = 4;
573 *block_height = 4;
584 int block_width, block_height; local
586 GetRgbUBwcBlockSize(bpp, &block_width, &block_height);
587 if (!block_width || !block_height) {
593 meta_height = ALIGN(((height + block_height - 1) / block_height), 16)
    [all...]
  /hardware/qcom/display/msm8909w_3100/libgralloc1/
gr_utils.cpp 557 void GetRgbUBwcBlockSize(uint32_t bpp, int *block_width, int *block_height) {
559 *block_height = 0;
565 *block_height = 4;
569 *block_height = 4;
573 *block_height = 4;
584 int block_width, block_height; local
586 GetRgbUBwcBlockSize(bpp, &block_width, &block_height);
587 if (!block_width || !block_height) {
593 meta_height = ALIGN(((height + block_height - 1) / block_height), 16)
    [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) {
657 *block_height = 0;
663 *block_height = 4;
667 *block_height = 4;
671 *block_height = 4;
682 int block_width, block_height; local
684 GetRgbUBwcBlockSize(bpp, &block_width, &block_height);
685 if (!block_width || !block_height) {
691 meta_height = ALIGN(((height + block_height - 1) / block_height), 16)
    [all...]
  /hardware/qcom/display/msm8998/libgralloc1/
gr_allocator.cpp 657 void Allocator::GetRgbUBwcBlockSize(uint32_t bpp, int *block_width, int *block_height) {
659 *block_height = 0;
665 *block_height = 4;
669 *block_height = 4;
673 *block_height = 4;
684 int block_width, block_height; local
686 GetRgbUBwcBlockSize(bpp, &block_width, &block_height);
687 if (!block_width || !block_height) {
693 meta_height = ALIGN(((height + block_height - 1) / block_height), 16)
    [all...]
  /external/tensorflow/tensorflow/contrib/lite/toco/graph_transformations/
propagate_fixed_sizes.cc 877 auto block_height = block_shape_data[0]; local
926 auto block_height = block_shape_data[0]; 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/llvmpipe/
lp_state_fs.c 867 unsigned block_height,
874 unsigned row_size = dst_count / block_height;
878 assert((block_width * block_height) % dst_count == 0);
912 unsigned block_height,
1707 const unsigned block_height = LP_RASTER_BLOCK_SIZE; local
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_encodeframe.c 284 const int block_height = local
290 for (j = 0; j < block_height; ++j)
441 const int block_height = num_8x8_blocks_high_lookup[bsize]; local
443 assert(block_height == block_width);
455 mi_row + block_height / 2 < cm->mi_rows &&
472 mi_row + block_height / 2 < cm->mi_rows &&
479 if (mi_row + block_height / 2 < cm->mi_rows) {
500 set_block_size(cpi, x, xd, mi_row + block_height / 2, mi_col, subsize);
1413 const int block_height = num_8x8_blocks_high_lookup[BLOCK_64X64]; local
    [all...]

Completed in 1233 milliseconds