summaryrefslogtreecommitdiff
path: root/src/vp9_probs.h
Commit message (Collapse)AuthorAgeFilesLines
* Unify the coding style in the driverXiang, Haihao2017-04-071-47/+47
| | | | | | | | | | | | | | | Linux coding style is used in the driver source code. Use the command below to format/indent .c/.h files $> astyle --style=linux -cnpUH -s4 -M120 <file> A script of style_unify is added in the top-level directory to handle all .c/.h files in the driver. There is no change to any functionality This fixes https://github.com/01org/intel-vaapi-driver/issues/99 Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
* Add the low-level implementation of VP9 encodingZhao Yakui2016-05-271-0/+19
| | | | | | | | | | The following are includes: a. The definition of data structure related with VP9 encoding b. VME/PAK pipeline related with VP9 encoding c. The required helper function Signed-off-by: Zhao Yakui <yakui.zhao@intel.com> Reviewed-by: Sean V Kelley <sean.v.kelley@intel.com>
* Add common helper functions for VP9 Hw encodingZhao Yakui2016-05-261-0/+28
| | | | | | | | | Some are to initialize/update the frame_context related with VP9. The second is to initialize the uncompressed_header, which can be used when the user doesn't pass the uncompressed_header. Signed-off-by: Zhao Yakui <yakui.zhao@intel.com> Reviewed-by: Sean V Kelley <sean.v.kelley@intel.com>
* Refine vp9_probs.h so that the prob table can be used for encodingZhao Yakui2016-05-261-462/+24
| | | | | | | | Otherwise the prob definition will be defined twice if it is included in two files. Signed-off-by: Zhao Yakui <yakui.zhao@intel.com> Reviewed-by: Sean V Kelley <sean.v.kelley@intel.com>
* VP9 HWDEC:add vp9 table fileSirisha Muppavarapu2015-12-071-0/+640
Signed-off-by: Pengfei Qu <Pengfei.Qu@intel.com> Signed-off-by: Sirisha Muppavarapu <sirisha.muppavarapu@intel.com> Signed-off-by: peng.chen <peng.c.chen@intel.com> Reviewed-by: Zhao Yakui <yakui.zhao@intel.com>