OpenJPH
Open-source implementation of JPEG2000 Part-15
|
Go to the source code of this file.
Macros | |
#define | SRC_FILE_DIR "./jp2k_test_codestreams/openjph/" |
#define | OUT_FILE_DIR "./" |
#define | REF_FILE_DIR "./jp2k_test_codestreams/openjph/references/" |
#define | MSE_PAE_PATH "./mse_pae" |
#define | COMPARE_FILES_PATH "./compare_files" |
#define | EXPAND_EXECUTABLE "./ojph_expand" |
#define | COMPRESS_EXECUTABLE "./ojph_compress" |
#define | TOL_DOUBLE 0.01 |
#define | TOL_INTEGER 1 |
Functions | |
static FILE * | ojph_popen (const char *command, const char *modes) |
static int | ojph_pclose (FILE *stream) |
static int | execute (const std::string &cmd, std::string &result) |
void | run_ojph_compress (const std::string &ref_filename, const std::string &base_filename, const std::string &extended_base_fname, const std::string &out_ext, const std::string &extra_options) |
void | run_ojph_expand (const std::string &base_filename, const std::string &src_ext, const std::string &out_ext) |
void | run_ojph_compress_expand (const std::string &base_filename, const std::string &out_ext, const std::string &decode_ext) |
void | run_mse_pae (const std::string &base_filename, const std::string &out_ext, const std::string &ref_filename, const std::string &yuv_specs, int num_components, double *mse, int *pae) |
void | compare_files (const std::string &base_filename, const std::string &extended_base_fname, const std::string &ext) |
TEST (TestExecutables, OpenJPHCompressNoArguments) | |
TEST (TestExecutables, OpenJPHExpandNoArguments) | |
TEST (TestExecutables, SimpleDecIrv9764x64) | |
TEST (TestExecutables, SimpleDecIrv9732x32) | |
TEST (TestExecutables, SimpleDecIrv9716x16) | |
TEST (TestExecutables, SimpleDecIrv974x4) | |
TEST (TestExecutables, SimpleDecIrv971024x4) | |
TEST (TestExecutables, SimpleDecIrv974x1024) | |
TEST (TestExecutables, SimpleDecIrv97512x8) | |
TEST (TestExecutables, SimpleDecIrv978x512) | |
TEST (TestExecutables, SimpleDecIrv97256x16) | |
TEST (TestExecutables, SimpleDecIrv9716x256) | |
TEST (TestExecutables, SimpleDecIrv97128x32) | |
TEST (TestExecutables, SimpleDecIrv9732x128) | |
TEST (TestExecutables, SimpleDecRev5364x64) | |
TEST (TestExecutables, SimpleDecRev5332x32) | |
TEST (TestExecutables, SimpleDecRev534x4) | |
TEST (TestExecutables, SimpleDecRev531024x4) | |
TEST (TestExecutables, SimpleDecRev534x1024) | |
TEST (TestExecutables, SimpleDecIrv9764x64Yuv) | |
TEST (TestExecutables, SimpleDecRev5364x64Yuv) | |
TEST (TestExecutables, SimpleDecIrv9764x64TilesYuv) | |
TEST (TestExecutables, SimpleDecRev5364x64TilesYuv) | |
TEST (TestExecutables, SimpleDecIrv9764x64TilesLRCP) | |
TEST (TestExecutables, SimpleDecIrv9764x64TilesRLCP) | |
TEST (TestExecutables, SimpleDecIrv9764x64TilesRPCL) | |
TEST (TestExecutables, SimpleDecIrv9764x64TilesPCRL) | |
TEST (TestExecutables, SimpleDecIrv9764x64TilesCPRL) | |
TEST (TestExecutables, SimpleDecIrv9764x64TilesLRCP33) | |
TEST (TestExecutables, SimpleDecIrv9764x64TilesRLCP33) | |
TEST (TestExecutables, SimpleDecIrv9764x64TilesRPCL33) | |
TEST (TestExecutables, SimpleDecIrv9764x64TilesPCRL33) | |
TEST (TestExecutables, SimpleDecIrv9764x64TilesCPRL33) | |
TEST (TestExecutables, SimpleDecIrv9764x64TilesLRCP33x33) | |
TEST (TestExecutables, SimpleDecIrv9764x64TilesRLCP33x33) | |
TEST (TestExecutables, SimpleDecIrv9764x64TilesRPCL33x33) | |
TEST (TestExecutables, SimpleDecIrv9764x64TilesPCRL33x33) | |
TEST (TestExecutables, SimpleDecIrv9764x64TilesCPRL33x33) | |
TEST (TestExecutables, SimpleDecRev5364x64GrayTiles) | |
TEST (TestExecutables, SimpleDecIrv9764x64GrayTiles) | |
TEST (TestExecutables, SimpleDecIrv9764x6416bit) | |
TEST (TestExecutables, SimpleDecIrv9764x6416bitGray) | |
TEST (TestExecutables, SimpleDecRev5364x6416bit) | |
TEST (TestExecutables, SimpleDecRev5364x6416bitGray) | |
TEST (TestExecutables, SimpleDecIrv53BhvhbLowLatency) | |
TEST (TestExecutables, SimpleEncIrv9764x64) | |
TEST (TestExecutables, SimpleEncIrv9732x32) | |
TEST (TestExecutables, SimpleEncIrv9716x16) | |
TEST (TestExecutables, SimpleEncIrv974x4) | |
TEST (TestExecutables, SimpleEncIrv971024x4) | |
TEST (TestExecutables, SimpleEncIrv974x1024) | |
TEST (TestExecutables, SimpleEncIrv97512x8) | |
TEST (TestExecutables, SimpleEncIrv978x512) | |
TEST (TestExecutables, SimpleEncIrv97256x16) | |
TEST (TestExecutables, SimpleEncIrv9716x256) | |
TEST (TestExecutables, SimpleEncIrv97128x32) | |
TEST (TestExecutables, SimpleEncIrv9732x128) | |
TEST (TestExecutables, SimpleEncIrv9764x64Tiles33x33D5) | |
TEST (TestExecutables, SimpleEncIrv9764x64Tiles33x33D6) | |
TEST (TestExecutables, SimpleEncIrv9764x6416bit) | |
TEST (TestExecutables, SimpleEncIrv9764x6416bitGray) | |
TEST (TestExecutables, SimpleEncRev5364x6416bit) | |
TEST (TestExecutables, SimpleEncRev5364x6416bitGray) | |
TEST (TestExecutables, SimpleEncRev5364x64) | |
TEST (TestExecutables, SimpleEncRev5332x32) | |
TEST (TestExecutables, SimpleEncRev534x4) | |
TEST (TestExecutables, SimpleEncRev531024x4) | |
TEST (TestExecutables, SimpleEncRev534x1024) | |
TEST (TestExecutables, SimpleEncRev5364x64Tiles33x33D5) | |
TEST (TestExecutables, SimpleEncRev5364x64Tiles33x33D6) | |
TEST (TestExecutables, SimpleEncIrv9764x64Yuv) | |
TEST (TestExecutables, SimpleEncRev5364x64Yuv) | |
TEST (TestExecutables, SimpleEncIrv97TallNarrow) | |
TEST (TestExecutables, SimpleEncIrv97TallNarrow1) | |
TEST (TestExecutables, SimpleEncRev53TallNarrow) | |
TEST (TestExecutables, SimpleEncRev53TallNarrow1) | |
TEST (TestExecutables, DpxEnc1280x72010bitLeNuke11) | |
TEST (TestExecutables, DpxEnc1280x72010bitBeNuke11) | |
TEST (TestExecutables, DpxEnc1280x72016bitLeNuke11) | |
TEST (TestExecutables, DpxEnc1280x72016bitBeNuke11) | |
TEST (TestExecutables, DpxEnc1280x72010bitResolve18) | |
TEST (TestExecutables, DpxEnc1280x72016bitResolve18) | |
int | main (int argc, char **argv) |
#define COMPARE_FILES_PATH "./compare_files" |
Definition at line 109 of file test_executables.cpp.
#define COMPRESS_EXECUTABLE "./ojph_compress" |
Definition at line 124 of file test_executables.cpp.
#define EXPAND_EXECUTABLE "./ojph_expand" |
Definition at line 123 of file test_executables.cpp.
#define MSE_PAE_PATH "./mse_pae" |
Definition at line 108 of file test_executables.cpp.
#define OUT_FILE_DIR "./" |
Definition at line 106 of file test_executables.cpp.
#define REF_FILE_DIR "./jp2k_test_codestreams/openjph/references/" |
Definition at line 107 of file test_executables.cpp.
#define SRC_FILE_DIR "./jp2k_test_codestreams/openjph/" |
Definition at line 105 of file test_executables.cpp.
#define TOL_DOUBLE 0.01 |
Definition at line 132 of file test_executables.cpp.
#define TOL_INTEGER 1 |
Definition at line 133 of file test_executables.cpp.
void compare_files | ( | const std::string & | base_filename, |
const std::string & | extended_base_fname, | ||
const std::string & | ext | ||
) |
Definition at line 243 of file test_executables.cpp.
References COMPARE_FILES_PATH, ojph::error, execute(), OUT_FILE_DIR, and SRC_FILE_DIR.
|
static |
Definition at line 73 of file test_executables.cpp.
References ojph_pclose(), and ojph_popen().
Referenced by compare_files(), run_mse_pae(), run_ojph_compress(), run_ojph_compress_expand(), run_ojph_expand(), and TEST().
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 1466 of file test_executables.cpp.
|
inlinestatic |
Definition at line 60 of file test_executables.cpp.
Referenced by execute().
|
inlinestatic |
Definition at line 47 of file test_executables.cpp.
Referenced by execute().
void run_mse_pae | ( | const std::string & | base_filename, |
const std::string & | out_ext, | ||
const std::string & | ref_filename, | ||
const std::string & | yuv_specs, | ||
int | num_components, | ||
double * | mse, | ||
int * | pae | ||
) |
Definition at line 198 of file test_executables.cpp.
References ojph::error, execute(), MSE_PAE_PATH, OUT_FILE_DIR, REF_FILE_DIR, TOL_DOUBLE, and TOL_INTEGER.
Referenced by TEST().
void run_ojph_compress | ( | const std::string & | ref_filename, |
const std::string & | base_filename, | ||
const std::string & | extended_base_fname, | ||
const std::string & | out_ext, | ||
const std::string & | extra_options | ||
) |
Definition at line 138 of file test_executables.cpp.
References COMPRESS_EXECUTABLE, ojph::error, execute(), OUT_FILE_DIR, and REF_FILE_DIR.
Referenced by TEST().
void run_ojph_compress_expand | ( | const std::string & | base_filename, |
const std::string & | out_ext, | ||
const std::string & | decode_ext | ||
) |
Definition at line 179 of file test_executables.cpp.
References ojph::error, execute(), EXPAND_EXECUTABLE, and OUT_FILE_DIR.
Referenced by TEST().
void run_ojph_expand | ( | const std::string & | base_filename, |
const std::string & | src_ext, | ||
const std::string & | out_ext | ||
) |
Definition at line 160 of file test_executables.cpp.
References ojph::error, execute(), EXPAND_EXECUTABLE, OUT_FILE_DIR, and SRC_FILE_DIR.
Referenced by TEST().
TEST | ( | TestExecutables | , |
DpxEnc1280x72010bitBeNuke11 | |||
) |
Definition at line 1388 of file test_executables.cpp.
References run_mse_pae(), run_ojph_compress(), and run_ojph_compress_expand().
TEST | ( | TestExecutables | , |
DpxEnc1280x72010bitLeNuke11 | |||
) |
Definition at line 1372 of file test_executables.cpp.
References run_mse_pae(), run_ojph_compress(), and run_ojph_compress_expand().
TEST | ( | TestExecutables | , |
DpxEnc1280x72010bitResolve18 | |||
) |
Definition at line 1436 of file test_executables.cpp.
References run_mse_pae(), run_ojph_compress(), and run_ojph_compress_expand().
TEST | ( | TestExecutables | , |
DpxEnc1280x72016bitBeNuke11 | |||
) |
Definition at line 1420 of file test_executables.cpp.
References run_mse_pae(), run_ojph_compress(), and run_ojph_compress_expand().
TEST | ( | TestExecutables | , |
DpxEnc1280x72016bitLeNuke11 | |||
) |
Definition at line 1404 of file test_executables.cpp.
References run_mse_pae(), run_ojph_compress(), and run_ojph_compress_expand().
TEST | ( | TestExecutables | , |
DpxEnc1280x72016bitResolve18 | |||
) |
Definition at line 1452 of file test_executables.cpp.
References run_mse_pae(), run_ojph_compress(), and run_ojph_compress_expand().
TEST | ( | TestExecutables | , |
OpenJPHCompressNoArguments | |||
) |
Definition at line 265 of file test_executables.cpp.
References COMPRESS_EXECUTABLE, ojph::error, and execute().
TEST | ( | TestExecutables | , |
OpenJPHExpandNoArguments | |||
) |
Definition at line 277 of file test_executables.cpp.
References ojph::error, execute(), and EXPAND_EXECUTABLE.
TEST | ( | TestExecutables | , |
SimpleDecIrv53BhvhbLowLatency | |||
) |
Definition at line 852 of file test_executables.cpp.
References run_mse_pae(), and run_ojph_expand().
TEST | ( | TestExecutables | , |
SimpleDecIrv971024x4 | |||
) |
Definition at line 343 of file test_executables.cpp.
References run_mse_pae(), and run_ojph_expand().
TEST | ( | TestExecutables | , |
SimpleDecIrv97128x32 | |||
) |
Definition at line 415 of file test_executables.cpp.
References run_mse_pae(), and run_ojph_expand().
TEST | ( | TestExecutables | , |
SimpleDecIrv9716x16 | |||
) |
Definition at line 319 of file test_executables.cpp.
References run_mse_pae(), and run_ojph_expand().
TEST | ( | TestExecutables | , |
SimpleDecIrv9716x256 | |||
) |
Definition at line 403 of file test_executables.cpp.
References run_mse_pae(), and run_ojph_expand().
TEST | ( | TestExecutables | , |
SimpleDecIrv97256x16 | |||
) |
Definition at line 391 of file test_executables.cpp.
References run_mse_pae(), and run_ojph_expand().
TEST | ( | TestExecutables | , |
SimpleDecIrv9732x128 | |||
) |
Definition at line 427 of file test_executables.cpp.
References run_mse_pae(), and run_ojph_expand().
TEST | ( | TestExecutables | , |
SimpleDecIrv9732x32 | |||
) |
Definition at line 307 of file test_executables.cpp.
References run_mse_pae(), and run_ojph_expand().
TEST | ( | TestExecutables | , |
SimpleDecIrv974x1024 | |||
) |
Definition at line 355 of file test_executables.cpp.
References run_mse_pae(), and run_ojph_expand().
TEST | ( | TestExecutables | , |
SimpleDecIrv974x4 | |||
) |
Definition at line 331 of file test_executables.cpp.
References run_mse_pae(), and run_ojph_expand().
TEST | ( | TestExecutables | , |
SimpleDecIrv97512x8 | |||
) |
Definition at line 367 of file test_executables.cpp.
References run_mse_pae(), and run_ojph_expand().
TEST | ( | TestExecutables | , |
SimpleDecIrv9764x64 | |||
) |
Definition at line 295 of file test_executables.cpp.
References run_mse_pae(), and run_ojph_expand().
TEST | ( | TestExecutables | , |
SimpleDecIrv9764x6416bit | |||
) |
Definition at line 799 of file test_executables.cpp.
References run_mse_pae(), and run_ojph_expand().
TEST | ( | TestExecutables | , |
SimpleDecIrv9764x6416bitGray | |||
) |
Definition at line 811 of file test_executables.cpp.
References run_mse_pae(), and run_ojph_expand().
TEST | ( | TestExecutables | , |
SimpleDecIrv9764x64GrayTiles | |||
) |
Definition at line 787 of file test_executables.cpp.
References run_mse_pae(), and run_ojph_expand().
TEST | ( | TestExecutables | , |
SimpleDecIrv9764x64TilesCPRL | |||
) |
Definition at line 621 of file test_executables.cpp.
References run_mse_pae(), and run_ojph_expand().
TEST | ( | TestExecutables | , |
SimpleDecIrv9764x64TilesCPRL33 | |||
) |
Definition at line 691 of file test_executables.cpp.
References run_mse_pae(), and run_ojph_expand().
TEST | ( | TestExecutables | , |
SimpleDecIrv9764x64TilesCPRL33x33 | |||
) |
Definition at line 761 of file test_executables.cpp.
References run_mse_pae(), and run_ojph_expand().
TEST | ( | TestExecutables | , |
SimpleDecIrv9764x64TilesLRCP | |||
) |
Definition at line 565 of file test_executables.cpp.
References run_mse_pae(), and run_ojph_expand().
TEST | ( | TestExecutables | , |
SimpleDecIrv9764x64TilesLRCP33 | |||
) |
Definition at line 635 of file test_executables.cpp.
References run_mse_pae(), and run_ojph_expand().
TEST | ( | TestExecutables | , |
SimpleDecIrv9764x64TilesLRCP33x33 | |||
) |
Definition at line 705 of file test_executables.cpp.
References run_mse_pae(), and run_ojph_expand().
TEST | ( | TestExecutables | , |
SimpleDecIrv9764x64TilesPCRL | |||
) |
Definition at line 607 of file test_executables.cpp.
References run_mse_pae(), and run_ojph_expand().
TEST | ( | TestExecutables | , |
SimpleDecIrv9764x64TilesPCRL33 | |||
) |
Definition at line 677 of file test_executables.cpp.
References run_mse_pae(), and run_ojph_expand().
TEST | ( | TestExecutables | , |
SimpleDecIrv9764x64TilesPCRL33x33 | |||
) |
Definition at line 747 of file test_executables.cpp.
References run_mse_pae(), and run_ojph_expand().
TEST | ( | TestExecutables | , |
SimpleDecIrv9764x64TilesRLCP | |||
) |
Definition at line 579 of file test_executables.cpp.
References run_mse_pae(), and run_ojph_expand().
TEST | ( | TestExecutables | , |
SimpleDecIrv9764x64TilesRLCP33 | |||
) |
Definition at line 649 of file test_executables.cpp.
References run_mse_pae(), and run_ojph_expand().
TEST | ( | TestExecutables | , |
SimpleDecIrv9764x64TilesRLCP33x33 | |||
) |
Definition at line 719 of file test_executables.cpp.
References run_mse_pae(), and run_ojph_expand().
TEST | ( | TestExecutables | , |
SimpleDecIrv9764x64TilesRPCL | |||
) |
Definition at line 593 of file test_executables.cpp.
References run_mse_pae(), and run_ojph_expand().
TEST | ( | TestExecutables | , |
SimpleDecIrv9764x64TilesRPCL33 | |||
) |
Definition at line 663 of file test_executables.cpp.
References run_mse_pae(), and run_ojph_expand().
TEST | ( | TestExecutables | , |
SimpleDecIrv9764x64TilesRPCL33x33 | |||
) |
Definition at line 733 of file test_executables.cpp.
References run_mse_pae(), and run_ojph_expand().
TEST | ( | TestExecutables | , |
SimpleDecIrv9764x64TilesYuv | |||
) |
Definition at line 536 of file test_executables.cpp.
References run_mse_pae(), and run_ojph_expand().
TEST | ( | TestExecutables | , |
SimpleDecIrv9764x64Yuv | |||
) |
Definition at line 506 of file test_executables.cpp.
References run_mse_pae(), and run_ojph_expand().
TEST | ( | TestExecutables | , |
SimpleDecIrv978x512 | |||
) |
Definition at line 379 of file test_executables.cpp.
References run_mse_pae(), and run_ojph_expand().
TEST | ( | TestExecutables | , |
SimpleDecRev531024x4 | |||
) |
Definition at line 478 of file test_executables.cpp.
References run_mse_pae(), and run_ojph_expand().
TEST | ( | TestExecutables | , |
SimpleDecRev5332x32 | |||
) |
Definition at line 452 of file test_executables.cpp.
References run_mse_pae(), and run_ojph_expand().
TEST | ( | TestExecutables | , |
SimpleDecRev534x1024 | |||
) |
Definition at line 491 of file test_executables.cpp.
References run_mse_pae(), and run_ojph_expand().
TEST | ( | TestExecutables | , |
SimpleDecRev534x4 | |||
) |
Definition at line 465 of file test_executables.cpp.
References run_mse_pae(), and run_ojph_expand().
TEST | ( | TestExecutables | , |
SimpleDecRev5364x64 | |||
) |
Definition at line 439 of file test_executables.cpp.
References run_mse_pae(), and run_ojph_expand().
TEST | ( | TestExecutables | , |
SimpleDecRev5364x6416bit | |||
) |
Definition at line 823 of file test_executables.cpp.
References run_mse_pae(), and run_ojph_expand().
TEST | ( | TestExecutables | , |
SimpleDecRev5364x6416bitGray | |||
) |
Definition at line 836 of file test_executables.cpp.
References run_mse_pae(), and run_ojph_expand().
TEST | ( | TestExecutables | , |
SimpleDecRev5364x64GrayTiles | |||
) |
Definition at line 774 of file test_executables.cpp.
References run_mse_pae(), and run_ojph_expand().
TEST | ( | TestExecutables | , |
SimpleDecRev5364x64TilesYuv | |||
) |
Definition at line 551 of file test_executables.cpp.
References run_mse_pae(), and run_ojph_expand().
TEST | ( | TestExecutables | , |
SimpleDecRev5364x64Yuv | |||
) |
Definition at line 521 of file test_executables.cpp.
References run_mse_pae(), and run_ojph_expand().
TEST | ( | TestExecutables | , |
SimpleEncIrv971024x4 | |||
) |
Definition at line 929 of file test_executables.cpp.
References run_mse_pae(), run_ojph_compress(), and run_ojph_compress_expand().
TEST | ( | TestExecutables | , |
SimpleEncIrv97128x32 | |||
) |
Definition at line 1025 of file test_executables.cpp.
References run_mse_pae(), run_ojph_compress(), and run_ojph_compress_expand().
TEST | ( | TestExecutables | , |
SimpleEncIrv9716x16 | |||
) |
Definition at line 897 of file test_executables.cpp.
References run_mse_pae(), run_ojph_compress(), and run_ojph_compress_expand().
TEST | ( | TestExecutables | , |
SimpleEncIrv9716x256 | |||
) |
Definition at line 1009 of file test_executables.cpp.
References run_mse_pae(), run_ojph_compress(), and run_ojph_compress_expand().
TEST | ( | TestExecutables | , |
SimpleEncIrv97256x16 | |||
) |
Definition at line 993 of file test_executables.cpp.
References run_mse_pae(), run_ojph_compress(), and run_ojph_compress_expand().
TEST | ( | TestExecutables | , |
SimpleEncIrv9732x128 | |||
) |
Definition at line 1041 of file test_executables.cpp.
References run_mse_pae(), run_ojph_compress(), and run_ojph_compress_expand().
TEST | ( | TestExecutables | , |
SimpleEncIrv9732x32 | |||
) |
Definition at line 881 of file test_executables.cpp.
References run_mse_pae(), run_ojph_compress(), and run_ojph_compress_expand().
TEST | ( | TestExecutables | , |
SimpleEncIrv974x1024 | |||
) |
Definition at line 945 of file test_executables.cpp.
References run_mse_pae(), run_ojph_compress(), and run_ojph_compress_expand().
TEST | ( | TestExecutables | , |
SimpleEncIrv974x4 | |||
) |
Definition at line 913 of file test_executables.cpp.
References run_mse_pae(), run_ojph_compress(), and run_ojph_compress_expand().
TEST | ( | TestExecutables | , |
SimpleEncIrv97512x8 | |||
) |
Definition at line 961 of file test_executables.cpp.
References run_mse_pae(), run_ojph_compress(), and run_ojph_compress_expand().
TEST | ( | TestExecutables | , |
SimpleEncIrv9764x64 | |||
) |
Definition at line 865 of file test_executables.cpp.
References run_mse_pae(), run_ojph_compress(), and run_ojph_compress_expand().
TEST | ( | TestExecutables | , |
SimpleEncIrv9764x6416bit | |||
) |
Definition at line 1091 of file test_executables.cpp.
References run_mse_pae(), run_ojph_compress(), and run_ojph_compress_expand().
TEST | ( | TestExecutables | , |
SimpleEncIrv9764x6416bitGray | |||
) |
Definition at line 1107 of file test_executables.cpp.
References run_mse_pae(), run_ojph_compress(), and run_ojph_compress_expand().
TEST | ( | TestExecutables | , |
SimpleEncIrv9764x64Tiles33x33D5 | |||
) |
Definition at line 1058 of file test_executables.cpp.
References run_mse_pae(), run_ojph_compress(), and run_ojph_compress_expand().
TEST | ( | TestExecutables | , |
SimpleEncIrv9764x64Tiles33x33D6 | |||
) |
Definition at line 1075 of file test_executables.cpp.
References run_mse_pae(), run_ojph_compress(), and run_ojph_compress_expand().
TEST | ( | TestExecutables | , |
SimpleEncIrv9764x64Yuv | |||
) |
Definition at line 1270 of file test_executables.cpp.
References run_mse_pae(), run_ojph_compress(), and run_ojph_compress_expand().
TEST | ( | TestExecutables | , |
SimpleEncIrv978x512 | |||
) |
Definition at line 977 of file test_executables.cpp.
References run_mse_pae(), run_ojph_compress(), and run_ojph_compress_expand().
TEST | ( | TestExecutables | , |
SimpleEncIrv97TallNarrow | |||
) |
Definition at line 1308 of file test_executables.cpp.
References run_mse_pae(), run_ojph_compress(), and run_ojph_compress_expand().
TEST | ( | TestExecutables | , |
SimpleEncIrv97TallNarrow1 | |||
) |
Definition at line 1324 of file test_executables.cpp.
References run_mse_pae(), run_ojph_compress(), and run_ojph_compress_expand().
TEST | ( | TestExecutables | , |
SimpleEncRev531024x4 | |||
) |
Definition at line 1203 of file test_executables.cpp.
References run_mse_pae(), run_ojph_compress(), and run_ojph_compress_expand().
TEST | ( | TestExecutables | , |
SimpleEncRev5332x32 | |||
) |
Definition at line 1171 of file test_executables.cpp.
References run_mse_pae(), run_ojph_compress(), and run_ojph_compress_expand().
TEST | ( | TestExecutables | , |
SimpleEncRev534x1024 | |||
) |
Definition at line 1219 of file test_executables.cpp.
References run_mse_pae(), run_ojph_compress(), and run_ojph_compress_expand().
TEST | ( | TestExecutables | , |
SimpleEncRev534x4 | |||
) |
Definition at line 1187 of file test_executables.cpp.
References run_mse_pae(), run_ojph_compress(), and run_ojph_compress_expand().
TEST | ( | TestExecutables | , |
SimpleEncRev5364x64 | |||
) |
Definition at line 1155 of file test_executables.cpp.
References run_mse_pae(), run_ojph_compress(), and run_ojph_compress_expand().
TEST | ( | TestExecutables | , |
SimpleEncRev5364x6416bit | |||
) |
Definition at line 1123 of file test_executables.cpp.
References run_mse_pae(), run_ojph_compress(), and run_ojph_compress_expand().
TEST | ( | TestExecutables | , |
SimpleEncRev5364x6416bitGray | |||
) |
Definition at line 1139 of file test_executables.cpp.
References run_mse_pae(), run_ojph_compress(), and run_ojph_compress_expand().
TEST | ( | TestExecutables | , |
SimpleEncRev5364x64Tiles33x33D5 | |||
) |
Definition at line 1236 of file test_executables.cpp.
References run_mse_pae(), run_ojph_compress(), and run_ojph_compress_expand().
TEST | ( | TestExecutables | , |
SimpleEncRev5364x64Tiles33x33D6 | |||
) |
Definition at line 1253 of file test_executables.cpp.
References run_mse_pae(), run_ojph_compress(), and run_ojph_compress_expand().
TEST | ( | TestExecutables | , |
SimpleEncRev5364x64Yuv | |||
) |
Definition at line 1290 of file test_executables.cpp.
References run_mse_pae(), run_ojph_compress(), and run_ojph_compress_expand().
TEST | ( | TestExecutables | , |
SimpleEncRev53TallNarrow | |||
) |
Definition at line 1340 of file test_executables.cpp.
References run_mse_pae(), run_ojph_compress(), and run_ojph_compress_expand().
TEST | ( | TestExecutables | , |
SimpleEncRev53TallNarrow1 | |||
) |
Definition at line 1356 of file test_executables.cpp.
References run_mse_pae(), run_ojph_compress(), and run_ojph_compress_expand().