Home
last modified time | relevance | path

Searched defs:half_width (Results 1 – 25 of 57) sorted by relevance

123

/external/mesa3d/src/mesa/state_tracker/
Dst_atom_viewport.c68 GLfloat half_width = (GLfloat)ctx->Viewport.Width * 0.5f; in update_viewport() local
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
Dst_atom_viewport.c68 GLfloat half_width = (GLfloat)ctx->Viewport.Width * 0.5f; in update_viewport() local
/external/chromium_org/third_party/webrtc/video_engine/
Dvie_file_image.cc74 int half_width = (picture.width + 1) / 2; in ConvertPictureToI420VideoFrame() local
/external/chromium_org/third_party/webrtc/modules/video_render/test/testAPI/
DtestAPI.cc308 const int half_width = (width + 1) / 2; in TestSingleStream() local
382 const int half_width = (width + 1) / 2; in TestBitmapText() local
460 const int half_width = (width + 1) / 2; in TestMultipleStreams() local
543 const int half_width = (width + 1) / 2; in TestExternalRender() local
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test_framework/
Dunit_test.cc432 int half_width = (width + 1) / 2; in Perform() local
773 int half_width = (width + 1) / 2; in RateControlTests() local
/external/chromium_org/third_party/webrtc/modules/video_coding/main/test/
Dcodec_database_test.cc119 int half_width = (_width + 1) / 2; in Perform() local
Dmedia_opt_test.cc313 int half_width = (_width + 1) / 2; in Perform() local
Dmt_rx_tx_test.cc63 int half_width = (width + 1) / 2; in MainSenderThread() local
/external/chromium_org/media/cast/test/utility/
Dvideo_utility.cc92 int half_width = (width + 1) / 2; in PopulateVideoFrameFromFile() local
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
Ddraw_pipe_wide_line.c63 const float half_width = 0.5f * stage->draw->rasterizer->line_width; in wideline_line() local
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pipe_wide_line.c63 const float half_width = 0.5f * stage->draw->rasterizer->line_width; in wideline_line() local
/external/chromium_org/third_party/webrtc/tools/frame_analyzer/
Dvideo_quality_analysis.cc30 int half_width = (width + 1) >> 1; in GetI420FrameSize() local
176 int half_width = (width + 1) >> 1; in CalculateMetrics() local
/external/chromium_org/third_party/webrtc/video_engine/test/libvietest/testbed/
Dtb_I420_codec.cc202 int half_width = (_width + 1 ) / 2 ; in InitDecode() local
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/i420/main/source/
Di420.cc204 int half_width = (_width + 1) / 2; in Decode() local
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/vp8/
Dvp8_sequence_coder.cc147 int half_width = (width + 1) / 2; in SequenceCoder() local
/external/chromium_org/third_party/webrtc/common_video/
Di420_video_frame.cc164 int half_width = (width + 1) / 2; in CheckDimensions() local
/external/chromium_org/third_party/webrtc/test/testsupport/metrics/
Dvideo_metrics.cc118 int half_width = (width + 1) / 2; in CalculateMetrics() local
/external/mesa3d/src/gallium/tests/graw/
Dshader-leak.c56 float half_width = (float)width / 2.0f; in set_viewport() local
Dtri-gs.c57 float half_width = (float)width / 2.0f; in set_viewport() local
Dtri-instanced.c86 float half_width = (float)width / 2.0f; in set_viewport() local
/external/mesa3d/src/gallium/tests/trivial/
Dtri.c175 float half_width = (float)WIDTH / 2.0f; in init_prog() local
/external/chromium_org/third_party/mesa/src/src/gallium/tests/graw/
Dshader-leak.c56 float half_width = (float)width / 2.0f; in set_viewport() local
Dtri-gs.c57 float half_width = (float)width / 2.0f; in set_viewport() local
/external/chromium_org/third_party/mesa/src/src/gallium/tests/trivial/
Dtri.c175 float half_width = (float)WIDTH / 2.0f; in init_prog() local
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test/
Dvideoprocessor.cc185 int half_width = (config_.codec_settings->width + 1) / 2; in ProcessFrame() local

123