summaryrefslogtreecommitdiff
path: root/vp9/encoder/vp9_encodeframe.c
AgeCommit message (Expand)Author
2013-04-29Separate I4X4_PRED coding from macroblock modulesJingning Han
2013-04-29Cleaning up encoder segmentation code.Dmitry Kovalev
2013-04-29Merge "Merge encode_sb and encode_sb64 in a recursive encode_sb/b function." ...Ronald S. Bultje
2013-04-29Merge "Fix mi_row argument to update_stats()." into experimentalRonald S. Bultje
2013-04-29Merge "Factor out assigning correct partitioning seg_context pointers." into ...Ronald S. Bultje
2013-04-29Merge "Use recursive function in resetting txfm_size for skip-blocks." into e...Ronald S. Bultje
2013-04-29Merge encode_sb and encode_sb64 in a recursive encode_sb/b function.Ronald S. Bultje
2013-04-29Fix mi_row argument to update_stats().Ronald S. Bultje
2013-04-29Factor out assigning correct partitioning seg_context pointers.Ronald S. Bultje
2013-04-29Use recursive function in resetting txfm_size for skip-blocks.Ronald S. Bultje
2013-04-29Merge "Immigrate tokenize_mb into tokenize_sb" into experimentalJingning Han
2013-04-29Immigrate tokenize_mb into tokenize_sbJingning Han
2013-04-29Change above/left_context to use an 8x8 basis.Ronald S. Bultje
2013-04-26Grow MODE_INFO array to use an 8x8 basis.Ronald S. Bultje
2013-04-26Remove destination pointers from BLOCKDJohn Koleszar
2013-04-26Removed bmi from blockdScott LaVarnway
2013-04-25Remove BLOCK structureJohn Koleszar
2013-04-25Adding is_inter_mode function.Dmitry Kovalev
2013-04-25Merge "Move sbsegment out of experimental list" into experimentalJingning Han
2013-04-24Merge two similar functions into oneYaowu Xu
2013-04-24Move sbsegment out of experimental listJingning Han
2013-04-24Contextual entropy coding of partition syntaxJingning Han
2013-04-24Extension of segmentation to 8 segments.Paul Wilkins
2013-04-23Merge "Remove coeff from BLOCK" into experimentalJohn Koleszar
2013-04-23Merge "Convert coeff to per-plane MACROBLOCK data" into experimentalJohn Koleszar
2013-04-23Merge "Enable rectangular support for comp inter-intra" into experimentalJingning Han
2013-04-23Remove coeff from BLOCKJohn Koleszar
2013-04-23Convert coeff to per-plane MACROBLOCK dataJohn Koleszar
2013-04-23Merge "Move src_diff to per-plane MACROBLOCK data" into experimentalJohn Koleszar
2013-04-23Enable rectangular support for comp inter-intraJingning Han
2013-04-23Make some sb_type comparisons independent of literal enum values.Ronald S. Bultje
2013-04-23Move src_diff to per-plane MACROBLOCK dataJohn Koleszar
2013-04-22Move pre, second_pre to per-plane MACROBLOCKD dataJohn Koleszar
2013-04-22Removes the code_nonzerocount experimentDeb Mukherjee
2013-04-22End of orientation zero group experimentDeb Mukherjee
2013-04-19Merge "Move dst to per-plane MACROBLOCKD data" into experimentalJohn Koleszar
2013-04-19Merge "Remove redundant pointers from void vp9_recon_sb{y,uv}" into experimentalJohn Koleszar
2013-04-19Move dst to per-plane MACROBLOCKD dataJohn Koleszar
2013-04-19Merge "Clean out some legacy code." into experimentalPaul Wilkins
2013-04-19Clean out some legacy code.Paul Wilkins
2013-04-19Remove redundant pointers from void vp9_recon_sb{y,uv}John Koleszar
2013-04-19Merge "Fixing member names inside TOKENVALUE and TOKENEXTRA structs." into ex...Dmitry Kovalev
2013-04-19Removal of CONFIG_NEW_MVREF experiment.Paul Wilkins
2013-04-19Remove dummy place holder function.Paul Wilkins
2013-04-18Fixing member names inside TOKENVALUE and TOKENEXTRA structs.Dmitry Kovalev
2013-04-18Merge "Make the use of pred buffers consistent in MB/SB" into experimentalJingning Han
2013-04-18Make the use of pred buffers consistent in MB/SBJingning Han
2013-04-18Merge "Renaming y1dc_delta_q, uvdc_delta_q, uvac_delta_q fields from VP9Commo...Dmitry Kovalev
2013-04-17Fairly basic integration of rectangular blocks in encoding RD loop.Ronald S. Bultje
2013-04-16Recursive partition syntax codingJingning Han