Searched defs:VideoContentMetrics (Results 1 – 2 of 2) sorted by relevance
398 struct VideoContentMetrics struct400 VideoContentMetrics(): motionMagnitudeNZ(0), sizeZeroMotion(0), spatialPredErr(0), in VideoContentMetrics() argument404 void Reset(){ motionMagnitudeNZ = 0; sizeZeroMotion = 0; spatialPredErr = 0; in Reset()409 float motionMagnitudeNZ;410 float sizeZeroMotion;411 float spatialPredErr;412 float spatialPredErrH;413 float spatialPredErrV;414 float motionPredErr;415 float motionHorizontalness;[all …]
377 struct VideoContentMetrics { struct378 VideoContentMetrics() in VideoContentMetrics() function384 void Reset() { in Reset()390 float motion_magnitude;391 float spatial_pred_err;392 float spatial_pred_err_h;393 float spatial_pred_err_v;