Home
last modified time | relevance | path

Searched defs:height (Results 1 – 25 of 2754) sorted by relevance

12345678910>>...111

/external/libvpx/libvpx/vpx_dsp/ppc/
Dsad_vsx.c26 #define SAD8(height) \ argument
44 #define SAD16(height) \ argument
62 #define SAD32(height) \ argument
81 #define SAD64(height) \ argument
114 #define SAD16AVG(height) \ argument
125 #define SAD32AVG(height) \ argument
136 #define SAD64AVG(height) \ argument
171 #define SAD16_4D(height) \ argument
195 #define SAD32_4D(height) \ argument
222 #define SAD64_4D(height) \ argument
/external/libvpx/libvpx/test/
Dbuffer.h29 Buffer(int width, int height, int top_padding, int left_padding, in Buffer()
36 Buffer(int width, int height, int top_padding, int left_padding, in Buffer()
44 Buffer(int width, int height, int padding) in Buffer()
50 Buffer(int width, int height, int padding, unsigned int alignment) in Buffer()
161 for (int height = 0; height < height_; ++height) { in Set() local
173 for (int height = 0; height < height_; ++height) { in Set() local
190 for (int height = 0; height < height_; ++height) { in Set() local
210 for (int height = 0; height < height_; ++height) { in CopyFrom() local
222 for (int height = 0; height < height_ + top_padding_ + bottom_padding_; in DumpBuffer() local
246 for (int height = 0; height < height_; ++height) { in PrintDifference() local
[all …]
/external/doclava/res/assets/templates/assets/
Ddoclava-developer-docs.js93 $("#swapper").css({height:swapperHeight + "px"}); property
94 sidenav.css({height:windowHeight + "px"}); property
95 content.css({height:windowHeight + "px"}); property
96 resizePackagesNav.css({maxHeight:swapperHeight + "px", height:packageHeight}); property
97 classesNav.css({height:swapperHeight - parseInt(packageHeight) + "px"}); property
98 …$("#packages-nav").css({height:parseInt(packageHeight) - 6 + "px"}); //move 6px to give space for … property
99 devdocNav.css({height:sidenav.css("height")}); property
100 $("#nav-tree").css({height:swapperHeight + "px"}); property
237 classesNav.css({height:swapperHeight - parseInt(resizePackagesNav.css("height")) + "px"}); property
239 $("#swapper").css({height:swapperHeight + "px"}); property
[all …]
/external/tensorflow/tensorflow/compiler/xla/
Darray4d.h58 Array4D(int64 planes, int64 depth, int64 height, int64 width) in Array4D()
62 Array4D(int64 planes, int64 depth, int64 height, int64 width, T value) in Array4D()
71 Array4D(int64 planes, int64 depth, int64 height, int64 width, in Array4D()
104 int64 height() const { return this->dim(2); } in height() function
114 for (int64 height = 0; height < this->height(); ++height) { in FillWithYX() local
127 for (int64 height = 0; height < this->height(); ++height) { in FillWithPZ() local
145 for (int64 height = 0; height < this->height(); ++height) { in FillWithMinorDimNum() local
/external/libaom/libaom/third_party/libyuv/source/
Dconvert_argb.cc30 int width, int height) { in ARGBCopy()
53 int width, int height) { in I444ToARGB()
121 int width, int height) { in I422ToARGB()
198 int width, int height) { in I411ToARGB()
264 int width, int height) { in I400ToARGB()
323 int width, int height) { in J400ToARGB()
395 int width, int height) { in BGRAToARGB()
406 int width, int height) { in ARGBToBGRA()
417 int width, int height) { in ABGRToARGB()
428 int width, int height) { in ARGBToABGR()
[all …]
Dplanar_functions.cc30 int width, int height) { in CopyPlane()
81 int width, int height) { in CopyPlane_16()
128 int width, int height) { in I422Copy()
159 int width, int height) { in I444Copy()
186 int width, int height) { in I400ToI400()
206 int width, int height) { in I420ToI400()
223 int width, int height) { in MirrorPlane()
287 int width, int height) { in YUY2ToI422()
359 int width, int height) { in UYVYToI422()
429 int width, int height) { in I400Mirror()
[all …]
Drotate.cc27 int width, int height) { in TransposePlane()
79 int width, int height) { in RotatePlane90()
91 int width, int height) { in RotatePlane270()
103 int width, int height) { in RotatePlane180()
195 int width, int height) { in TransposeUV()
242 int width, int height) { in RotateUV90()
256 int width, int height) { in RotateUV270()
273 int width, int height) { in RotateUV180()
308 int width, int height, in RotatePlane()
356 int width, int height, in I420Rotate()
[all …]
Dconvert_from_argb.cc29 int width, int height) { in ARGBToI444()
110 int width, int height) { in ARGBToI422()
191 int width, int height) { in ARGBToI411()
262 int width, int height) { in ARGBToNV12()
371 int width, int height) { in ARGBToNV21()
479 int width, int height) { in ARGBToYUY2()
586 int width, int height) { in ARGBToUYVY()
693 int width, int height) { in ARGBToI400()
754 int width, int height) { in ARGBToRGBA()
765 int width, int height) { in ARGBToRGB24()
[all …]
/external/libchrome/ui/gfx/geometry/
Dsize.h28 constexpr Size(int width, int height) in Size()
45 constexpr int height() const { return height_; } in height() function
48 void set_height(int height) { height_ = height < 0 ? 0 : height; } in set_height()
55 void SetSize(int width, int height) { in SetSize()
/external/libyuv/files/source/
Dconvert_argb.cc34 int height) { in ARGBCopy()
61 int height) { in I420ToARGBMatrix()
141 int height) { in I420ToARGB()
158 int height) { in I420ToABGR()
177 int height) { in J420ToARGB()
194 int height) { in J420ToABGR()
213 int height) { in H420ToARGB()
230 int height) { in H420ToABGR()
249 int height) { in I422ToARGBMatrix()
334 int height) { in I422ToARGB()
[all …]
Dplanar_functions.cc34 int height) { in CopyPlane()
95 int height) { in CopyPlane_16()
148 int height) { in I422Copy()
187 int height) { in I444Copy()
217 int height) { in I400ToI400()
242 int height) { in I420ToI400()
271 int height) { in SplitUVPlane()
342 int height) { in MergeUVPlane()
408 int height) { in MirrorPlane()
477 int height) { in YUY2ToI422()
[all …]
Dconvert_from_argb.cc34 int height) { in ARGBToI444()
142 int height) { in ARGBToI422()
253 int height) { in ARGBToNV12()
404 int height) { in ARGBToNV21()
553 int height) { in ARGBToYUY2()
697 int height) { in ARGBToUYVY()
841 int height) { in ARGBToI400()
919 int height) { in ARGBToRGBA()
931 int height) { in ARGBToRGB24()
989 int height) { in ARGBToRAW()
[all …]
/external/libvpx/libvpx/third_party/libyuv/source/
Dconvert_argb.cc34 int height) { in ARGBCopy()
61 int height) { in I420ToARGBMatrix()
132 int height) { in I420ToARGB()
149 int height) { in I420ToABGR()
168 int height) { in J420ToARGB()
185 int height) { in J420ToABGR()
204 int height) { in H420ToARGB()
221 int height) { in H420ToABGR()
240 int height) { in I422ToARGBMatrix()
316 int height) { in I422ToARGB()
[all …]
Dconvert_from_argb.cc34 int height) { in ARGBToI444()
134 int height) { in ARGBToI422()
230 int height) { in ARGBToNV12()
366 int height) { in ARGBToNV21()
500 int height) { in ARGBToYUY2()
637 int height) { in ARGBToUYVY()
774 int height) { in ARGBToI400()
844 int height) { in ARGBToRGBA()
856 int height) { in ARGBToRGB24()
930 int height) { in ARGBToRAW()
[all …]
Dplanar_functions.cc34 int height) { in CopyPlane()
91 int height) { in CopyPlane_16()
132 int height) { in Convert16To8Plane()
182 int height) { in Convert8To16Plane()
239 int height) { in I422Copy()
278 int height) { in I444Copy()
308 int height) { in I400ToI400()
333 int height) { in I420ToI400()
362 int height) { in SplitUVPlane()
431 int height) { in MergeUVPlane()
[all …]
/external/virglrenderer/src/gallium/auxiliary/util/
Du_format_latc.c38 … unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height) in util_format_latc1_unorm_unpack_rgba_8unorm()
45 unsigned src_stride, unsigned width, unsigned height) in util_format_latc1_unorm_pack_rgba_8unorm()
51 … unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height) in util_format_latc1_unorm_unpack_rgba_float()
56 …w, unsigned dst_stride, const float *src_row, unsigned src_stride, unsigned width, unsigned height) in util_format_latc1_unorm_pack_rgba_float()
73 … unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height) in util_format_latc1_snorm_unpack_rgba_8unorm()
79 … unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height) in util_format_latc1_snorm_pack_rgba_8unorm()
85 …w, unsigned dst_stride, const float *src_row, unsigned src_stride, unsigned width, unsigned height) in util_format_latc1_snorm_pack_rgba_float()
90 … unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height) in util_format_latc1_snorm_unpack_rgba_float()
106 … unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height) in util_format_latc2_unorm_unpack_rgba_8unorm()
112 … unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height) in util_format_latc2_unorm_pack_rgba_8unorm()
[all …]
/external/mesa3d/src/gallium/auxiliary/util/
Du_format_s3tc.c122 unsigned width, unsigned height, in util_format_dxtn_rgb_unpack_rgba_8unorm()
151 unsigned width, unsigned height) in util_format_dxt1_rgb_unpack_rgba_8unorm()
163 unsigned width, unsigned height) in util_format_dxt1_rgba_unpack_rgba_8unorm()
175 unsigned width, unsigned height) in util_format_dxt3_rgba_unpack_rgba_8unorm()
187 unsigned width, unsigned height) in util_format_dxt5_rgba_unpack_rgba_8unorm()
199 unsigned width, unsigned height, in util_format_dxtn_rgb_unpack_rgba_float()
234 unsigned width, unsigned height) in util_format_dxt1_rgb_unpack_rgba_float()
246 unsigned width, unsigned height) in util_format_dxt1_rgba_unpack_rgba_float()
258 unsigned width, unsigned height) in util_format_dxt3_rgba_unpack_rgba_float()
270 unsigned width, unsigned height) in util_format_dxt5_rgba_unpack_rgba_float()
[all …]
Du_format_zs.c117 unsigned width, unsigned height) in util_format_s8_uint_unpack_s_8uint()
130 unsigned width, unsigned height) in util_format_s8_uint_pack_s_8uint()
143 unsigned width, unsigned height) in util_format_z16_unorm_unpack_z_float()
161 unsigned width, unsigned height) in util_format_z16_unorm_pack_z_float()
180 unsigned width, unsigned height) in util_format_z16_unorm_unpack_z_32unorm()
198 unsigned width, unsigned height) in util_format_z16_unorm_pack_z_32unorm()
217 unsigned width, unsigned height) in util_format_z32_unorm_unpack_z_float()
235 unsigned width, unsigned height) in util_format_z32_unorm_pack_z_float()
254 unsigned width, unsigned height) in util_format_z32_unorm_unpack_z_32unorm()
267 unsigned width, unsigned height) in util_format_z32_unorm_pack_z_32unorm()
[all …]
Du_format_yuv.c44 unsigned width, unsigned height) in util_format_r8g8_b8g8_unorm_unpack_rgba_float()
98 unsigned width, unsigned height) in util_format_r8g8_b8g8_unorm_unpack_rgba_8unorm()
152 unsigned width, unsigned height) in util_format_r8g8_b8g8_unorm_pack_rgba_float()
201 unsigned width, unsigned height) in util_format_r8g8_b8g8_unorm_pack_rgba_8unorm()
264 unsigned width, unsigned height) in util_format_g8r8_g8b8_unorm_unpack_rgba_float()
318 unsigned width, unsigned height) in util_format_g8r8_g8b8_unorm_unpack_rgba_8unorm()
372 unsigned width, unsigned height) in util_format_g8r8_g8b8_unorm_pack_rgba_float()
421 unsigned width, unsigned height) in util_format_g8r8_g8b8_unorm_pack_rgba_8unorm()
484 unsigned width, unsigned height) in util_format_uyvy_unpack_rgba_float()
532 unsigned width, unsigned height) in util_format_uyvy_unpack_rgba_8unorm()
[all …]
/external/webrtc/talk/media/webrtc/
Dsimulcast.cc41 int height; member
85 void MaybeExchangeWidthHeight(int* width, int* height) { in MaybeExchangeWidthHeight()
95 int FindSimulcastFormatIndex(int width, int height) { in FindSimulcastFormatIndex()
107 int FindSimulcastFormatIndex(int width, int height, size_t max_layers) { in FindSimulcastFormatIndex()
127 size_t FindSimulcastMaxLayers(int width, int height) { in FindSimulcastMaxLayers()
138 int FindSimulcastMaxBitrateBps(int width, int height, size_t max_layers) { in FindSimulcastMaxBitrateBps()
147 int height, in FindSimulcastTargetBitrateBps()
156 int FindSimulcastMinBitrateBps(int width, int height, size_t max_layers) { in FindSimulcastMinBitrateBps()
164 bool SlotSimulcastMaxResolution(size_t max_layers, int* width, int* height) { in SlotSimulcastMaxResolution()
190 int height, in GetSimulcastConfig()
/external/libyuv/files/unit_test/
Dunit_test.cc72 const char* height = getenv("LIBYUV_HEIGHT"); in LibYUVConvertTest() local
131 const char* height = getenv("LIBYUV_HEIGHT"); in LibYUVColorTest() local
190 const char* height = getenv("LIBYUV_HEIGHT"); in LibYUVScaleTest() local
249 const char* height = getenv("LIBYUV_HEIGHT"); in LibYUVRotateTest() local
308 const char* height = getenv("LIBYUV_HEIGHT"); in LibYUVPlanarTest() local
367 const char* height = getenv("LIBYUV_HEIGHT"); in LibYUVBaseTest() local
/external/mesa3d/src/mesa/main/
Ddrawtex.c32 GLfloat width, GLfloat height) in draw_texture()
57 _mesa_DrawTexfOES(GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat height) in _mesa_DrawTexfOES()
73 _mesa_DrawTexiOES(GLint x, GLint y, GLint z, GLint width, GLint height) in _mesa_DrawTexiOES()
91 _mesa_DrawTexsOES(GLshort x, GLshort y, GLshort z, GLshort width, GLshort height) in _mesa_DrawTexsOES()
109 _mesa_DrawTexx(GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height) in _mesa_DrawTexx()
/external/webrtc/webrtc/common_video/
Dvideo_frame_buffer.cc28 I420Buffer::I420Buffer(int width, int height) in I420Buffer()
33 int height, in I420Buffer()
59 int I420Buffer::height() const { in height() function in webrtc::I420Buffer
109 int height) in NativeHandleBuffer()
120 int NativeHandleBuffer::height() const { in height() function in webrtc::NativeHandleBuffer
139 int height, in WrappedI420Buffer()
166 int WrappedI420Buffer::height() const { in height() function in webrtc::WrappedI420Buffer
/external/glide/library/src/main/java/com/bumptech/glide/load/engine/bitmap_recycle/
DAttributeStrategy.java21 public Bitmap get(int width, int height, Bitmap.Config config) { in get()
38 public String logBitmap(int width, int height, Bitmap.Config config) { in logBitmap()
56 private static String getBitmapString(int width, int height, Bitmap.Config config) { in getBitmapString()
62 public Key get(int width, int height, Bitmap.Config config) { in get()
78 private int height; field in AttributeStrategy.Key
86 public void init(int width, int height, Bitmap.Config config) { in init()
/external/libvpx/libvpx/vpx_dsp/mips/
Dsad_msa.c25 int32_t height) { in sad_4width_msa()
51 int32_t height) { in sad_8width_msa()
72 int32_t height) { in sad_16width_msa()
96 int32_t height) { in sad_32width_msa()
132 int32_t height) { in sad_64width_msa()
164 int32_t height, uint32_t *sad_array) { in sad_4width_x3_msa()
205 int32_t height, uint32_t *sad_array) { in sad_8width_x3_msa()
240 int32_t height, uint32_t *sad_array) { in sad_16width_x3_msa()
288 int32_t height, uint32_t *sad_array) { in sad_4width_x8_msa()
369 int32_t height, uint32_t *sad_array) { in sad_8width_x8_msa()
[all …]

12345678910>>...111