summaryrefslogtreecommitdiff
path: root/vp8/encoder/rdopt.c
AgeCommit message (Expand)Author
2012-10-29Inconsistent reference to MacroblockD data structure.Paul Wilkins
2012-10-29Merge "invoke macro removal encodemb" into experimentalPaul Wilkins
2012-10-29invoke macro removal encodembJim Bankoski
2012-10-26Merge "Explicit MV reference experiment." into experimentalPaul Wilkins
2012-10-26Explicit MV reference experiment.Paul Wilkins
2012-10-25Fix 4x4 intra prediction on the edge of SB rows.Ronald S. Bultje
2012-10-25Fix yet another typo in splitmv/tx_select code.Ronald S. Bultje
2012-10-24Fix typo in splitmv/tx_select code.Ronald S. Bultje
2012-10-23Merge "Change eob[] array type in splitmv RD loop to a regular integer." into...pascal massimino
2012-10-23Change eob[] array type in splitmv RD loop to a regular integer.Ronald S. Bultje
2012-10-23Merging in the Switchable interp experimentDeb Mukherjee
2012-10-22Merge "Change entropy context assignment style from *(x + y) = z to x[y] = z....Ronald S. Bultje
2012-10-22Merging in the TX_SELECT experimentDeb Mukherjee
2012-10-22Merge of the newmventropy experimentDeb Mukherjee
2012-10-22Change entropy context assignment style from *(x + y) = z to x[y] = z.Ronald S. Bultje
2012-10-22Merge changes I02e7f64a,Ide954b00,Idc8b5977 into experimentalRonald S. Bultje
2012-10-22Merge "Merging the hybrid transform experiments" into experimentalDeb Mukherjee
2012-10-22Merging the hybrid transform experimentsDeb Mukherjee
2012-10-22Fix another typo in 4x4-transform-for-i8x8-intra-pred coeff contexts.Ronald S. Bultje
2012-10-228x8 transform support in splitmv.Ronald S. Bultje
2012-10-22Use SPLITMV_PARTITIONING instead of a plain integer type.Ronald S. Bultje
2012-10-22Merge "Remove variance vtable from rtcd" into experimentalJim Bankoski
2012-10-22Merge "Fix use of wrong context in i8x8 coefficient cost calculation." into e...Ronald S. Bultje
2012-10-21Remove variance vtable from rtcdJim Bankoski
2012-10-20Allow B_VL_PRED & B_LD_PRED modes with SuperblocksDeb Mukherjee
2012-10-19Fix use of wrong context in i8x8 coefficient cost calculation.Ronald S. Bultje
2012-10-19Some cleanups and fixes.Deb Mukherjee
2012-10-18Merge "Fix encode breakout skip handling." into experimentalRonald S. Bultje
2012-10-18Merge "Detect skippable blocks in splitmv RD loop case." into experimentalRonald S. Bultje
2012-10-17Fix encode breakout skip handling.Ronald S. Bultje
2012-10-17Detect skippable blocks in splitmv RD loop case.Ronald S. Bultje
2012-10-17Merge "cosmetic: fix '= & ' construct" into experimentalpascal massimino
2012-10-17cosmetic: fix '= & ' constructJohn Koleszar
2012-10-17Use 8x8 block bases for non-4x4 splitmv RD.Ronald S. Bultje
2012-10-16Merge "removed the recon rtcd invoke macro code (unrevert)" into experimentalJim Bankoski
2012-10-16Fix a mismatch if a keyframe contains skip-blocks.Ronald S. Bultje
2012-10-16removed the recon rtcd invoke macro code (unrevert)Jim Bankoski
2012-10-15Remove test from B_MODE_INFO.Ronald S. Bultje
2012-10-15Remove mode_rdopt from MB_MODE_INFO.Ronald S. Bultje
2012-10-15Properly use chroma block object for chroma coefficient costing.Ronald S. Bultje
2012-10-15Add and consistently use PLANE_TYPE.Ronald S. Bultje
2012-10-14Add a _4x4 sufix to all 4x4-transform-related functions.Ronald S. Bultje
2012-10-13Revert "removed the recon. rtcd invoke macro code"Jim Bankoski
2012-10-13removed the recon. rtcd invoke macro codeJim Bankoski
2012-10-12Remove CONFIG_TX16X16, since the experiment was merged.Ronald S. Bultje
2012-10-11Use transform-size selection for i8x8_pred also.Ronald S. Bultje
2012-10-10Merge of the TX_16X16 experimentDeb Mukherjee
2012-10-09Selectable transform size try 2.Ronald S. Bultje
2012-09-27Entropy coding for hybrid transformDeb Mukherjee
2012-09-21Separating 8x8DCT use from hybridtransform8x8Deb Mukherjee