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

/external/libvpx/libvpx/test/
H A Dvariance_test.cc89 log2height_ = get<1>(params);
90 height_ = 1 << log2height_;
116 int height_, log2height_; member in class:__anon21506::VarianceTest
146 log2height_, &sse2);
205 log2height_ = get<1>(params);
206 height_ = 1 << log2height_;
234 int height_, log2height_; member in class:__anon21506::SubpelVarianceTest
254 log2height_, x, y, &sse2);
277 log2width_, log2height_,

Completed in 75 milliseconds