summaryrefslogtreecommitdiff
path: root/src/gen8_mfc.c
Commit message (Expand)AuthorAgeFilesLines
* Remove 'if' statementXiang, Haihao2018-03-141-5/+1
* Don't compare an unsigned variable with 0Xiang, Haihao2018-03-141-1/+1
* ENC/jpeg: fix regression with Small optimizationXiang, Haihao2018-01-121-2/+2
* Add support for VP8 encode on CNLXiang, Haihao2018-01-111-2/+156
* Add the initial support of CNLZhao Yakui2018-01-111-3/+6
* Small optimization while removing warningVictor Toso2018-01-101-10/+5
* fix memset size for fixed arrayU. Artie Eoff2017-11-271-2/+2
* update gen8 avc encoder code pathWang Tiatian2017-09-221-1/+5
* Fix AUD insert issue in AVC encoder with GEN6/7.5/8.Jun Zhao2017-05-221-7/+10
* Unify the coding style in the driverXiang, Haihao2017-04-071-741/+736
* Set the pipeline to use the new VP8 encoding shaders on BSWXiang, Haihao2017-02-221-1/+7
* Fix the incorrect 48-bit address reallocationZhao Yakui2017-01-171-43/+30
* Follow the HW spec to configure the buffer cache on Gen9+Zhao Yakui2017-01-171-14/+19
* Fix the incorrect configuration of media_pipeline power domainZhao Yakui2017-01-171-2/+3
* H264 Encoding:Free aux_batchbuffer to configure access domain correctly for P...Zhao Yakui2017-01-171-2/+5
* H.264 encoder: add a simple reactive VBR rate control modeMark Thompson2017-01-101-5/+5
* VP8 encoder: use generic rate control parametersMark Thompson2016-12-231-56/+17
* Use obtained eu_counts to configure GPU media pipeline on Gen8/Gen9Zhao Yakui2016-11-211-1/+5
* Move sampler state related settings to the inner structure in i965_gpe_contextXiang, Haihao2016-11-181-1/+2
* Move interface descriptor remapping table related settings to the inner struc...Xiang, Haihao2016-11-181-3/+4
* Move all curbe related settings to the inner structure in i965_gpe_contextXiang, Haihao2016-11-181-1/+1
* svct: hrd check per layerXiang, Haihao2016-10-271-12/+12
* svct: Save the frame numbers for each frame type in a GOP per layerXiang, Haihao2016-10-241-3/+3
* svct: Usa an array to store QP rounding accumulatorXiang, Haihao2016-10-241-5/+5
* Update CBR algo for H.264 per tempolar layerXiang, Haihao2016-09-161-2/+2
* Use arrays to store BRC related parameters per temporal layerXiang, Haihao2016-09-161-23/+23
* Change the type of the 2nd parameter of intel_mfc_update_hrd()Xiang, Haihao2016-09-161-4/+5
* Use a 2-dimensional array to store misc parametersXiang, Haihao2016-09-161-3/+3
* move QpPrimeY to another inner structure for H.264/VP8 BRCXiang, Haihao2016-09-161-19/+19
* Remove unused fields and code in H.264/VP8 BRCXiang, Haihao2016-09-161-32/+3
* Remove unused fields in struct encode_stateXiang, Haihao2016-08-191-1/+1
* scaling matrix of h264 encoder on gen7/gen7.5/gen8/gen9Jia Meng2016-08-151-30/+92
* ROI:enable on gen8 and gen9Pengfei Qu2016-08-151-16/+37
* gen8_mfc: fix memory leak during vp8 encodingHyunjun Ko2016-08-101-0/+1
* Encoding: H264 uses the GPU to construct the PAK obj command on Gen8+Zhao Yakui2016-06-131-196/+192
* Encoding: Encoding reuses aux_batchbuffer instead of allocate new bufferZhao Yakui2016-06-131-16/+7
* Clean up unused local variable 'i965'Lim Siew Hoon2015-09-061-3/+0
* Fix suspiciously placed semicolon at if statement.Lim Siew Hoon2015-09-061-2/+2
* Fix memset initialize for huff_co_table and huff_si_table arrayLim Siew Hoon2015-09-061-2/+2
* Fix memset initialize value for huff_size_table and huff_code_tableLim Siew Hoon2015-09-061-2/+2
* Fix klockwork critical message hit on calloc function usageLim Siew Hoon2015-09-061-1/+1
* VP8 HWEnc: Init CBR QP at begining of gen8_mfc_vp8_initZhong Li2015-05-221-0/+13
* VP8 HWEnc: Fix vp8 mv incorrectly stored issueZhong Li2015-05-071-2/+5
* VP8 HWEnc: Alloc larger memory for internal bufferZhong Li2015-04-291-2/+2
* VP8 HWEnc: Add CBR SupportZhong Li2015-04-291-8/+351
* Fix the quality factor.Sirisha Muppavarapu2015-03-261-3/+13
* VP8 HWEnc: Add BSW VP8 HWEnc supportZhong Li2015-03-191-4/+913
* jpeg_enc: Fix the column raster conversion of quatization matrix.Sreerenj Balachandran2015-03-091-5/+5
* jpeg_enc: Fix the quatisation matrix scaling.Sreerenj Balachandran2015-03-091-2/+2
* jpeg_enc: Avoid integer overflow while doing quality factor scalingSreerenj Balachandran2015-03-091-2/+4