summaryrefslogtreecommitdiff
path: root/src/gen6_mfc_common.c
Commit message (Expand)AuthorAgeFilesLines
* Fix off-by-one in use of ROI regions in CQP modeMark Thompson2019-03-071-1/+1
* Remove dependency on EncROI attribute to enable encoding with ROIMark Thompson2019-03-071-1/+1
* Use f_code to determine max MV lengthMark Thompson2018-04-281-15/+3
* AVC encoder: fix ROI CQP array indexingU. Artie Eoff2017-12-011-5/+5
* AVC encoder: fix ROI config for CQPU. Artie Eoff2017-12-011-0/+2
* Remove unused variableMark Thompson2017-10-101-1/+0
* Don't create SEI unitXiang, Haihao2017-09-271-25/+0
* Fix AUD insert issue in AVC encoder with GEN6/7.5/8.Jun Zhao2017-05-221-4/+52
* ENC: fix the low quality at the first GOP for AVC encoder on the platform pre...Pengfei Qu2017-05-111-4/+12
* Make the compiler happyChih-Wei Huang2017-05-021-0/+1
* Unify the coding style in the driverXiang, Haihao2017-04-071-137/+133
* H.264 encoder: add a simple reactive VBR rate control modeMark Thompson2017-01-101-4/+122
* AVC encoder: use generic ROI parametersXiang, Haihao2017-01-051-40/+20
* H.264 encoder: respect initial QP settingMark Thompson2017-01-051-9/+15
* H.264 encoder: respect min QP settingMark Thompson2017-01-051-12/+16
* i965_encoder: consistently represent framerate as a fractionMark Thompson2016-12-231-4/+7
* svct: hrd check per layerXiang, Haihao2016-10-271-21/+26
* svct: Adjust the estimated frame size for QP=1Xiang, Haihao2016-10-241-2/+6
* svct: Save the frame numbers for each frame type in a GOP per layerXiang, Haihao2016-10-241-14/+23
* svct: Save the current slice type per layerXiang, Haihao2016-10-241-0/+3
* svct: Save the current frame size per layerXiang, Haihao2016-10-241-0/+7
* 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-26/+48
* Initialize internal related parameters per temporal layer for H.264 BRCXiang, Haihao2016-09-161-28/+42
* Use arrays to store BRC related parameters per temporal layerXiang, Haihao2016-09-161-33/+33
* Change the type of the 2nd parameter of intel_mfc_update_hrd()Xiang, Haihao2016-09-161-3/+5
* Use arrays to store bitrate and framerateXiang, Haihao2016-09-161-3/+3
* Use a 2-dimensional array to store misc parametersXiang, Haihao2016-09-161-2/+2
* move QpPrimeY to another inner structure for H.264/VP8 BRCXiang, Haihao2016-09-161-27/+31
* Remove unused fields and code in H.264/VP8 BRCXiang, Haihao2016-09-161-26/+3
* Do not use the input parameters directly in H.264 BRCXiang, Haihao2016-09-161-33/+19
* Remove unnecessary code in H.264 BRCXiang, Haihao2016-09-161-50/+2
* intel_mfc_brc_prepare() only works for H.264 or H.264 MVCXiang, Haihao2016-09-161-1/+4
* HEVC10bit ENC:enable hevc 10bit on VME and PAKPengfei Qu2016-09-081-0/+13
* Set cost to 0 for CHROMA INTRA modeXiang, Haihao2016-08-191-1/+1
* ROI:enable on gen8 and gen9Pengfei Qu2016-08-151-24/+32
* Encoding: ROI support for CQP/CBR on Haswell/IvyZhao Yakui2016-08-151-5/+197
* encoding:use the qp per every macroblock on Ivy and haswellZhao Yakui2016-08-151-3/+15
* Encoding: Add one ROI flag and ROI bufferZhao Yakui2016-08-151-0/+69
* Encoding: mbmv cost table related changes for ROIZhao Yakui2016-08-151-23/+137
* Set cost for modes used for VP8 encodingXiang, Haihao2016-08-041-0/+11
* Encode: Set cost for MODE_CHROMA_INTRA/MODE_REFID_COSTXiang, Haihao2016-07-291-0/+5
* encode: h264, h265: Remove unnecessary warningSreerenj Balachandran2016-07-221-3/+0
* Make intel_avc_find_skipemulcnt() a public functionXiang, Haihao2016-05-091-52/+0
* HEVC ENC:add CBR feature.Pengfei Qu2015-11-181-5/+23
* Fix klockwork critical message hit on calloc function usageLim Siew Hoon2015-09-061-0/+2
* VP8 HWEnc: Modify qp threshold value for mode cost calculatationZhong Li2015-06-121-1/+1
* HEVC: Fix the Wrong slice type usageSreerenj Balachandran2015-06-021-2/+2
* VP8 HWEnc: Fix CBR qp setting for vme costZhong Li2015-05-221-2/+9
* VP8 HWEnc: Add CBR SupportZhong Li2015-04-291-19/+0