summaryrefslogtreecommitdiff
path: root/vpx/vp8cx.h
diff options
context:
space:
mode:
authorJerome Jiang <jianj@google.com>2023-03-22 20:18:39 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2023-03-22 20:18:39 +0000
commit78bb8e1c0a9b386b983c4e7cadf2ffb7b3b52bd5 (patch)
tree0a135f44f22fcd19be23ff068e9694aac5775950 /vpx/vp8cx.h
parent9c15fb62b3dfe1c698dc28f9efedb022b0ef8eb8 (diff)
downloadlibvpx-78bb8e1c0a9b386b983c4e7cadf2ffb7b3b52bd5.tar
libvpx-78bb8e1c0a9b386b983c4e7cadf2ffb7b3b52bd5.tar.gz
libvpx-78bb8e1c0a9b386b983c4e7cadf2ffb7b3b52bd5.tar.bz2
libvpx-78bb8e1c0a9b386b983c4e7cadf2ffb7b3b52bd5.zip
Revert "Add codec control to get tpl stats"
This reverts commit 9c15fb62b3dfe1c698dc28f9efedb022b0ef8eb8. Reason for revert: vpxenc should only use public interface Original change's description: > Add codec control to get tpl stats > > Add command line flag to vpxenc to export tpl stats > > Bug: b/273736974 > Change-Id: I6980096531b0c12fbf7a307fdef4c562d0c29e32 Bug: b/273736974 Change-Id: Ifa8951bb34e5936bbfc33086b22e9fc36d379bc9
Diffstat (limited to 'vpx/vp8cx.h')
-rw-r--r--vpx/vp8cx.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/vpx/vp8cx.h b/vpx/vp8cx.h
index 01c055867..e0b679fbb 100644
--- a/vpx/vp8cx.h
+++ b/vpx/vp8cx.h
@@ -767,13 +767,6 @@ enum vp8e_enc_control_id {
*
*/
VP9E_SET_QUANTIZER_ONE_PASS,
-
- /*!\brief Codec control to get TPL stats for the current frame.
- *
- * Supported in codecs: VP9
- *
- */
- VP9E_GET_TPL_STATS,
};
/*!\brief vpx 1-D scaling mode
@@ -1104,8 +1097,6 @@ VPX_CTRL_USE_TYPE(VP8E_SET_RTC_EXTERNAL_RATECTRL, int)
#define VPX_CTRL_VP8E_SET_RTC_EXTERNAL_RATECTRL
VPX_CTRL_USE_TYPE(VP9E_SET_QUANTIZER_ONE_PASS, int)
#define VPX_CTRL_VP9E_SET_QUANTIZER_ONE_PASS
-VPX_CTRL_USE_TYPE(VP9E_GET_TPL_STATS, void *)
-#define VPX_CTRL_VP9E_GET_TPL_STATS
/*!\endcond */
/*! @} - end defgroup vp8_encoder */