summaryrefslogtreecommitdiff
path: root/src/gen9_mfd.h
Commit message (Collapse)AuthorAgeFilesLines
* Unify the coding style in the driverXiang, Haihao2017-04-071-8/+5
| | | | | | | | | | | | | | | 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>
* optimize the internal prob buffer managementpeng.chen2016-04-081-2/+0
| | | | Signed-off-by: peng.chen <peng.c.chen@intel.com>
* VP9HWDEC:fix vp9 hw decoder issuePengfei Qu2016-01-061-1/+9
| | | | | | | | | | | | | v2: codes change according to haihao's comments v1: 1. fix one segmentent fault issue 2. change and optimize the mv bufffer update the logic 3. fix one segment feature issue 4. fix one issue when loopfilter level is zero. Signed-off-by: Pengfei Qu <Pengfei.Qu@intel.com>
* VP9 HWDec: add VP9 HW decoding pipelinePengfei Qu2015-12-071-0/+26
| | | | | | | | | | | | | v2: fix sengment feature in inter frame v3: update the prob buffer logic v4: fix intra-only feature issue 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>
* HEVC/dec: Fix collocated_ref_idx and collocated_from_l0_flagXiang, Haihao2015-04-291-0/+4
| | | | Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
* HEVC: update frame store indexXiang, Haihao2014-12-141-0/+2
| | | | | Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com> (cherry picked from commit 6f3f9d024a5b000ae86b2b85d35b6e3679903f5d)
* HEVC: Set the default flat IQ matrixXiang, Haihao2014-12-141-0/+2
| | | | | Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com> (cherry picked from commit d76ba3c5d46878be134dcdf1c17bb1a4e7f276f2)
* HEVC: Add the frame store arrayXiang, Haihao2014-12-141-0/+2
| | | | | | | The function to update the frame store index will be added later Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com> (cherry picked from commit e758dcb38b37773df7253bc2ea7910adaf31258d)
* HEVC: All internal buffers used for HCP pipe on SKLXiang, Haihao2014-12-141-0/+10
| | | | | Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com> (cherry picked from commit fb48bc409a187ad1bc8a4ef626d95c4ecfaff828)
* HEVC: some variables used laterXiang, Haihao2014-12-141-0/+9
| | | | | Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com> (cherry picked from commit 4c8834b73dbf3b996b30ad05b140e07e52dd7ab9)
* Add the initial code for HEVC decoding on SKL into the driverXiang, Haihao2014-12-141-0/+45
The hcp (HEVC codec pipeline) for decoding will be built later Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com> (cherry picked from commit f5de561ddbf6f70efbbd9a2663327cce4ba5f0fb)