summaryrefslogtreecommitdiff
path: root/vp9/encoder/vp9_encodeframe.c
AgeCommit message (Expand)Author
2013-11-26Removing qcoeff buffers from the decoder.Dmitry Kovalev
2013-11-25Merge "Removing redundant call of vp9_init_mbmode_probs()."Dmitry Kovalev
2013-11-25Merge "Renaming COMPPREDMODE_TYPE enum and its members."Dmitry Kovalev
2013-11-25In frame Q adjustment experiment.Paul Wilkins
2013-11-22Renaming COMPPREDMODE_TYPE enum and its members.Dmitry Kovalev
2013-11-22Using partition counts from FRAME_COUNTS struct in the encoder.Dmitry Kovalev
2013-11-20Removing redundant call of vp9_init_mbmode_probs().Dmitry Kovalev
2013-11-20Merge "vpxenc: add --aq-mode flag to control adaptive quantization"Guillaume Martres
2013-11-18Move vp9_extend.{h,c} from common to encoderYaowu Xu
2013-11-15Removing vp9_encodeintra.{h, c} files.Dmitry Kovalev
2013-11-15vpxenc: add --aq-mode flag to control adaptive quantizationGuillaume Martres
2013-11-13Dual buffer encoding for intra modesJingning Han
2013-11-12Moving q_index from MACROBLOCKD to MACROBLOCK.Dmitry Kovalev
2013-11-12Merge "Enable dual buffer rd search and encoding scheme"Jingning Han
2013-11-12Merge "Using max_tx_size instead of bsize when possible."Dmitry Kovalev
2013-11-12Merge "Moving {sb, mb, b, ab}_index from MACROBLOCKD to MACROBLOCK."Dmitry Kovalev
2013-11-11Enable dual buffer rd search and encoding schemeJingning Han
2013-11-11Allocate dual buffer sets for encodingJingning Han
2013-11-11Moving {sb, mb, b, ab}_index from MACROBLOCKD to MACROBLOCK.Dmitry Kovalev
2013-11-07Removed unused rate parameter.Paul Wilkins
2013-11-06Replacing mi_{width,height}_log2 with num_8x8_blocks_{wide,high}_lookup.Dmitry Kovalev
2013-11-05Using max_tx_size instead of bsize when possible.Dmitry Kovalev
2013-11-04Remove unused member variables from VP9_COMPAdrian Grange
2013-10-30Replacing (SWITCHABLE_FILTERS + 1) with SWITCHABLE_FILTER_CONTEXTS.Dmitry Kovalev
2013-10-28Making get_tx_counts() similar to get_tx_probs().Dmitry Kovalev
2013-10-28vp9: add TileInfoJames Zern
2013-10-28Merge changes If9b16f7d,I75aab21c,I9cbb768c,If5cea3d3,I96940657,I025595d8,Ie0...James Zern
2013-10-25vp9: add above/left_context to encoderJames Zern
2013-10-25vp9: add above/left_seg_context to encoderJames Zern
2013-10-25vp9: pass entropy context directly to set_skip_contextJames Zern
2013-10-25vp9: pass context directly to partition functionsJames Zern
2013-10-24Adding get_frame_new_buffer() function to replace duplicated code.Dmitry Kovalev
2013-10-24Merge "Renaming vp9_short_fdct4x4 and vp9_short_walsh4x4."Dmitry Kovalev
2013-10-23Renaming INTERPOLATIONFILTERTYPE to INTERPOLATION_TYPE.Dmitry Kovalev
2013-10-23Renaming vp9_short_fdct4x4 and vp9_short_walsh4x4.Dmitry Kovalev
2013-10-21Merge "Inlining set_partition_seg_context function."Dmitry Kovalev
2013-10-21Inlining set_partition_seg_context function.Dmitry Kovalev
2013-10-21Merge "Make memory alloc in pick_mode_context bsize aware"Jingning Han
2013-10-18Merge "Use lookup table to simplify logic"Yaowu Xu
2013-10-18Make memory alloc in pick_mode_context bsize awareJingning Han
2013-10-18Passing block index explicitly instead of using get_sb_index().Dmitry Kovalev
2013-10-17Use lookup table to simplify logicYaowu Xu
2013-10-17Add missing calls to emms in the adaptive quantization codeGuillaume Martres
2013-10-16Use a separate MODE_INFO stream for each tile columnGuillaume Martres
2013-10-16Get rid of "this_mi", use "mi_8x8[0]" everywhere insteadGuillaume Martres
2013-10-16Implement variance-based adaptive quantizationGuillaume Martres
2013-10-15Merge "Updated encoder to handle intra-only frames"Adrian Grange
2013-10-15Merge "Make vp9_zero use cases of consistent format"Jingning Han
2013-10-15Updated encoder to handle intra-only framesAlexander Voronov
2013-10-15Merge "Remove unused variable vp9_64x64_zeros"Jingning Han