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

1 2 3

  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_atom_viewport.c 68 GLfloat half_width = (GLfloat)ctx->Viewport.Width * 0.5f; local
72 st->state.viewport.scale[0] = half_width;
77 st->state.viewport.translate[0] = half_width + x;
  /external/chromium_org/third_party/webrtc/video_engine/
vie_file_image.cc 74 int half_width = (picture.width + 1) / 2; local
76 picture.width, half_width, half_width);
  /external/mesa3d/src/mesa/state_tracker/
st_atom_viewport.c 68 GLfloat half_width = (GLfloat)ctx->Viewport.Width * 0.5f; local
72 st->state.viewport.scale[0] = half_width;
77 st->state.viewport.translate[0] = half_width + x;
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_pipe_wide_line.c 63 const float half_width = 0.5f * stage->draw->rasterizer->line_width; local
94 pos0[1] = pos0[1] - half_width - bias;
95 pos1[1] = pos1[1] + half_width - bias;
96 pos2[1] = pos2[1] - half_width - bias;
97 pos3[1] = pos3[1] + half_width - bias;
117 pos0[0] = pos0[0] - half_width + bias;
118 pos1[0] = pos1[0] + half_width + bias;
119 pos2[0] = pos2[0] - half_width + bias;
120 pos3[0] = pos3[0] + half_width + bias;
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe_wide_line.c 63 const float half_width = 0.5f * stage->draw->rasterizer->line_width; local
94 pos0[1] = pos0[1] - half_width - bias;
95 pos1[1] = pos1[1] + half_width - bias;
96 pos2[1] = pos2[1] - half_width - bias;
97 pos3[1] = pos3[1] + half_width - bias;
117 pos0[0] = pos0[0] - half_width + bias;
118 pos1[0] = pos1[0] + half_width + bias;
119 pos2[0] = pos2[0] - half_width + bias;
120 pos3[0] = pos3[0] + half_width + bias;
  /external/chromium_org/third_party/webrtc/tools/frame_analyzer/
video_quality_analysis.cc 30 int half_width = (width + 1) >> 1; local
34 int u_plane = half_width * half_height; // I420 U plane.
35 int v_plane = half_width * half_height; // I420 V plane.
176 int half_width = (width + 1) >> 1; local
180 const uint8* src_v_a = src_u_a + half_width * half_height;
183 const uint8* src_v_b = src_u_b + half_width * half_height;
186 int stride_uv = half_width;
193 result = libyuv::I420Psnr(src_y_a, width, src_u_a, half_width,
194 src_v_a, half_width, src_y_b, width,
195 src_u_b, half_width, src_v_b, half_width
    [all...]
  /external/chromium_org/media/cast/test/utility/
video_utility.cc 92 int half_width = (width + 1) / 2; local
94 size_t frame_size = width * height + 2 * half_width * half_height;
105 memcpy(u_plane, raw_data + width * height, half_width * half_height);
107 raw_data + width * height + half_width * half_height,
108 half_width * half_height);
  /external/chromium_org/third_party/webrtc/common_video/libyuv/
libyuv_unittest.cc 333 int half_width = (width + 1) / 2; local
339 half_width, half_width);
341 memset(test_frame.buffer(kUPlane), 255, half_width * half_height);
342 memset(test_frame.buffer(kVPlane), 255, half_width * half_height);
347 half_width ,half_width);
358 half_width ,half_width);
371 test_in_frame.buffer(kUPlane), half_width * half_height))
    [all...]
  /external/chromium_org/third_party/webrtc/modules/video_render/test/testAPI/
testAPI.cc 308 const int half_width = (width + 1) / 2; local
312 videoFrame0.CreateEmptyFrame(width, height, width, half_width, half_width);
382 const int half_width = (width + 1) / 2; local
386 videoFrame0.CreateEmptyFrame(width, height, width, half_width, half_width);
460 const int half_width = (width + 1) / 2; local
464 videoFrame0.CreateEmptyFrame(width, height, width, half_width, half_width);
466 videoFrame1.CreateEmptyFrame(width, height, width, half_width, half_width)
543 const int half_width = (width + 1) \/ 2; local
    [all...]
  /external/chromium_org/third_party/webrtc/test/testsupport/metrics/
