Skip to content

Instantly share code, notes, and snippets.

@master-of-zen
Last active April 23, 2021 19:04
Show Gist options
  • Save master-of-zen/98c71a127bf13b2ab1732f374f65cc6b to your computer and use it in GitHub Desktop.
Save master-of-zen/98c71a127bf13b2ab1732f374f65cc6b to your computer and use it in GitHub Desktop.
Aomenc stat fields
# Fields meanings: <source root>/av1/encoder/firstpass.h
fields = [
"frame",
"weight",
"intra_error",
"frame_avg_wavelet_energy",
"coded_error",
"sr_coded_error",
"tr_coded_error",
"pcnt_inter",
"pcnt_motion",
"pcnt_second_ref",
"pcnt_third_ref",
"pcnt_neutral",
"intra_skip_pct",
"inactive_zone_rows",
"inactive_zone_cols",
"MVr",
"mvr_abs",
"MVc",
"mvc_abs",
"MVrv",
"MVcv",
"mv_in_out_count",
"new_mv_count",
"duration",
"count",
"raw_error_stdev",
"is_flash",
"noise_var",
"cor_coeff",
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment