Home
last modified time | relevance | path

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

/third_party/boost/libs/array/test/
Darray_hash.cpp29 std::size_t bhash = boost::hash<barr> () ( test_barr ); in RunTests() local
31 BOOST_TEST ( ahash == bhash ); in RunTests()
/third_party/ffmpeg/libavfilter/
Dvf_paletteuse.c344 const uint8_t bhash = b & ((1<<NBITS)-1); in color_get() local
345 const unsigned hash = rhash<<(NBITS*2) | ghash<<NBITS | bhash; in color_get()