|
FFmpeg
|
Data Fields | |
| const AVClass * | class |
| FFFrameSync | fs |
| const AVPixFmtDescriptor * | desc |
| int | width |
| int | height |
| double | vmaf_score |
| int | vmaf_thread_created |
| pthread_t | vmaf_thread |
| pthread_mutex_t | lock |
| pthread_cond_t | cond |
| int | eof |
| AVFrame * | gmain |
| AVFrame * | gref |
| int | frame_set |
| char * | model_path |
| char * | log_path |
| char * | log_fmt |
| int | disable_clip |
| int | disable_avx |
| int | enable_transform |
| int | phone_model |
| int | psnr |
| int | ssim |
| int | ms_ssim |
| char * | pool |
| int | n_threads |
| int | n_subsample |
| int | enable_conf_interval |
| int | error |
Definition at line 39 of file vf_libvmaf.c.
| const AVClass* LIBVMAFContext::class |
Definition at line 40 of file vf_libvmaf.c.
| FFFrameSync LIBVMAFContext::fs |
Definition at line 41 of file vf_libvmaf.c.
| const AVPixFmtDescriptor* LIBVMAFContext::desc |
Definition at line 42 of file vf_libvmaf.c.
| int LIBVMAFContext::width |
Definition at line 43 of file vf_libvmaf.c.
| int LIBVMAFContext::height |
Definition at line 44 of file vf_libvmaf.c.
| double LIBVMAFContext::vmaf_score |
Definition at line 45 of file vf_libvmaf.c.
| int LIBVMAFContext::vmaf_thread_created |
Definition at line 46 of file vf_libvmaf.c.
| pthread_t LIBVMAFContext::vmaf_thread |
Definition at line 47 of file vf_libvmaf.c.
| pthread_mutex_t LIBVMAFContext::lock |
Definition at line 48 of file vf_libvmaf.c.
| pthread_cond_t LIBVMAFContext::cond |
Definition at line 49 of file vf_libvmaf.c.
| int LIBVMAFContext::eof |
Definition at line 50 of file vf_libvmaf.c.
| AVFrame* LIBVMAFContext::gmain |
Definition at line 51 of file vf_libvmaf.c.
| AVFrame* LIBVMAFContext::gref |
Definition at line 52 of file vf_libvmaf.c.
| int LIBVMAFContext::frame_set |
Definition at line 53 of file vf_libvmaf.c.
| char* LIBVMAFContext::model_path |
Definition at line 54 of file vf_libvmaf.c.
| char* LIBVMAFContext::log_path |
Definition at line 55 of file vf_libvmaf.c.
| char* LIBVMAFContext::log_fmt |
Definition at line 56 of file vf_libvmaf.c.
| int LIBVMAFContext::disable_clip |
Definition at line 57 of file vf_libvmaf.c.
| int LIBVMAFContext::disable_avx |
Definition at line 58 of file vf_libvmaf.c.
| int LIBVMAFContext::enable_transform |
Definition at line 59 of file vf_libvmaf.c.
| int LIBVMAFContext::phone_model |
Definition at line 60 of file vf_libvmaf.c.
| int LIBVMAFContext::psnr |
Definition at line 61 of file vf_libvmaf.c.
| int LIBVMAFContext::ssim |
Definition at line 62 of file vf_libvmaf.c.
| int LIBVMAFContext::ms_ssim |
Definition at line 63 of file vf_libvmaf.c.
| char* LIBVMAFContext::pool |
Definition at line 64 of file vf_libvmaf.c.
| int LIBVMAFContext::n_threads |
Definition at line 65 of file vf_libvmaf.c.
| int LIBVMAFContext::n_subsample |
Definition at line 66 of file vf_libvmaf.c.
| int LIBVMAFContext::enable_conf_interval |
Definition at line 67 of file vf_libvmaf.c.
| int LIBVMAFContext::error |
Definition at line 68 of file vf_libvmaf.c.
1.8.17