Searched refs:vmaf (Results 1 – 7 of 7) sorted by relevance
/external/webrtc/rtc_tools/ |
D | compare_videos.py | 75 if options.vmaf and not options.vmaf_model: 119 options.vmaf, 134 vmaf = subprocess.Popen(cmd, stdin=_DevNull(), 136 vmaf.wait() 137 if vmaf.returncode != 0: 166 if options.vmaf:
|
/external/libaom/libaom/aom_dsp/ |
D | vmaf.c | 97 double *const vmaf) { in aom_calc_vmaf() argument 115 *vmaf = vmaf_score; in aom_calc_vmaf() 122 int frame_width, int frame_height, int bit_depth, double *vmaf) { in aom_calc_vmaf_multi_frame() argument 152 vmaf[frame_index++] = score; in aom_calc_vmaf_multi_frame()
|
D | vmaf.h | 19 double *vmaf); 25 int frame_width, int frame_height, int bit_depth, double *vmaf);
|
D | aom_dsp.cmake | 295 list(APPEND AOM_DSP_ENCODER_SOURCES "${AOM_ROOT}/aom_dsp/vmaf.c" 296 "${AOM_ROOT}/aom_dsp/vmaf.h")
|
/external/libaom/libaom/av1/encoder/ |
D | tune_vmaf.c | 566 const double vmaf = scores[index]; in av1_set_mb_vmaf_rdmult_scaling() local 567 const double dvmaf = kBaselineVmaf - vmaf; in av1_set_mb_vmaf_rdmult_scaling()
|
/external/libaom/libaom/ |
D | README.md | 17 - [Build with VMAF support](#build-with-vmaf) 318 [libvmaf.a](https://github.com/Netflix/vmaf/blob/master/resource/doc/libvmaf.md), 330 # --vmaf-model-path=path/to/model
|
D | CMakeLists.txt | 436 find_library(VMAF libvmaf.a vmaf)
|