summaryrefslogtreecommitdiff
path: root/vp9/common/vp9_blockd.h
AgeCommit message (Expand)Author
2013-11-05Localizing NEARESTMV special cases in the code.Dmitry Kovalev
2013-11-01Merge "Cleanup. Adding const to function pointer arguments."Dmitry Kovalev
2013-10-31Cleanup. Adding const to function pointer arguments.Dmitry Kovalev
2013-10-28Removing is_intra_mode() function.Dmitry Kovalev
2013-10-28vp9: add above/left_context to MACROBLOCKDJames Zern
2013-10-28vp9: add above/left_seg_context to MACROBLOCKDJames Zern
2013-10-24Merge changes I1868fb75,I9ff504c6Dmitry Kovalev
2013-10-24Merge "vp9/extend_for_intra: avoid crossing tile boundary"James Zern
2013-10-24vp9/extend_for_intra: avoid crossing tile boundaryJames Zern
2013-10-23Renaming INTERPOLATIONFILTERTYPE to INTERPOLATION_TYPE.Dmitry Kovalev
2013-10-23Merge "Make decode modules independent of tile index"Jingning Han
2013-10-22Remove right_available member from VP9_COMPAdrian Grange
2013-10-22Make decode modules independent of tile indexJingning Han
2013-10-22Merge "Removing NUM_ prefix from constant names."Dmitry Kovalev
2013-10-21Inlining set_partition_seg_context function.Dmitry Kovalev
2013-10-21Moving allow_high_precision_mv from MACROBLOCKD to VP9_COMMON.Dmitry Kovalev
2013-10-18Removing NUM_ prefix from constant names.Dmitry Kovalev
2013-10-18Passing block index explicitly instead of using get_sb_index().Dmitry Kovalev
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-11Making input pointer of any inverse transform constant.Dmitry Kovalev
2013-10-10Merge "Removing inv_txm4x4_1_add and inv_txm4x4_add function pointers."Dmitry Kovalev
2013-10-08Removing inv_txm4x4_1_add and inv_txm4x4_add function pointers.Dmitry Kovalev
2013-10-07vp9_blockd.h: update get_tx_eob() signatureJames Zern
2013-10-03Adding vp9_get_filter_kernel() function.Dmitry Kovalev
2013-10-03Change b_mode_info definition from union to structJingning Han
2013-09-29cpplint issue in blockd.hJim Bankoski
2013-09-24Replacing unsigned char* with uint8_t*.Dmitry Kovalev
2013-09-20Adding best_mv[2] array instead of two variables.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-27Renaming txfm_size to tx_size.Dmitry Kovalev
2013-08-27Adding get_entropy_context function.Dmitry Kovalev
2013-08-27Merge "Renaming BLOCK_SIZE_TYPE to BLOCK_SIZE in the common/decoder."Dmitry Kovalev
2013-08-27Merge "Renaming D27 to D207."Dmitry Kovalev
2013-08-26Renaming BLOCK_SIZE_TYPE to BLOCK_SIZE in the common/decoder.Dmitry Kovalev
2013-08-23cosmetics: strip 'VP9_' from defines in vp9 only codeJames Zern
2013-08-23Renaming D27 to D207.Dmitry Kovalev
2013-08-22Merge "Cleaning up foreach_transformed_block_in_plane."Dmitry Kovalev
2013-08-22Merge "Removing unused foreach_predicted_block function."Dmitry Kovalev
2013-08-21Cleaning up foreach_transformed_block_in_plane.Dmitry Kovalev
2013-08-21Removing a lot of duplicated code.Dmitry Kovalev
2013-08-21Fix typos and minor stylistic cleanupAdrian Grange
2013-08-20Removing unused foreach_predicted_block function.Dmitry Kovalev
2013-08-20Merge "Passing plane_bsize to foreach_transformed_block_visitor."Dmitry Kovalev
2013-08-20Merge "Moving plane_block_idx from vp9_blockd.h to vp9_quantize.c."Dmitry Kovalev
2013-08-19Adding has_second_ref function.Dmitry Kovalev
2013-08-19Moving plane_block_idx from vp9_blockd.h to vp9_quantize.c.Dmitry Kovalev
2013-08-19Passing plane_bsize to foreach_transformed_block_visitor.Dmitry Kovalev