summaryrefslogtreecommitdiff
path: root/vp9/common/vp9_blockd.h
AgeCommit message (Expand)Author
2015-07-20vpx_dsp/bitreader.h: vp9_->vpx_Yaowu Xu
2015-07-09Eliminate num_8x8 and num_4x4 width/height lookupsScott LaVarnway
2015-07-08Don't allocate dqcoeff in MACROBLOCKD.Alex Converse
2015-07-07Reduce dqcoeff array size in decoderJingning Han
2015-06-29VP9: Move ref_mvs[][] and mode_context[] from MB_MODE_INFOScott LaVarnway
2015-06-22Remove tile paramScott LaVarnway
2015-06-16Merge "Eliminated frame_type check in get_partition_probs()"Scott LaVarnway
2015-06-16Eliminated frame_type check in get_partition_probs()Scott LaVarnway
2015-06-10Merge "Reducing size of MODE_INFO struct"Scott LaVarnway
2015-06-04Reducing size of MODE_INFO structScott LaVarnway
2015-06-04Remove cm parameter from vp9_decode_block_tokens() part 2Scott LaVarnway
2015-06-02Remove counts paramScott LaVarnway
2015-05-22Re-worked header filesScott LaVarnway
2015-05-14Move mc_buf to cut down size of MACROBLOCKD.Frank Galligan
2015-04-21Revert "Remove mi_grid_* structures."Scott LaVarnway
2015-01-08Merge "vp9: add per-tile longjmp error handling"James Zern
2014-12-19vp9: add per-tile longjmp error handlingJames Zern
2014-12-17Let YUV plane share the same dqcoeff buffer.hkuang
2014-12-12vp9/MACROBLOCKD: reorder struct membersJames Zern
2014-12-05Improve the performance by caching the left_mi and right_mi in macroblockd.hkuang
2014-12-02Added high bitdepth sse2 transform functionsPeter de Rivaz
2014-11-14Added sse2 acceleration for highbitdepth variancePeter de Rivaz
2014-10-07Clean up header files in vp9_blockd.h and related filesJingning Han
2014-10-07Use #define statement for MAX_MB_PLANEJingning Han
2014-10-07Remove vp9_blockd.h from vp9_common_data.cJingning Han
2014-10-07Replace mi_width_log2() with mi_width_log2_lookup tableJingning Han
2014-10-07Take out repeated block width/height lookup functionsJingning Han
2014-09-30Revert "Fix compiling error in vp9_idct.h"James Zern
2014-09-30Fix compiling error in vp9_idct.hJingning Han
2014-09-19Remove mi_grid_* structures.hkuang
2014-09-13Merge "Add a note for enum values of MV_REFERENCE_FRAME"Jingning Han
2014-09-11Adds high bitdepth transform functions and testsDeb Mukherjee
2014-09-11Add a note for enum values of MV_REFERENCE_FRAMEJingning Han
2014-08-04uint8_t segment and skip to avoid signed / unsigned warningsJim Bankoski
2014-07-21Remove unfinished VP9 alpha channel.Alex Converse
2014-07-11Remove unnecessary assertionsYunqing Wang
2014-06-18BITSTREAM: Handle transform size and motion vectors more logically for non-420.Alex Converse
2014-05-21Moving itxm_add pointer from MACROBLOCKD to MACROBLOCK.Dmitry Kovalev
2014-04-22Renaming MB_PREDICTION_MODE to PREDICTION_MODE.Dmitry Kovalev
2014-04-03Removing interp_kernel from MACROBLOCKD.Dmitry Kovalev
2014-04-02Merge "Grouping members in MB_MODE_INFO struct."Dmitry Kovalev
2014-04-01Renaming two members in MACROBLOCKD struct.Dmitry Kovalev
2014-04-01Common configuration for MACROBLOCKD struct.Dmitry Kovalev
2014-03-28Grouping members in MB_MODE_INFO struct.Dmitry Kovalev
2014-03-28Moving dqcoeff array to MACROBLOCKD in decoder.Dmitry Kovalev
2014-03-26Removing prev_mi_8x8 from MACROBLOCKD.Dmitry Kovalev
2014-03-19Removing mi_stream.Dmitry Kovalev
2014-03-12Renaming mode2txfm_map to intra_mode_to_tx_type_lookup.Dmitry Kovalev
2014-03-10Removing last_mi from MACROBLOCKD struct.Dmitry Kovalev
2014-03-03Adding get_tx_type() instead of get_tx_type_{8x8, 16x16}.Dmitry Kovalev