Home
last modified time | relevance | path

Searched refs:width_ (Results 1 – 7 of 7) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
Di420_video_source.h34 width_(0), in I420VideoSource()
84 if (width != width_ || height != height_) { in SetSize()
88 width_ = width; in SetSize()
110 unsigned int width_; variable
Dsixtap_predict_test.cc67 width_ = GET_PARAM(0); in SetUp()
75 int width_; member in __anon6ff7e0820111::SixtapPredictTest
150 for (int j = 0; j < width_; ++j) in TEST_P()
152 << "i==" << (i * width_ + j); in TEST_P()
177 for (int j = 0; j < width_; ++j) in TEST_P()
179 << "i==" << (i * width_ + j); in TEST_P()
Dvariance_test.cc86 width_ = 1 << log2width_; in SetUp()
92 block_size_ = width_ * height_; in SetUp()
113 int width_, log2width_; member in __anon1c11aa680111::VarianceTest
127 REGISTER_STATE_CHECK(var = variance_(src_, width_, ref_, width_, &sse)); in ZeroTest()
142 REGISTER_STATE_CHECK(var1 = variance_(src_, width_, ref_, width_, &sse1)); in RefTest()
158 REGISTER_STATE_CHECK(var = variance_(src_, width_, ref_, width_, &sse)); in OneQuarterTest()
202 width_ = 1 << log2width_; in SetUp()
208 block_size_ = width_ * height_; in SetUp()
211 ref_ = new uint8_t[block_size_ + width_ + height_ + 1]; in SetUp()
231 int width_, log2width_; member in __anon1c11aa680111::SubpelVarianceTest
[all …]
Dvideo_source.h87 DummyVideoSource() : img_(NULL), limit_(100), width_(0), height_(0) { in DummyVideoSource()
122 if (width != width_ || height != height_) { in SetSize()
126 width_ = width; in SetSize()
138 unsigned int width_; variable
Dsad_test.cc52 SADTestBase(int width, int height) : width_(width), height_(height) {} in SADTestBase()
79 source_stride_ = (width_ + 31) & ~31; in SetUp()
80 reference_stride_ = width_ * 2; in SetUp()
95 for (int w = 0; w < width_; ++w) { in ReferenceSAD()
108 for (int w = 0; w < width_; ++w) { in FillConstant()
116 for (int w = 0; w < width_; ++w) { in FillRandom()
122 int width_, height_; member in __anonc15a60b70111::SADTestBase
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
Dmkvmuxer.hpp432 void set_width(uint64 width) { width_ = width; } in set_width()
433 uint64 width() const { return width_; } in width()
446 uint64 width_; member in mkvmuxer::VideoTrack
Dmkvmuxer.cpp810 width_(0) { in VideoTrack()
859 if (!WriteEbmlElement(writer, kMkvPixelWidth, width_)) in Write()
890 uint64 size = EbmlElementSize(kMkvPixelWidth, width_); in VideoPayloadSize()