summaryrefslogtreecommitdiff
path: root/vp9/encoder/vp9_onyx_int.h
diff options
context:
space:
mode:
authorRonald S. Bultje <rbultje@google.com>2013-02-08 11:33:11 -0800
committerGerrit Code Review <gerrit@gerrit.golo.chromium.org>2013-02-13 12:31:00 -0800
commit89a206ef2f5460aba239f68453ab61f0ca4f8a2e (patch)
tree40d820cd9dfabfc83b35c70945f7d4bdc083bdbb /vp9/encoder/vp9_onyx_int.h
parent56049d9488af78bf29a45eaa4625b75d4def865e (diff)
downloadlibvpx-89a206ef2f5460aba239f68453ab61f0ca4f8a2e.tar
libvpx-89a206ef2f5460aba239f68453ab61f0ca4f8a2e.tar.gz
libvpx-89a206ef2f5460aba239f68453ab61f0ca4f8a2e.tar.bz2
libvpx-89a206ef2f5460aba239f68453ab61f0ca4f8a2e.zip
Add support for tile rows.
These allow sending partial bitstream packets over the network before encoding a complete frame is completed, thus lowering end-to-end latency. The tile-rows are not independent. Change-Id: I99986595cbcbff9153e2a14f49b4aa7dee4768e2
Diffstat (limited to 'vp9/encoder/vp9_onyx_int.h')
-rw-r--r--vp9/encoder/vp9_onyx_int.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vp9/encoder/vp9_onyx_int.h b/vp9/encoder/vp9_onyx_int.h
index 7acaef472..1476de4da 100644
--- a/vp9/encoder/vp9_onyx_int.h
+++ b/vp9/encoder/vp9_onyx_int.h
@@ -347,7 +347,7 @@ typedef struct VP9_COMP {
YV12_BUFFER_CONFIG last_frame_uf;
TOKENEXTRA *tok;
- unsigned int tok_count;
+ unsigned int tok_count[1 << 6];
unsigned int frames_since_key;