Home
last modified time | relevance | path

Searched refs:checksum_acumulator (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/libs/gil/test/legacy/
Dimage.cpp444 boost::crc_32_type checksum_acumulator; in check_view_impl() local
445 checksum_acumulator.process_bytes(img_view.row_begin(0),img_view.size()*3); in check_view_impl()
453 boost::crc_32_type::value_type const crc = checksum_acumulator.checksum(); in check_view_impl()