Home
last modified time | relevance | path

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

12

/external/libyuv/files/source/
Drotate_argb.cc115 int half_height = (height + 1) >> 1; in ARGBRotate180() local
Drotate.cc138 int half_height = (height + 1) >> 1; in RotatePlane180() 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/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/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.h192 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.c119 float half_height = (float)height / 2.0f; in set_viewport() local
Dgs-test.c197 float half_height = (float)height / 2.0f; in set_viewport() local
/external/mesa3d/src/gallium/tests/trivial/
Dtri.c177 float half_height = (float)HEIGHT / 2.0f; in init_prog() local
Dquad-tex.c234 float half_height = (float)HEIGHT / 2.0f; in init_prog() local
/external/libyuv/files/util/
Dyuvconvert.cc324 int half_height = (dst_height + 1) / 2; in main() local
/external/tensorflow/tensorflow/tools/android/test/jni/object_tracking/
Dgeom.h235 const float half_height = GetHeight() / 2.0f; in Scale() local
/external/libyuv/files/unit_test/
Dconvert_test.cc1800 int half_height = (height + 1) / 2; in TEST_F() local
1834 int half_height = (height + 1) / 2; in TEST_F() local
1893 int half_height = (height + 1) / 2; in TEST_F() local
1923 int half_height = (height + 1) / 2; in TEST_F() local
1953 int half_height = (height + 1) / 2; in TEST_F() local
1983 int half_height = (height + 1) / 2; in TEST_F() local
/external/libgav1/libgav1/src/dsp/
Dfilm_grain.cc237 const int half_height = DivideBy2(height + 1); in ConstructNoiseStripes_C() local
302 const int half_height = DivideBy2(height + 1); in ConstructNoiseStripesWithOverlap_C() local
/external/webrtc/common_video/libyuv/
Dwebrtc_libyuv.cc34 int half_height = (height + 1) >> 1; in CalcBufferSize() local
/external/libgav1/libgav1/src/
Dfilm_grain.cc424 const int half_height = DivideBy2(height_ + 1); in AllocateNoiseStripes() local
/external/mesa3d/src/mesa/main/
Dviewport.c588 float half_height = 0.5f * ctx->ViewportArray[i].Height; in _mesa_get_viewport_xform() local
/external/mesa3d/src/amd/vulkan/
Dsi_cmd_buffer.c641 float half_height = 0.5f * viewport->height; in get_viewport_xform() local
/external/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_execute.c335 float half_height = 0.5f * viewport->height; in get_viewport_xform() local

12