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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
H A Di420_video_source.h35 height_(0),
38 // This initializes raw_sz_, width_, height_ and allocates an img.
84 if (width != width_ || height != height_) {
89 height_ = height;
111 unsigned int height_; member in class:libvpx_test::I420VideoSource
H A Dvideo_source.h87 DummyVideoSource() : img_(NULL), limit_(100), width_(0), height_(0) {
122 if (width != width_ || height != height_) {
127 height_ = height;
139 unsigned int height_; member in class:libvpx_test::DummyVideoSource
H A Dsixtap_predict_test.cc68 height_ = GET_PARAM(1);
76 int height_; member in class:__anon469::SixtapPredictTest
149 for (int i = 0; i < height_; ++i)
176 for (int i = 0; i < height_; ++i)
H A Dvariance_test.cc88 height_ = 1 << log2height_;
92 block_size_ = width_ * height_;
114 int height_, log2height_; member in class:__anon475::VarianceTest
204 height_ = 1 << log2height_;
208 block_size_ = width_ * height_;
211 ref_ = new uint8_t[block_size_ + width_ + height_ + 1];
232 int height_, log2height_; member in class:__anon475::SubpelVarianceTest
244 for (int j = 0; j < block_size_ + width_ + height_ + 1; j++) {
267 for (int j = 0; j < block_size_ + width_ + height_ + 1; j++) {
H A Dsad_test.cc52 SADTestBase(int width, int height) : width_(width), height_(height) {}
94 for (int h = 0; h < height_; ++h) {
107 for (int h = 0; h < height_; ++h) {
115 for (int h = 0; h < height_; ++h) {
122 int width_, height_; member in class:__anon467::SADTestBase
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
H A Dmkvmuxer.hpp428 void set_height(uint64 height) { height_ = height; }
429 uint64 height() const { return height_; }
443 uint64 height_; member in class:mkvmuxer::VideoTrack
H A Dmkvmuxer.cpp807 height_(0),
861 if (!WriteEbmlElement(writer, kMkvPixelHeight, height_))
891 size += EbmlElementSize(kMkvPixelHeight, height_);

Completed in 235 milliseconds