Searched defs:width_ (Results 1 - 6 of 6) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
H A Di420_video_source.h34 width_(0),
38 // This initializes raw_sz_, width_, height_ and allocates an img.
84 if (width != width_ || height != height_) {
88 width_ = width;
110 unsigned int width_; member in class:libvpx_test::I420VideoSource
H A Dsixtap_predict_test.cc67 width_ = GET_PARAM(0);
75 int width_; member in class:__anon469::SixtapPredictTest
150 for (int j = 0; j < width_; ++j)
152 << "i==" << (i * width_ + j);
177 for (int j = 0; j < width_; ++j)
179 << "i==" << (i * width_ + j);
H A Dvideo_source.h87 DummyVideoSource() : img_(NULL), limit_(100), width_(0), height_(0) {
122 if (width != width_ || height != height_) {
126 width_ = width;
138 unsigned int width_; member in class:libvpx_test::DummyVideoSource
H A Dsad_test.cc52 SADTestBase(int width, int height) : width_(width), height_(height) {}
79 source_stride_ = (width_ + 31) & ~31;
80 reference_stride_ = width_ * 2;
95 for (int w = 0; w < width_; ++w) {
108 for (int w = 0; w < width_; ++w) {
116 for (int w = 0; w < width_; ++w) {
122 int width_, height_; member in class:__anon467::SADTestBase
H A Dvariance_test.cc86 width_ = 1 << log2width_;
92 block_size_ = width_ * height_;
113 int width_, log2width_; member in class:__anon475::VarianceTest
127 REGISTER_STATE_CHECK(var = variance_(src_, width_, ref_, width_, &sse));
142 REGISTER_STATE_CHECK(var1 = variance_(src_, width_, ref_, width_, &sse1));
158 REGISTER_STATE_CHECK(var = variance_(src_, width_, ref_, width_, &sse));
202 width_
231 int width_, log2width_; member in class:__anon475::SubpelVarianceTest
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
H A Dmkvmuxer.hpp432 void set_width(uint64 width) { width_ = width; }
433 uint64 width() const { return width_; }
446 uint64 width_; member in class:mkvmuxer::VideoTrack

Completed in 65 milliseconds