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

1 2

  /external/libvpx/libvpx/test/
vp9_subtract_test.cc 44 const int block_width = 4 * num_4x4_blocks_wide_lookup[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 41 const int block_width = 16; local
45 const int input_width = block_width;
51 const int output_width = block_width + 16;
65 reinterpret_cast<uint8_t *>(vpx_memalign(16, block_width));
66 (void)memset(flimits, 255, block_width);
74 for (int j = 0; j < block_width; ++j) {
85 output_stride, block_width, flimits, 16));
93 for (int j = 0; j < block_width; ++j) {
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/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,
60 src, block_width, pred, block_width)
    [all...]
pp_filter_test.cc 41 const int block_width = 16; local
45 const int input_width = block_width;
51 const int output_width = block_width + 16;
65 reinterpret_cast<uint8_t *>(vpx_memalign(16, block_width));
66 (void)vpx_memset(flimits, 255, block_width);
74 for (int j = 0; j < block_width; ++j) {
84 output_stride, block_width, flimits, 16));
92 for (int j = 0; j < block_width; ++j) {
  /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/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;
  /development/perftests/panorama/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,
  /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,
  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_temporal_filter_apply_sse2.asm 18 ; unsigned int block_width, | 3
35 %define block_width 0
47 mov [rsp + block_width], rdx
76 mov rcx, [rsp + block_width]
79 cmp dword ptr [rsp + block_width], 8
186 cmp dword ptr [rsp + block_width], 16
  /hardware/qcom/display/msm8994/libgralloc/
alloc_controller.cpp 821 static void getUBwcBlockSize(int bpp, int& block_width, int& block_height)
823 block_width = 0;
830 block_width = 16;
834 block_width = 8;
838 block_width = 4;
851 int block_width, block_height; local
853 getUBwcBlockSize(bpp, block_width, block_height);
855 if (!block_width || !block_height) {
864 meta_width = ALIGN(((width + block_width - 1) / block_width), 64)
    [all...]
  /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())
  /hardware/qcom/display/msm8996/libgralloc/
alloc_controller.cpp 1037 int block_width, block_height; local
    [all...]
  /hardware/qcom/display/msm8996/libgralloc1/
gr_allocator.cpp 681 void Allocator::GetRgbUBwcBlockSize(uint32_t bpp, int *block_width, int *block_height) {
682 *block_width = 0;
688 *block_width = 16;
692 *block_width = 8;
696 *block_width = 4;
708 int block_width, block_height; local
710 GetRgbUBwcBlockSize(bpp, &block_width, &block_height);
711 if (!block_width || !block_height) {
720 meta_width = ALIGN(((width + block_width - 1) / block_width), 64)
    [all...]
gr_allocator.h 88 void GetRgbUBwcBlockSize(uint32_t bpp, int *block_width, int *block_height);
  /hardware/qcom/display/msmcobalt/libgralloc/
alloc_controller.cpp 1045 int block_width, block_height; local
    [all...]
  /hardware/qcom/display/msmcobalt/libgralloc1/
gr_allocator.cpp 686 void Allocator::GetRgbUBwcBlockSize(uint32_t bpp, int *block_width, int *block_height) {
687 *block_width = 0;
693 *block_width = 16;
697 *block_width = 8;
701 *block_width = 4;
713 int block_width, block_height; local
715 GetRgbUBwcBlockSize(bpp, &block_width, &block_height);
716 if (!block_width || !block_height) {
725 meta_width = ALIGN(((width + block_width - 1) / block_width), 64)
    [all...]
gr_allocator.h 88 void GetRgbUBwcBlockSize(uint32_t bpp, int *block_width, int *block_height);
  /external/libvpx/config/arm/
vp9_rtcd.h 101 void vp9_temporal_filter_apply_c(uint8_t *frame1, unsigned int stride, uint8_t *frame2, unsigned int block_width, unsigned int block_height, int strength, int filter_weight, unsigned int *accumulator, uint16_t *count);
  /external/libvpx/config/generic/
vp9_rtcd.h 101 void vp9_temporal_filter_apply_c(uint8_t *frame1, unsigned int stride, uint8_t *frame2, unsigned int block_width, unsigned int block_height, int strength, int filter_weight, unsigned int *accumulator, uint16_t *count);
  /external/libvpx/config/x86/
vp9_rtcd.h 122 void vp9_temporal_filter_apply_c(uint8_t *frame1, unsigned int stride, uint8_t *frame2, unsigned int block_width, unsigned int block_height, int strength, int filter_weight, unsigned int *accumulator, uint16_t *count);
123 void vp9_temporal_filter_apply_sse2(uint8_t *frame1, unsigned int stride, uint8_t *frame2, unsigned int block_width, unsigned int block_height, int strength, int filter_weight, unsigned int *accumulator, uint16_t *count);
  /external/libvpx/config/x86_64/
vp9_rtcd.h 125 void vp9_temporal_filter_apply_c(uint8_t *frame1, unsigned int stride, uint8_t *frame2, unsigned int block_width, unsigned int block_height, int strength, int filter_weight, unsigned int *accumulator, uint16_t *count);
126 void vp9_temporal_filter_apply_sse2(uint8_t *frame1, unsigned int stride, uint8_t *frame2, unsigned int block_width, unsigned int block_height, int strength, int filter_weight, unsigned int *accumulator, uint16_t *count);
  /external/libvpx/libvpx/vp9/encoder/
vp9_temporal_filter.c 125 unsigned int block_width,
137 for (j = 0; j < block_width; j++, k++) {
162 byte += stride - block_width;
170 unsigned int block_width,
184 for (j = 0; j < block_width; j++, k++) {
209 byte += stride - block_width;

Completed in 477 milliseconds

1 2