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

1 2

  /external/libvpx/libvpx/test/
vp9_subtract_test.cc 45 const int block_height = 4 * num_4x4_blocks_high_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));
54 for (int r = 0; r < block_height; ++r) {
61 GetParam()(block_height, block_width, diff, block_width,
64 for (int r = 0; r < block_height; ++r) {
74 GetParam()(block_height, block_width, diff, block_width * 2,
77 for (int r = 0; r < block_height; ++r) {
pp_filter_test.cc 42 const int block_height = 16; local
46 const int input_height = block_height + 4;
52 const int output_height = block_height;
73 for (int i = 0; i < block_height; ++i) {
87 static const uint8_t expected_data[block_height] = {
92 for (int i = 0; i < block_height; ++i) {
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/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,
62 for (int r = 0; r < block_height; ++r) {
72 GetParam()(block_height, block_width, diff, block_width * 2,
75 for (int r = 0; r < block_height; ++r) {
pp_filter_test.cc 42 const int block_height = 16; local
46 const int input_height = block_height + 4;
52 const int output_height = block_height;
73 for (int i = 0; i < block_height; ++i) {
86 static const uint8_t expected_data[block_height] = {
91 for (int i = 0; i < block_height; ++i) {
  /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)
482 *block_height = 1;
486 *block_height = 2;
490 *block_height = 2;
496 *block_height = 4;
501 *block_height = 2;
506 *block_height = 4;
  /external/mesa3d/src/gallium/drivers/svga/
svga_format.h 52 unsigned *block_height,
svga_format.c 587 * block_width and block_height are one for uncompressed formats and
595 unsigned *block_height,
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,
  /hardware/qcom/display/msm8994/libgralloc/
alloc_controller.cpp 821 static void getUBwcBlockSize(int bpp, int& block_width, int& block_height)
824 block_height = 0;
831 block_height = 4;
835 block_height = 4;
839 block_height = 4;
851 int block_width, block_height; local
853 getUBwcBlockSize(bpp, block_width, block_height);
855 if (!block_width || !block_height) {
861 meta_height = ALIGN(((height + block_height - 1) / block_height), 16)
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_format_parse.py 107 def __init__(self, name, layout, block_width, block_height, channels, swizzles, colorspace):
111 self.block_height = block_height
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/libvpx/libvpx/vp9/encoder/x86/
vp9_temporal_filter_apply_sse2.asm 19 ; unsigned int block_height, | 4
36 %define block_height 16
49 mov [rsp + block_height], rdx
77 imul rcx, [rsp + block_height]
  /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) {
683 *block_height = 0;
689 *block_height = 4;
693 *block_height = 4;
697 *block_height = 4;
708 int block_width, block_height; local
710 GetRgbUBwcBlockSize(bpp, &block_width, &block_height);
711 if (!block_width || !block_height) {
717 meta_height = ALIGN(((height + block_height - 1) / block_height), 16)
    [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) {
688 *block_height = 0;
694 *block_height = 4;
698 *block_height = 4;
702 *block_height = 4;
713 int block_width, block_height; local
715 GetRgbUBwcBlockSize(bpp, &block_width, &block_height);
716 if (!block_width || !block_height) {
722 meta_height = ALIGN(((height + block_height - 1) / block_height), 16)
    [all...]
gr_allocator.h 88 void GetRgbUBwcBlockSize(uint32_t bpp, int *block_width, int *block_height);
  /external/libvpx/libvpx/vpx_dsp/x86/
highbd_subpel_variance_impl_sse2.asm 112 %define block_height heightd
122 %define block_height dword heightm
140 %define block_height heightd
163 %define block_height heightd
166 %define block_height dword heightm
172 %define block_height heightd
184 sar block_height, 1
233 dec block_height
284 dec block_height
382 dec block_height
    [all...]
subpel_variance_sse2.asm 128 %define block_height heightd
138 %define block_height dword heightm
156 %define block_height heightd
179 %define block_height heightd
182 %define block_height dword heightm
188 %define block_height heightd
202 sar block_height, 1
268 dec block_height
340 dec block_height
469 dec block_height
    [all...]
  /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);

Completed in 2340 milliseconds

1 2