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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
H A Dvariance_test.cc87 log2height_ = get<1>(params);
88 height_ = 1 << log2height_;
114 int height_, log2height_; member in class:__anon475::VarianceTest
144 log2height_, &sse2);
203 log2height_ = get<1>(params);
204 height_ = 1 << log2height_;
232 int height_, log2height_; member in class:__anon475::SubpelVarianceTest
252 log2height_, x, y, &sse2);
275 log2width_, log2height_,

Completed in 26 milliseconds