summaryrefslogtreecommitdiff
path: root/vp9/encoder/vp9_block.h
AgeCommit message (Expand)Author
2014-11-20vp9_ethread: move max/min partition size to mb structYunqing Wang
2014-11-05Rework cut-off decisions in cyclic refresh aq modeJingning Han
2014-10-09Rename highbitdepth functions to use highbd prefixDeb Mukherjee
2014-10-01Remove repeated header files from vp9_block.hJingning Han
2014-09-11Adds high bitdepth transform functions and testsDeb Mukherjee
2014-09-03Speed up compound inter prediction mode checkJingning Han
2014-08-29Extend block level sse to support multiple txfm blocksJingning Han
2014-08-22Move mv cost table to VP9_COMPJingning Han
2014-08-11Merge "Enable fast forward txfm and quant for rate-distortion search"Jingning Han
2014-08-11Merge "Extend skip_txfm flag into array to cover YUV planes"Jingning Han
2014-08-08Enable fast forward txfm and quant for rate-distortion searchJingning Han
2014-08-05Extend skip_txfm flag into array to cover YUV planesJingning Han
2014-08-04energy -> int to avoid unsigned / signed mismatchJim Bankoski
2014-07-01Re-design quantization processJingning Han
2014-06-30Decide the partitioning threshold from the variance histogramYunqing Wang
2014-06-20Switch active map implementation to segment based.Alex Converse
2014-06-12Merge "Replacing txfm_size with tx_size."Dmitry Kovalev
2014-06-12Replacing txfm_size with tx_size.Dmitry Kovalev
2014-06-12Fast computation path for forward transform and quantizationJingning Han
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