Searched refs:ch_jpeg (Results 1 – 1 of 1) sorted by relevance
/external/libyuv/files/util/ |
D | psnr_main.cc | 439 uint8* const ch_jpeg = new uint8[bytes_org]; in main() local 440 memcpy(ch_jpeg, ch_org, bytes_org); in main() 443 if (0 != libyuv::MJPGToI420(ch_jpeg, bytes_org, ch_org, image_width, in main() 448 delete[] ch_jpeg; in main() 451 delete[] ch_jpeg; in main() 463 uint8* const ch_jpeg = new uint8[bytes_rec]; in main() local 464 memcpy(ch_jpeg, ch_rec, bytes_rec); in main() 467 if (0 != libyuv::MJPGToI420(ch_jpeg, bytes_rec, ch_rec, image_width, in main() 472 delete[] ch_jpeg; in main() 475 delete[] ch_jpeg; in main()
|