Home
last modified time | relevance | path

Searched defs:count_ref (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/libvpx/test/
Dtemporal_filter_test.cc142 Buffer<uint16_t> count_ref = Buffer<uint16_t>(width, height, 0); in TEST_P() local
186 Buffer<uint16_t> count_ref = Buffer<uint16_t>(width, height, 0); in TEST_P() local
247 Buffer<uint16_t> count_ref = Buffer<uint16_t>(width, height, 0); in TEST_P() local
/external/swiftshader/third_party/LLVM/lib/DebugInfo/
DDWARFDebugAranges.cpp28 CountArangeDescriptors(uint32_t &count_ref) : Count(count_ref) {} in CountArangeDescriptors()