summaryrefslogtreecommitdiff
path: root/vp9/encoder/vp9_block.h
AgeCommit message (Expand)Author
2014-05-21Moving itxm_add pointer from MACROBLOCKD to MACROBLOCK.Dmitry Kovalev
2014-05-19Replacing int_mv with MV.Dmitry Kovalev
2014-05-16Moving PC_TREE from MACROBLOCK to VP9_COMP.Dmitry Kovalev
2014-05-01Moving costs from MACROBLOCK to VP9_COMP.Dmitry Kovalev
2014-04-29Adding search_site_config struct.Dmitry Kovalev
2014-04-21Enable background detection for adaptive quantizer controlJingning Han
2014-04-17add a context tree structure to encoderJim Bankoski
2014-04-16Remove old activity masking code.Paul Wilkins
2014-03-24Merge "Using local variable for token_cache."Dmitry Kovalev
2014-03-24vp9_block.h static reconverted to inlineJim Bankoski
2014-03-21Using local variable for token_cache.Dmitry Kovalev
2014-03-20Remove unused mode_sadYunqing Wang
2014-03-10Add a conservative RD based active map in vp9.Alex Converse
2014-03-05Removing vp9_onyx.h and moving its content to the encoder.Dmitry Kovalev
2014-03-05Cleaning up mode cost manipulations.Dmitry Kovalev
2014-02-20vp9_rd_pick_inter_mode_sb() reorganizationAlex Converse
2014-02-12Remove inactive control parametersJingning Han
2014-01-31Cleanup block_rd_txfm.Alex Converse
2014-01-24Renaming INTERPOLATION_TYPE to INTERP_FILTER.Dmitry Kovalev
2014-01-23vp9/encoder: add extern "C" to headersJames Zern
2014-01-16Inter-frame non-RD mode decisionJingning Han
2014-01-06Remove avoid_frame_with_high_error from RD loopJingning Han
2014-01-03Merging best_ref_mv and second_best_ref_mv into best_ref_mv[2].Dmitry Kovalev
2013-12-27Adaptive motion control on ref and search rangeJingning Han
2013-12-19Store the SSE of prediction residualsJingning Han
2013-12-12Enable adaptive pred filter type for sub8x8Jingning Han
2013-12-06Removing BLOCK_TYPES and adding PLANE_TYPES constant instead.Dmitry Kovalev
2013-12-05Renaming PREV_COEF_CONTEXTS to COEFF_CONTEXTS.Dmitry Kovalev
2013-12-04Merge "Cleaning up vp9_entropy.h file."Dmitry Kovalev
2013-12-03Moving eob array to the encoder.Dmitry Kovalev
2013-12-03Cleaning up vp9_entropy.h file.Dmitry Kovalev
2013-11-26Removing qcoeff buffers from the decoder.Dmitry Kovalev
2013-11-13Simplifies band-getting with a static arrayDeb Mukherjee
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 "Moving {sb, mb, b, ab}_index from MACROBLOCKD to MACROBLOCK."Dmitry Kovalev
2013-11-12Removes conditional statements from band gettingDeb Mukherjee
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-06Removes stack allocation of token_cacheDeb Mukherjee
2013-10-30Replacing (SWITCHABLE_FILTERS + 1) with SWITCHABLE_FILTER_CONTEXTS.Dmitry Kovalev
2013-10-24Making input pointer constant for all fdct/fht functions.Dmitry Kovalev
2013-10-22Removing quantize_b_4x4 function pointer.Dmitry Kovalev
2013-10-22Merge "Removing NUM_ prefix from constant names."Dmitry Kovalev
2013-10-22Merge "Using INTER_MODES constant instead of MB_MODE_COUNT - NEARESTMV."Dmitry Kovalev
2013-10-18Removing NUM_ prefix from constant names.Dmitry Kovalev
2013-10-18Using INTER_MODES constant instead of MB_MODE_COUNT - NEARESTMV.Dmitry Kovalev
2013-10-18Make memory alloc in pick_mode_context bsize awareJingning Han