Home
last modified time | relevance | path

Searched defs:half_height (Results 1 – 25 of 26) sorted by relevance

12

/external/webrtc/webrtc/test/
Dfake_texture_frame.h43 int half_height = (height_ + 1) / 2; in NativeToI420Buffer() local
/external/webrtc/webrtc/common_video/
Dvideo_frame.cc113 const int half_height = (height + 1) / 2; in CreateFrame() local
236 const int half_height = (height() + 1) / 2; in EqualsFrame() local
/external/webrtc/webrtc/tools/frame_analyzer/
Dvideo_quality_analysis.cc34 int half_height = (height + 1) >> 1; in GetI420FrameSize() local
188 int half_height = (height + 1) >> 1; in CalculateMetrics() local
/external/libvpx/libvpx/third_party/libyuv/source/
Drotate_argb.cc107 int half_height = (height + 1) >> 1; in ARGBRotate180() local
Drotate.cc133 int half_height = (height + 1) >> 1; in RotatePlane180() local
/external/libyuv/files/source/
Drotate_argb.cc119 int half_height = (height + 1) >> 1; in ARGBRotate180() local
Drotate.cc143 int half_height = (height + 1) >> 1; in RotatePlane180() local
/external/libaom/libaom/third_party/libyuv/source/
Drotate_argb.cc92 int half_height = (height + 1) >> 1; in ARGBRotate180() local
Drotate.cc108 int half_height = (height + 1) >> 1; in RotatePlane180() local
/external/mesa3d/src/gallium/tests/trivial/
Dtri.c176 float half_height = (float)HEIGHT / 2.0f; in init_prog() local
Dquad-tex.c231 float half_height = (float)HEIGHT / 2.0f; in init_prog() local
/external/mesa3d/src/gallium/tests/graw/
Dshader-leak.c57 float half_height = (float)height / 2.0f; in set_viewport() local
Dtri-gs.c58 float half_height = (float)height / 2.0f; in set_viewport() local
Dtri-instanced.c87 float half_height = (float)height / 2.0f; in set_viewport() local
Dgraw_util.h194 float half_height = height / 2.0f; in graw_util_viewport() local
Dquad-sample.c67 float half_height = (float)height / 2.0f; in set_viewport() local
Dfs-test.c139 float half_height = (float)height / 2.0f; in set_viewport() local
Dvs-test.c120 float half_height = (float)height / 2.0f; in set_viewport() local
Dgs-test.c198 float half_height = (float)height / 2.0f; in set_viewport() local
/external/libyuv/files/util/
Dyuvconvert.cc321 int half_height = (dst_height + 1) / 2; in main() local
/external/webrtc/webrtc/common_video/libyuv/
Dwebrtc_libyuv.cc80 int half_height = (height + 1) >> 1; in CalcBufferSize() local
/external/webrtc/talk/media/base/
Dvideoframe.cc60 const size_t half_height = (height + 1) >> 1; in Write() local
/external/tensorflow/tensorflow/examples/android/jni/object_tracking/
Dgeom.h235 const float half_height = GetHeight() / 2.0f; in Scale() local
/external/mesa3d/src/mesa/main/
Dviewport.c581 float half_height = 0.5f * ctx->ViewportArray[i].Height; in _mesa_get_viewport_xform() local
/external/mesa3d/src/amd/vulkan/
Dsi_cmd_buffer.c597 float half_height = 0.5f * viewport->height; in get_viewport_xform() local

12