HomeSort by relevance Sort by last modified time
    Searched refs:md5_res (Results 1 - 5 of 5) sorted by null

  /external/libvpx/libvpx/test/
byte_alignment_test.cc 145 ::libvpx_test::MD5 md5_res; local
146 md5_res.Add(&img);
147 const char *const actual_md5 = md5_res.Get();
test_vector_test.cc 71 ::libvpx_test::MD5 md5_res; local
72 md5_res.Add(&img);
73 const char *actual_md5 = md5_res.Get();
vp9_skip_loopfilter_test.cc 102 ::libvpx_test::MD5 md5_res; local
103 md5_res.Add(&img);
104 const char *const actual_md5 = md5_res.Get();
vp9_ethread_test.cc 289 ::libvpx_test::MD5 md5_res; local
290 md5_res.Add(&img);
291 md5_.push_back(md5_res.Get());
external_frame_buffer_test.cc 238 ::libvpx_test::MD5 md5_res; local
239 md5_res.Add(&img);
240 const char *const actual_md5 = md5_res.Get();

Completed in 860 milliseconds