Home
last modified time | relevance | path

Searched defs:VideoContentMetrics (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/src/modules/interface/
Dmodule_common_types.h398 struct VideoContentMetrics struct
400 VideoContentMetrics(): motionMagnitudeNZ(0), sizeZeroMotion(0), spatialPredErr(0), in VideoContentMetrics() argument
404 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 …]
/external/chromium_org/third_party/webrtc/modules/interface/
Dmodule_common_types.h377 struct VideoContentMetrics { struct
378 VideoContentMetrics() in VideoContentMetrics() function
384 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;