summaryrefslogtreecommitdiff
path: root/vp9/common/vp9_prob.h
AgeCommit message (Collapse)Author
2014-10-01Remove repeated vpx_integer.h from vp9_prob.hJingning Han
The file vpx_integer.h has been included and used in the parent file vp9_common.h. Change-Id: I9c65f08353576f9ef1e5ea17244fc5ca964ec002
2014-08-01signed unsigned mismatch - warning errorJim Bankoski
Change-Id: I991e36aa3cfa62aae6d27b253297dd9ca9e8bc12
2014-07-24Fix potential ioc issue in vp9_get_prob for 4K above sizesJingning Han
This commit turns on the existing vp9_get_prob function using 64 bit in the intermediate step. It fixes the ioc issue for 4K above frame sizes (issue 828). Change-Id: I9f627f3beca2c522f73b38fd2a3e7eefdff01a7c
2014-02-10Convert header static functions to inline or make them global.Jim Bankoski
Change-Id: Ib26fbfef3505299f754e5af6c437a85d7746fc28
2014-01-23vp9/common: add extern "C" to headersJames Zern
Change-Id: Ic334da9aee968e33762c2b25d9fbad24c844b411
2014-01-15Delete outdated comment & tidy-up othersAdrian Grange
Change-Id: I83031180723ee59270ec8fb66b2f73c0796bee25
2013-12-20Moving MAX_PROB constant to vp9_prob.h.Dmitry Kovalev
Change-Id: I07470ad1b7a0344d088911428ffab8ba9a0d8708
2013-12-16Converting vp9_treecoder.h to vp9_prob.{h, c}Dmitry Kovalev
Moving vp9_norm probability table from vp9_entropy.c to vp9_prob.c Change-Id: Ie757b73860c6f43130790c332b292e2a1a81b788