summaryrefslogtreecommitdiff
path: root/vp9/encoder/vp9_onyx_int.h
diff options
context:
space:
mode:
authorJingning Han <jingning@google.com>2013-02-27 17:09:12 -0800
committerJingning Han <jingning@google.com>2013-03-04 11:08:41 -0800
commit5957b2b514f12fcb9549f3a97ec82dbab34f1ad7 (patch)
treeb93cc3faab9bf17799ab2c1c2808fc29a2b5e5f3 /vp9/encoder/vp9_onyx_int.h
parent2d3e879fccef330d89f5e5ae6c718cb37d888d2a (diff)
downloadlibvpx-5957b2b514f12fcb9549f3a97ec82dbab34f1ad7.tar
libvpx-5957b2b514f12fcb9549f3a97ec82dbab34f1ad7.tar.gz
libvpx-5957b2b514f12fcb9549f3a97ec82dbab34f1ad7.tar.bz2
libvpx-5957b2b514f12fcb9549f3a97ec82dbab34f1ad7.zip
Support 16K sequence coding
Fixed a couple of variable/function definitions, as well as header handling to support 16K sequence coding at high bit-rates. The width and height are each specified by two bytes in the header. Use an extra byte to explicitly indicate the scaling factors in both directions, each ranging from 0 to 15. Tested coding up to 16400x16400 dimension. Change-Id: Ibc2225c6036620270f2c0cf5172d1760aaec10ec
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 02a371964..0bc7bc835 100644
--- a/vp9/encoder/vp9_onyx_int.h
+++ b/vp9/encoder/vp9_onyx_int.h
@@ -485,7 +485,7 @@ typedef struct VP9_COMP {
int kf_boost;
int kf_zeromotion_pct;
- int target_bandwidth;
+ int64_t target_bandwidth;
struct vpx_codec_pkt_list *output_pkt_list;
#if 0