summaryrefslogtreecommitdiff
path: root/vp9/encoder/vp9_encodeframe.c
AgeCommit message (Expand)Author
2013-12-26Merge "Removing vp9_findnearmv.{h, c} files."Dmitry Kovalev
2013-12-20Merge "Using single struct to represent scale factors."Dmitry Kovalev
2013-12-20Merge "Reusing FRAME_COUNTS in the encoder."Dmitry Kovalev
2013-12-19Removing vp9_findnearmv.{h, c} files.Dmitry Kovalev
2013-12-19Using single struct to represent scale factors.Dmitry Kovalev
2013-12-19Merge "vp9_encode_frame() cleanup."Dmitry Kovalev
2013-12-19vp9_encode_frame() cleanup.Dmitry Kovalev
2013-12-19Replacing 1 << mi_{width, height}_log2() with lookup tables.Dmitry Kovalev
2013-12-19Merge "Adding get_zbin_mode_boost() function."Dmitry Kovalev
2013-12-18Reusing FRAME_COUNTS in the encoder.Dmitry Kovalev
2013-12-18Merge "Reusing FRAME_COUNTS in the encoder."Dmitry Kovalev
2013-12-18Adding get_zbin_mode_boost() function.Dmitry Kovalev
2013-12-16Reusing FRAME_COUNTS in the encoder.Dmitry Kovalev
2013-12-16Rate control changes on active_worst_qualityDeb Mukherjee
2013-12-16Merge "Remove border extension in intra frame prediction."hkuang
2013-12-16Merge "Reusing nmv_frame_counts from FRAME_COUNTS in encoder."Dmitry Kovalev
2013-12-16Remove border extension in intra frame prediction.hkuang
2013-12-16Merge "Cleaning up encode_sb() and encode_b() functions."Dmitry Kovalev
2013-12-12Enable adaptive pred filter type for sub8x8Jingning Han
2013-12-11Reusing nmv_frame_counts from FRAME_COUNTS in encoder.Dmitry Kovalev
2013-12-11Cleaning up encode_sb() and encode_b() functions.Dmitry Kovalev
2013-12-10Merge "Fix a bug"Yaowu Xu
2013-12-10Fix a bugYaowu Xu
2013-12-10Merge "Renaming comp_pred_mode to reference_mode."Dmitry Kovalev
2013-12-09Renaming comp_pred_mode to reference_mode.Dmitry Kovalev
2013-12-06Renaming vp9_get_pred_context_tx_size() function.Dmitry Kovalev
2013-12-06Merge "Disable early exit based on distortion in lossless"Jim Bankoski
2013-12-06Disable early exit based on distortion in losslessYaowu Xu
2013-12-06Renaming reference mode context calculation function.Dmitry Kovalev
2013-12-05vp9_get_pred_context_intra_inter() clean up.Dmitry Kovalev
2013-12-05Using lookup to determine tx_size in encode_superblock().Dmitry Kovalev
2013-12-03Moving eob array to the encoder.Dmitry Kovalev
2013-12-02Disable partitioning in the dominant subsampling direction.Alex Converse
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