summaryrefslogtreecommitdiff
path: root/vp8/encoder/ethreading.c
diff options
context:
space:
mode:
authorsdeng <sdeng@google.com>2019-04-12 06:00:20 -0700
committersdeng <sdeng@google.com>2019-04-23 11:09:32 -0700
commit1d8d8f562bf382e47071bb38d13b7ded366820af (patch)
treeecfd580352785d31e6c08516ca269eb8610fa05c /vp8/encoder/ethreading.c
parent8cbea4a04902f749bae528b11485712d06411c44 (diff)
downloadlibvpx-1d8d8f562bf382e47071bb38d13b7ded366820af.tar
libvpx-1d8d8f562bf382e47071bb38d13b7ded366820af.tar.gz
libvpx-1d8d8f562bf382e47071bb38d13b7ded366820af.tar.bz2
libvpx-1d8d8f562bf382e47071bb38d13b7ded366820af.zip
Add VPX_TUNE_SSIM and VPX_TUNE_PSNR enums
Change-Id: I3df5af2c60b774e6d395062077542c52db868236
Diffstat (limited to 'vp8/encoder/ethreading.c')
-rw-r--r--vp8/encoder/ethreading.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vp8/encoder/ethreading.c b/vp8/encoder/ethreading.c
index 55a1528b1..7714d9d76 100644
--- a/vp8/encoder/ethreading.c
+++ b/vp8/encoder/ethreading.c
@@ -149,7 +149,7 @@ static THREAD_FUNCTION thread_encoding_proc(void *p_data) {
/* Copy current mb to a buffer */
vp8_copy_mem16x16(x->src.y_buffer, x->src.y_stride, x->thismb, 16);
- if (cpi->oxcf.tuning == VP8_TUNE_SSIM) vp8_activity_masking(cpi, x);
+ if (cpi->oxcf.tuning == VPX_TUNE_SSIM) vp8_activity_masking(cpi, x);
/* Is segmentation enabled */
/* MB level adjustment to quantizer */