HomeSort by relevance Sort by last modified time
    Searched full:img_enc (Results 1 - 1 of 1) sorted by null

  /external/libvpx/libvpx/test/
encode_test_driver.cc 244 const vpx_image_t *img_enc = encoder->GetPreviewFrame(); local
247 if (img_enc && img_dec) {
248 const bool res = compare_img(img_enc, img_dec);
250 MismatchHook(img_enc, img_dec);

Completed in 275 milliseconds