Home
last modified time | relevance | path

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

12

/external/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/third_party/libyuv/source/
Drotate_argb.cc120 int half_height = (height + 1) >> 1; in ARGBRotate180() local
Drotate.cc140 int half_height = (height + 1) >> 1; in RotatePlane180() local
/external/libyuv/files/source/
Drotate_argb.cc120 int half_height = (height + 1) >> 1; in ARGBRotate180() local
Drotate.cc145 int half_height = (height + 1) >> 1; in RotatePlane180() 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/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/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/libgav1/src/dsp/
Dfilm_grain.cc246 const int half_height = DivideBy2(height + 1); in ConstructNoiseStripes_C() local
309 const int half_height = DivideBy2(height + 1); in ConstructNoiseStripesWithOverlap_C() local
/external/webrtc/common_video/libyuv/
Dwebrtc_libyuv.cc32 int half_height = (height + 1) >> 1; in CalcBufferSize() local
/external/crosvm/devices/src/virtio/video/
Dformat.rs179 let half_height = (height + 1) / 2; in get_plane_layout() localVariable
/external/libgav1/src/
Dfilm_grain.cc432 const int half_height = DivideBy2(height_ + 1); in AllocateNoiseStripes() local
/external/libyuv/files/unit_test/
Dconvert_test.cc2065 int half_height = (height + 1) / 2; in TEST_F() local
2099 int half_height = (height + 1) / 2; in TEST_F() local
2158 int half_height = (height + 1) / 2; in TEST_F() local
2217 int half_height = (height + 1) / 2; in TEST_F() local
2247 int half_height = (height + 1) / 2; in TEST_F() local
2282 int half_height = (height + 1) / 2; in TEST_F() local
2312 int half_height = (height + 1) / 2; in TEST_F() local
2346 int half_height = (height + 1) / 2; in TEST_F() local
2376 int half_height = (height + 1) / 2; in TEST_F() local
2410 int half_height = (height + 1) / 2; in TEST_F() local
[all …]
/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

12