Searched refs:vfr (Results 1 - 6 of 6) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
H A D | vf_vfrdet.c | 34 uint64_t vfr; member 53 s->vfr++; in filter_frame() 84 av_log(ctx, AV_LOG_INFO, "VFR:%f (%"PRIu64"/%"PRIu64")", s->vfr / (float)(s->vfr + s->cfr), s->vfr, s->cfr); in uninit() 85 if (s->vfr) in uninit() 86 av_log(ctx, AV_LOG_INFO, " min: %"PRId64" max: %"PRId64" avg: %"PRId64, s->min_delta, s->max_delta, s->avg_delta / s->vfr); in uninit()
|
/third_party/ffmpeg/libavcodec/ |
H A D | texturedspenc.c | 245 float covf[6], vfr, vfg, vfb; in optimize_colors() local 292 vfr = (float) (max[0] - min[0]); in optimize_colors() 297 float r = vfr * covf[0] + vfg * covf[1] + vfb * covf[2]; in optimize_colors() 298 float g = vfr * covf[1] + vfg * covf[3] + vfb * covf[4]; in optimize_colors() 299 float b = vfr * covf[2] + vfg * covf[4] + vfb * covf[5]; in optimize_colors() 301 vfr = r; in optimize_colors() 306 magn = fabs(vfr); in optimize_colors() 320 v_r = (int) (vfr * magn); in optimize_colors()
|
/third_party/ffmpeg/tests/fate/ |
H A D | lossless-video.mak | 16 FATE_LAGARITH += fate-lagarith-ticket4119 fate-lagarith-ticket4119-cfr fate-lagarith-ticket4119-vfr fate-lagarith-ticket4119-pass 19 fate-lagarith-ticket4119-vfr : CMD = framecrc -i $(TARGET_SAMPLES)/lagarith/lagarith-1.3.27-black-frames-and-off-by-ones.avi -vsync vfr
|
H A D | filter-video.mak | 354 FATE_FILTER-$(call FILTERFRAMECRC, TESTSRC SINE CONCAT, FILE_PROTOCOL) += fate-filter-concat fate-filter-concat-vfr 357 fate-filter-concat-vfr: tests/data/filtergraphs/concat-vfr 358 fate-filter-concat-vfr: CMD = framecrc -filter_complex_script $(TARGET_PATH)/tests/data/filtergraphs/concat-vfr
|
/third_party/skia/third_party/externals/angle2/src/image_util/ |
H A D | loadimage_etc.cpp | 1045 float vfr = static_cast<float>(max[0] - min[0]); in selectEndPointPCA() local 1053 float r = vfr * cov[0] + vfg * cov[1] + vfb * cov[2]; in selectEndPointPCA() 1054 float g = vfr * cov[1] + vfg * cov[3] + vfb * cov[4]; in selectEndPointPCA() 1055 float b = vfr * cov[2] + vfg * cov[4] + vfb * cov[5]; in selectEndPointPCA() 1057 vfr = r; in selectEndPointPCA() 1065 vfr *= invNorm; in selectEndPointPCA() 1087 float magn = std::max(std::max(std::abs(vfr), std::abs(vfg)), std::abs(vfb)); in selectEndPointPCA() 1089 vr = static_cast<int>(vfr * magn); in selectEndPointPCA()
|
/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsFboUtil.hpp | 264 //! image with name `imageName` is `image`, using `vfr` to check format 267 const FboVerifier& vfr) const;
|
Completed in 8 milliseconds