Home
last modified time | relevance | path

Searched refs:vmaf (Results 1 – 7 of 7) sorted by relevance

/external/webrtc/rtc_tools/
Dcompare_videos.py75 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/
Dvmaf.c97 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()
Dvmaf.h19 double *vmaf);
25 int frame_width, int frame_height, int bit_depth, double *vmaf);
Daom_dsp.cmake295 list(APPEND AOM_DSP_ENCODER_SOURCES "${AOM_ROOT}/aom_dsp/vmaf.c"
296 "${AOM_ROOT}/aom_dsp/vmaf.h")
/external/libaom/libaom/av1/encoder/
Dtune_vmaf.c566 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/
DREADME.md17 - [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
DCMakeLists.txt436 find_library(VMAF libvmaf.a vmaf)