Searched refs:log2width_ (Results 1 – 1 of 1) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/ |
D | variance_test.cc | 85 log2width_ = get<0>(params); in SetUp() 86 width_ = 1 << log2width_; in SetUp() 113 int width_, log2width_; member in __anon563cca2c0111::VarianceTest 143 const unsigned int var2 = variance_ref(src_, ref_, log2width_, in RefTest() 201 log2width_ = get<0>(params); in SetUp() 202 width_ = 1 << log2width_; in SetUp() 231 int width_, log2width_; member in __anon563cca2c0111::SubpelVarianceTest 251 const unsigned int var2 = subpel_variance_ref(ref_, src_, log2width_, in RefTest() 275 log2width_, log2height_, in RefTest()
|