summaryrefslogtreecommitdiff
path: root/vp9/simple_encode.h
diff options
context:
space:
mode:
authorangiebird <angiebird@google.com>2019-11-26 13:43:03 -0800
committerangiebird <angiebird@google.com>2019-12-03 18:32:48 -0800
commitf0878a719ab79c743e561e2eb35855219f73d969 (patch)
tree78b4e48f3b62fac099a86de92d3070f95d9d6533 /vp9/simple_encode.h
parent8d211a3969ecf2d942edd5063a6d19317e5c28ec (diff)
downloadlibvpx-f0878a719ab79c743e561e2eb35855219f73d969.tar.gz
libvpx-f0878a719ab79c743e561e2eb35855219f73d969.tar.bz2
libvpx-f0878a719ab79c743e561e2eb35855219f73d969.zip
Describe ObserveFirstPassStats with more details
Change-Id: I7c15aeaf0c0884b7c7b265fb03fbbb9ccc6b73be
Diffstat (limited to 'vp9/simple_encode.h')
-rw-r--r--vp9/simple_encode.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/vp9/simple_encode.h b/vp9/simple_encode.h
index f2344a240..a05ef10cb 100644
--- a/vp9/simple_encode.h
+++ b/vp9/simple_encode.h
@@ -51,7 +51,10 @@ class SimpleEncode {
// future encode.
void ComputeFirstPassStats();
- // Outputs the first pass stats.
+ // Outputs the first pass stats represented by a 2-D vector.
+ // One can use the frame index at first dimension to retrieve the stats for
+ // each video frame. The stats of each video frame is a vector of 25 double
+ // values. For details, please check FIRSTPASS_STATS in vp9_firstpass.h
std::vector<std::vector<double>> ObserveFirstPassStats();
// Initializes the encoder for actual encoding.