video_metrics.cc 118 int half_width = (width + 1) / 2; local
119 ref_frame.CreateEmptyFrame(width, height, width, half_width, half_width);
120 test_frame.CreateEmptyFrame(width, height, width, half_width, half_width);
  /external/chromium_org/third_party/webrtc/modules/video_coding/main/test/
generic_codec_test.cc 148 int half_width = (_width + 1) / 2; local
151 int size_uv = half_width * half_height;
156 _width, half_width, half_width);
204 _width, half_width, half_width);
393 _width, half_width, half_width);
447 _width, half_width, half_width);
    [all...]
codec_database_test.cc 119 int half_width = (_width + 1) / 2; local
122 int size_uv = half_width * half_height;
127 _width, half_width, half_width);
340 _width, half_width, half_width);
normal_test.cc 271 int half_width = (_width + 1) / 2; local
273 int size_uv = half_width * half_height;
275 _width, half_width, half_width);
293 _width, half_width, half_width);
mt_rx_tx_test.cc 63 int half_width = (width + 1) / 2; local
65 int size_uv = half_width * half_height;
70 width, half_width, half_width);
  /external/pdfium/core/src/fxge/ge/
fx_ge_path.cpp 273 FX_FLOAT half_width, FX_FLOAT miter_limit)
280 FX_FLOAT point_y = middle_y + half_width * start_dir;
281 rect.UpdateRect(middle_x + half_width, point_y);
282 rect.UpdateRect(middle_x - half_width, point_y);
289 start_dc = (FX_FLOAT)FXSYS_fabs(FXSYS_MulDiv(half_width, start_len, start_x - middle_x));
295 end_dc = (FX_FLOAT)FXSYS_fabs(FXSYS_MulDiv(half_width, end_len, end_x - middle_x));
300 outside_x += half_width;
302 outside_x -= half_width;
316 outside_x += half_width;
318 outside_x -= half_width;
    [all...]
  /external/chromium_org/third_party/libyuv/util/
convert.cc 322 int half_width = (dst_width + 1) / 2; local
326 ch_rec + dst_width * dst_height, half_width,
328 half_width * half_height, half_width,
  /external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test/
videoprocessor.cc 185 int half_width = (config_.codec_settings->width + 1) / 2; local
187 int size_uv = half_width * half_height;
194 half_width, half_width);
  /external/chromium_org/third_party/mesa/src/src/gallium/tests/graw/
shader-leak.c 56 float half_width = (float)width / 2.0f; local
61 vp.scale[0] = half_width;
66 vp.translate[0] = half_width + x;
tri-gs.c 57 float half_width = (float)width / 2.0f; local
62 vp.scale[0] = half_width;
67 vp.translate[0] = half_width + x;
tri-instanced.c 86 float half_width = (float)width / 2.0f; local
91 vp.scale[0] = half_width;
96 vp.translate[0] = half_width + x;
  /external/chromium_org/third_party/mesa/src/src/gallium/tests/trivial/
tri.c 175 float half_width = (float)WIDTH / 2.0f; local
188 p->viewport.scale[0] = half_width;
193 p->viewport.translate[0] = half_width + x;
  /external/chromium_org/third_party/webrtc/common_video/
i420_video_frame.cc 164 int half_width = (width + 1) / 2; local
166 stride_y < width || stride_u < half_width || stride_v < half_width)
  /external/chromium_org/third_party/webrtc/modules/video_coding/codecs/i420/main/source/
i420.cc 204 int half_width = (_width + 1) / 2; local
206 _width, half_width, half_width);
  /external/chromium_org/third_party/webrtc/modules/video_coding/codecs/vp8/
vp8_sequence_coder.cc 147 int half_width = (width + 1) / 2; local
158 input_frame.CreateEmptyFrame(width, height, width, half_width, half_width);
  /external/chromium_org/third_party/webrtc/video_engine/test/libvietest/testbed/
tb_I420_codec.cc 202 int half_width = (_width + 1 ) / 2 ; local
204 _width, half_width, half_width);

Completed in 551 milliseconds

1 2 3