HomeSort by relevance Sort by last modified time
    Searched full:block_width (Results 1 - 25 of 28) sorted by null

1 2

  /external/libvpx/libvpx/test/
vp9_subtract_test.cc 44 const int block_width = 4 << b_width_log2(bsize); local
47 vpx_memalign(16, sizeof(*diff) * block_width * block_height * 2));
49 vpx_memalign(16, block_width * block_height * 2));
51 vpx_memalign(16, block_width * block_height * 2));
55 for (int c = 0; c < block_width * 2; ++c) {
56 src[r * block_width * 2 + c] = rnd.Rand8();
57 pred[r * block_width * 2 + c] = rnd.Rand8();
61 GetParam()(block_height, block_width, diff, block_width,
62 src, block_width, pred, block_width)
    [all...]
pp_filter_test.cc 43 const int block_width = 16; local
47 const int input_width = block_width;
53 const int output_width = block_width + 16;
67 reinterpret_cast<uint8_t *>(vpx_memalign(16, block_width));
68 (void)vpx_memset(flimits, 255, block_width);
76 for (int j = 0; j < block_width; ++j) {
86 output_stride, block_width, flimits, 16));
94 for (int j = 0; j < block_width; ++j) {
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xvmc/tests/
test_rendering.c 34 #define BLOCK_WIDTH 8
36 #define BLOCK_SIZE (BLOCK_WIDTH * BLOCK_HEIGHT)
39 #define MACROBLOCK_WIDTH_IN_BLOCKS (MACROBLOCK_WIDTH / BLOCK_WIDTH)
111 for (x = 0; x < BLOCK_WIDTH; ++x) {
112 *block = (short)(start + range * (x / (float)(BLOCK_WIDTH - 1)));
121 for (x = 0; x < BLOCK_WIDTH; ++x) {
122 *block = (short)(start + range * (y / (float)(BLOCK_WIDTH - 1)));
221 (short)(start + range * ((mbx * MACROBLOCK_WIDTH + bx * BLOCK_WIDTH) / (float)(INPUT_WIDTH - 1))),
222 (short)(start + range * ((mbx * MACROBLOCK_WIDTH + bx * BLOCK_WIDTH + BLOCK_WIDTH - 1) / (float)(INPUT_WIDTH - 1)))
    [all...]
  /external/mesa3d/src/gallium/state_trackers/xvmc/tests/
test_rendering.c 34 #define BLOCK_WIDTH 8
36 #define BLOCK_SIZE (BLOCK_WIDTH * BLOCK_HEIGHT)
39 #define MACROBLOCK_WIDTH_IN_BLOCKS (MACROBLOCK_WIDTH / BLOCK_WIDTH)
111 for (x = 0; x < BLOCK_WIDTH; ++x) {
112 *block = (short)(start + range * (x / (float)(BLOCK_WIDTH - 1)));
121 for (x = 0; x < BLOCK_WIDTH; ++x) {
122 *block = (short)(start + range * (y / (float)(BLOCK_WIDTH - 1)));
221 (short)(start + range * ((mbx * MACROBLOCK_WIDTH + bx * BLOCK_WIDTH) / (float)(INPUT_WIDTH - 1))),
222 (short)(start + range * ((mbx * MACROBLOCK_WIDTH + bx * BLOCK_WIDTH + BLOCK_WIDTH - 1) / (float)(INPUT_WIDTH - 1)))
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_format.h 51 unsigned *block_width,
svga_format.c 587 * block_width and block_height are one for uncompressed formats and
594 unsigned *block_width,
598 *block_width = *block_height = 1;
641 *block_width = *block_height = 4;
648 *block_width = *block_height = 4;
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_tile.h 38 void get_tile_size(gl_format format, unsigned *block_width, unsigned *block_height);
radeon_tile.c 476 void get_tile_size(gl_format format, unsigned *block_width, unsigned *block_height)
481 *block_width = 1;
485 *block_width = 2;
489 *block_width = 4;
495 *block_width = 4;
500 *block_width = 8;
505 *block_width = 8;
  /external/mesa3d/src/gallium/drivers/svga/
svga_format.h 51 unsigned *block_width,
svga_format.c 587 * block_width and block_height are one for uncompressed formats and
594 unsigned *block_width,
598 *block_width = *block_height = 1;
641 *block_width = *block_height = 4;
648 *block_width = *block_height = 4;
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_tile.h 38 void get_tile_size(gl_format format, unsigned *block_width, unsigned *block_height);
radeon_tile.c 476 void get_tile_size(gl_format format, unsigned *block_width, unsigned *block_height)
481 *block_width = 1;
485 *block_width = 2;
489 *block_width = 4;
495 *block_width = 4;
500 *block_width = 8;
505 *block_width = 8;
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_format_parse.py 107 def __init__(self, name, layout, block_width, block_height, channels, swizzles, colorspace):
110 self.block_width = block_width
251 block_width, block_height = map(int, fields[2:4])
301 format = Format(name, layout, block_width, block_height, channels, swizzles, colorspace)
u_format_table.py 103 print " {%u, %u, %u},\t/* block */" % (format.block_width, format.block_height, format.block_size())
  /external/mesa3d/src/gallium/auxiliary/util/
u_format_parse.py 107 def __init__(self, name, layout, block_width, block_height, channels, swizzles, colorspace):
110 self.block_width = block_width
251 block_width, block_height = map(int, fields[2:4])
301 format = Format(name, layout, block_width, block_height, channels, swizzles, colorspace)
u_format_table.py 103 print " {%u, %u, %u},\t/* block */" % (format.block_width, format.block_height, format.block_size())
  /packages/apps/Camera/jni/feature_stab/db_vlvm/
db_feature_detection.h 78 int block_width,int block_height,unsigned long area_factor,
166 int block_width,int block_height,unsigned long area_factor,
db_feature_detection.cpp 1590 int block_width,block_height; local
1689 int block_width,block_height; local
    [all...]
  /packages/apps/Camera2/jni/feature_stab/db_vlvm/
db_feature_detection.h 78 int block_width,int block_height,unsigned long area_factor,
166 int block_width,int block_height,unsigned long area_factor,
db_feature_detection.cpp 1590 int block_width,block_height; local
1689 int block_width,block_height; local
    [all...]
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_feature_detection.h 78 int block_width,int block_height,unsigned long area_factor,
166 int block_width,int block_height,unsigned long area_factor,
db_feature_detection.cpp 1590 int block_width,block_height; local
1689 int block_width,block_height; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_sample.c     [all...]
lp_bld_format_soa.c 306 * be in [0, block_width-1] and j will be in [0, block_height-1].
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_sample.c     [all...]

Completed in 580 milliseconds

1 2