Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
Di420_video_source.h35 height_(0), in I420VideoSource()
84 if (width != width_ || height != height_) { in SetSize()
89 height_ = height; in SetSize()
111 unsigned int height_; variable
Dvideo_source.h87 DummyVideoSource() : img_(NULL), limit_(100), width_(0), height_(0) { in DummyVideoSource()
122 if (width != width_ || height != height_) { in SetSize()
127 height_ = height; in SetSize()
139 unsigned int height_; variable
Dsixtap_predict_test.cc68 height_ = GET_PARAM(1); in SetUp()
76 int height_; member in __anon6ff7e0820111::SixtapPredictTest
149 for (int i = 0; i < height_; ++i) in TEST_P()
176 for (int i = 0; i < height_; ++i) in TEST_P()
Dvariance_test.cc88 height_ = 1 << log2height_; in SetUp()
92 block_size_ = width_ * height_; in SetUp()
114 int height_, log2height_; member in __anon1c11aa680111::VarianceTest
204 height_ = 1 << log2height_; in SetUp()
208 block_size_ = width_ * height_; in SetUp()
211 ref_ = new uint8_t[block_size_ + width_ + height_ + 1]; in SetUp()
232 int height_, log2height_; member in __anon1c11aa680111::SubpelVarianceTest
244 for (int j = 0; j < block_size_ + width_ + height_ + 1; j++) { in RefTest()
267 for (int j = 0; j < block_size_ + width_ + height_ + 1; j++) { in RefTest()
Dsad_test.cc52 SADTestBase(int width, int height) : width_(width), height_(height) {} in SADTestBase()
94 for (int h = 0; h < height_; ++h) { in ReferenceSAD()
107 for (int h = 0; h < height_; ++h) { in FillConstant()
115 for (int h = 0; h < height_; ++h) { in FillRandom()
122 int width_, height_; member in __anonc15a60b70111::SADTestBase
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
Dmkvmuxer.hpp428 void set_height(uint64 height) { height_ = height; } in set_height()
429 uint64 height() const { return height_; } in height()
443 uint64 height_; member in mkvmuxer::VideoTrack
Dmkvmuxer.cpp807 height_(0), in VideoTrack()
861 if (!WriteEbmlElement(writer, kMkvPixelHeight, height_)) in Write()
891 size += EbmlElementSize(kMkvPixelHeight, height_); in VideoPayloadSize()