webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <limits.h>
#include <stdio.h>
#include <stdlib.h>
#include <map>
#include <string>
#include <vector>
#include "webrtc/tools/frame_analyzer/video_quality_analysis.h"
#include "webrtc/tools/simple_command_line_parser.h"
Macros | |
#define | MAX_NUM_FRAMES_PER_FILE INT_MAX |
Functions | |
void | CompareFiles (const char *reference_file_name, const char *test_file_name, const char *results_file_name, int width, int height) |
int | main (int argc, char **argv) |
#define MAX_NUM_FRAMES_PER_FILE INT_MAX |
void CompareFiles | ( | const char * | reference_file_name, |
const char * | test_file_name, | ||
const char * | results_file_name, | ||
int | width, | ||
int | height | ||
) |
int main | ( | int | argc, |
char ** | argv | ||
) |