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

1 2 3 4 5

  /external/libyuv/files/unit_test/
scale_argb_test.cc 20 static int ARGBTestFilter(int src_width, int src_height,
24 int src_argb_plane_size = (src_width + b * 2) * (src_height + b * 2) * 4;
36 for (i = b; i < (src_height + b); ++i) {
50 src_width, src_height,
55 src_width, src_height,
63 src_width, src_height,
73 src_width, src_height,
106 const int src_height = 720; local
108 const int dst_height = src_height / 2;
111 int max_diff = ARGBTestFilter(src_width, src_height,
121 const int src_height = 720; local
136 const int src_height = 720; local
151 const int src_height = 720; local
166 const int src_height = 720; local
181 const int src_height = 720; local
196 int src_height = 720; local
211 int src_height = 720; local
226 int src_height = 1800; local
242 int src_height = 720; local
    [all...]
scale_test.cc 20 static int TestFilter(int src_width, int src_height,
25 int src_height_uv = (src_height + rounding) >> 1;
27 int src_y_plane_size = (src_width + b * 2) * (src_height + b * 2);
49 for (i = b; i < (src_height + b); ++i) {
74 src_width, src_height,
83 src_width, src_height,
95 src_width, src_height,
109 src_width, src_height,
167 const int src_height = 720; local
169 const int dst_height = src_height / 2
182 const int src_height = 720; local
197 const int src_height = 720; local
212 const int src_height = 720; local
227 const int src_height = 720; local
242 const int src_height = 720; local
257 int src_height = 720; local
272 int src_height = 720; local
287 int src_height = 1800; local
302 int src_height = 720; local
317 int src_height = 720; local
333 int src_height = 557; local
348 int src_height = 557; local
363 int src_height = 552; local
    [all...]
rotate_argb_test.cc 20 static int ARGBTestRotate(int src_width, int src_height,
24 int src_argb_plane_size = (src_width + b * 2) * (src_height + b * 2) * 4;
36 for (i = b; i < (src_height + b); ++i) {
51 src_width, src_height, mode);
55 src_width, src_height, mode);
62 src_width, src_height, mode);
71 src_width, src_height, mode);
101 const int src_height = 720; local
105 int err = ARGBTestRotate(src_width, src_height,
113 const int src_height = 720 local
125 const int src_height = 720; local
137 const int src_height = 720; local
149 const int src_height = 719; local
161 const int src_height = 719; local
173 const int src_height = 719; local
185 const int src_height = 719; local
    [all...]
  /external/libvpx/libvpx/third_party/libyuv/source/
scale.cc 36 static void ScalePlaneDown2(int src_width, int src_height,
108 static void ScalePlaneDown2_16(int src_width, int src_height,
162 static void ScalePlaneDown4(int src_width, int src_height,
222 static void ScalePlaneDown4_16(int src_width, int src_height,
269 static void ScalePlaneDown34(int src_width, int src_height,
366 static void ScalePlaneDown34_16(int src_width, int src_height,
461 static void ScalePlaneDown38(int src_width, int src_height,
557 static void ScalePlaneDown38_16(int src_width, int src_height,
732 static void ScalePlaneBox(int src_width, int src_height,
742 const int max_y = (src_height << 16)
    [all...]
scale_argb.cc 33 static void ScaleARGBDown2(int src_width, int src_height,
93 static void ScaleARGBDown4Box(int src_width, int src_height,
140 static void ScaleARGBDownEven(int src_width, int src_height,
153 assert(IS_ALIGNED(src_height, 2));
187 static void ScaleARGBBilinearDown(int src_width, int src_height,
272 const int max_y = (src_height - 1) << 16;
297 static void ScaleARGBBilinearUp(int src_width, int src_height,
310 const int max_y = (src_height - 1) << 16;
405 if (src_height > 1) {
442 static void ScaleYUVToARGBBilinearUp(int src_width, int src_height,
    [all...]
convert_to_argb.cc 28 // src_height is used to compute location of planes, and indicate inversion
35 int src_width, int src_height,
43 int abs_src_height = (src_height < 0) ? -src_height : src_height;
61 src_height == 0 || crop_height == 0) {
64 if (src_height < 0) {
156 src_uv = sample + aligned_src_width * (src_height + crop_y / 2) + crop_x;
164 src_uv = sample + aligned_src_width * (src_height + crop_y / 2) + crop_x;
convert_to_i420.cc 24 // src_height is used to compute location of planes, and indicate inversion
34 int src_width, int src_height,
42 int abs_src_height = (src_height < 0) ? -src_height : src_height;
59 src_height == 0 || crop_height == 0) {
62 if (src_height < 0) {
186 src_uv = sample + (src_width * src_height) +
197 src_uv = sample + (src_width * src_height) +
  /external/libvpx/libvpx/third_party/libyuv/include/libyuv/
scale.h 32 int src_width, int src_height,
39 int src_width, int src_height,
58 int src_width, int src_height,
69 int src_width, int src_height,
81 int src_width, int src_height,
89 int ScaleOffset(const uint8* src_i420, int src_width, int src_height,
scale_argb.h 24 int src_width, int src_height,
32 int src_width, int src_height,
45 int src_width, int src_height,
rotate_argb.h 26 int src_width, int src_height, enum RotationMode mode);
rotate.h 42 int src_width, int src_height, enum RotationMode mode);
51 int src_width, int src_height, enum RotationMode mode);
57 int src_width, int src_height, enum RotationMode mode);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libyuv/include/libyuv/
scale.h 41 int src_width, int src_height,
51 int src_width, int src_height,
58 int ScaleOffset(const uint8* src, int src_width, int src_height,
  /external/libyuv/files/include/libyuv/
scale.h 31 int src_width, int src_height,
50 int src_width, int src_height,
61 int src_width, int src_height,
69 int ScaleOffset(const uint8* src, int src_width, int src_height,
rotate_argb.h 26 int src_width, int src_height, RotationMode mode);
scale_argb.h 24 int src_width, int src_height,
  /external/webp/src/utils/
rescaler.c 22 void WebPRescalerInit(WebPRescaler* const wrk, int src_width, int src_height,
27 const int y_add = src_height, y_sub = dst_height;
29 wrk->y_expand = (src_height < dst_height);
31 wrk->src_height = src_height;
73 int WebPRescalerGetScaledDimensions(int src_width, int src_height,
84 width = (src_width * height + src_height / 2) / src_height;
88 height = (src_height * width + src_width / 2) / src_width;
rescaler.h 41 int src_width, src_height; // source dimensions member in struct:WebPRescaler
51 int src_width, int src_height,
61 int WebPRescalerGetScaledDimensions(int src_width, int src_height,
81 return (rescaler->src_y >= rescaler->src_height);
  /external/webrtc/talk/media/webrtc/
webrtcvideoframefactory_unittest.cc 63 int src_height,
68 EXPECT_EQ(dest_frame->GetHeight(), src_height);
73 EXPECT_EQ(dest_frame->GetWidth(), src_height);
77 EXPECT_EQ(dest_frame->GetHeight(), src_height);
  /external/webrtc/talk/media/base/
videoframe.cc 108 int32_t src_height = static_cast<int>(GetHeight()); local
115 src_width, src_height) == 0;
165 size_t src_height = GetHeight(); local
166 if (width == src_width && height == src_height) {
176 if (src_width * height > src_height * width) {
178 src_width = ROUNDTO2(src_height * width / height);
183 } else if (src_width * height < src_height * width) {
185 src_height = src_width * height / width;
187 static_cast<int32_t>((GetHeight() - src_height) >> 2);
198 static_cast<int>(src_width), static_cast<int>(src_height),
    [all...]
  /external/libyuv/files/source/
scale_argb.cc 794 static void ScaleARGBDown2(int /* src_width */, int /* src_height */,
827 static void ScaleARGBDownEven(int src_width, int src_height,
833 assert(IS_ALIGNED(src_height, 2));
847 int row_step = src_height / dst_height;
861 static void ScaleARGBBilinear(int src_width, int src_height,
886 int dy = (src_height << 16) / dst_height;
889 int maxy = (src_height > 1) ? ((src_height - 1) << 16) - 1 : 0;
    [all...]
scale.cc 873 int src_height) {
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_blit.c 400 unsigned src_width, unsigned src_height,
410 calc_tex_coords(src_width, src_height,
448 * @param[in] src_height source image height
469 unsigned src_height,
499 if (reg_height + src_y_offset > src_height)
500 reg_height = src_height - src_y_offset;
517 src_width, src_height, src_pitch,
538 emit_tx_setup(r200, src_mesaformat, dst_mesaformat, src_bo, src_offset, src_width, src_height, src_pitch);
542 emit_draw_packet(r200, src_width, src_height,
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_blit.c 275 unsigned src_width, unsigned src_height,
285 calc_tex_coords(src_width, src_height,
326 * @param[in] src_height source image height
347 unsigned src_height,
377 if (reg_height + src_y_offset > src_height)
378 reg_height = src_height - src_y_offset;
395 src_width, src_height, src_pitch, src_offset,
416 emit_tx_setup(r100, src_mesaformat, src_bo, src_offset, src_width, src_height, src_pitch);
420 emit_draw_packet(r100, src_width, src_height,
  /external/mesa3d/src/mesa/main/
texcompress_etc.c 89 * \param src_height in pixels
98 unsigned src_height)
102 src_width, src_height);
  /external/webrtc/webrtc/common_video/libyuv/
scaler.cc 30 int Scaler::Set(int src_width, int src_height,
35 if (src_width < 1 || src_height < 1 || dst_width < 1 || dst_height < 1)
42 src_height_ = src_height;

Completed in 541 milliseconds

1 2 3 4 5