summaryrefslogtreecommitdiff
path: root/vp9/common/vp9_alloccommon.c
AgeCommit message (Expand)Author
2013-10-01Moving get_token_alloc function from common to the encoder.Dmitry Kovalev
2013-09-27Removing unnecessary function calls.Dmitry Kovalev
2013-09-11New mode_info_context storage -- undo revertScott LaVarnway
2013-09-09Revert "New mode_info_context storage"James Zern
2013-09-06New mode_info_context storageScott LaVarnway
2013-08-29consistently name VP9_COMMON variables #2James Zern
2013-08-22rename LOG2_* defines to *_LOG2James Zern
2013-08-16Merge "Added resizing & initialization of last frame segment map"Adrian Grange
2013-08-15Added resizing & initialization of last frame segment mapAdrian Grange
2013-08-14Renaming in MB_MODE_INFOPaul Wilkins
2013-08-12Entropy context related cleanups.Dmitry Kovalev
2013-07-22VP9_COMMON: remove unused temp_scale_frameJames Zern
2013-07-19Renaming TXFM_MODE to TX_MODE (like TX_SIZE, TX_TYPE).Dmitry Kovalev
2013-07-16Merge "yv12config: remove YUV_TYPE"James Zern
2013-07-16Fix above context pointersJohn Koleszar
2013-07-12yv12config: remove YUV_TYPEJames Zern
2013-07-08Using mi_cols instead of mb_cols.Dmitry Kovalev
2013-07-03Replacing 64 / MI_SIZE with MI_BLOCK_SIZE.Dmitry Kovalev
2013-06-10Remove remnants of VP8 profiles/versionsJohn Koleszar
2013-06-08Merge "Align frame size to 8 instead of 16." into experimentalRonald S. Bultje
2013-06-07Align frame size to 8 instead of 16.Ronald S. Bultje
2013-06-07Handle partition type coding of boundary blocksJingning Han
2013-06-07Merge "Revert "Align frame size to 8 instead of 16."" into experimentalRonald S. Bultje
2013-06-07Revert "Align frame size to 8 instead of 16."Ronald S. Bultje
2013-06-06Align frame size to 8 instead of 16.Ronald S. Bultje
2013-06-06Fix FIXME.Ronald S. Bultje
2013-06-06don't tokenize & encode tokens for blocks in UMVJim Bankoski
2013-06-05Moving bits from compressed header to uncompressed one.Dmitry Kovalev
2013-05-30Merge all intra mode coding trees into a single one.Ronald S. Bultje
2013-05-21Merge "Initial version of alpha channel support" into experimentalJohn Koleszar
2013-05-17Removing clamp_type from the bitstream.Dmitry Kovalev
2013-05-16Initial version of alpha channel supportJohn Koleszar
2013-05-09Subsampling aware allocs and bitstreamJohn Koleszar
2013-05-08Removing LOOPFILTER_TYPE and corresponding bit in bitstream.Dmitry Kovalev
2013-05-08Extend left/above partition context to per mi(8x8)Jingning Han
2013-04-30Adding vp9_update_frame_size function.Dmitry Kovalev
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-25Remove implicit assumption that mode_info_stride == mb_cols + 1.Ronald S. Bultje
2013-04-24Contextual entropy coding of partition syntaxJingning Han
2013-04-19Eliminated prev_mip memsets/memcpysScott LaVarnway
2013-04-17Adding DEFAULT_PRED_PROB_{0, 1, 2} constants.Dmitry Kovalev
2013-04-16Remove the mb_no_coeff_skip flagJohn Koleszar
2013-04-05Remove full-pixel-related code.Ronald S. Bultje
2013-04-01Code cleanup.Dmitry Kovalev
2013-03-13Fix pulsing issue with scalingJohn Koleszar
2013-02-13Remove NEWCOEFCONTEXT experiment.Paul Wilkins
2013-01-29Merge "Fix overread/write reported by valgrind if (mb_cols) & 3 != 0." into e...Ronald S. Bultje
2013-01-25Fix overread/write reported by valgrind if (mb_cols) & 3 != 0.Ronald S. Bultje
2013-01-23Adds an error-resilient mode with testDeb Mukherjee