aboutsummaryrefslogtreecommitdiff
path: root/vp9/common/vp9_blockd.h
AgeCommit message (Expand)Author
2023-06-08Replace NONE with NO_REF_FRAMEJerome Jiang
2020-03-03Add ref_frame_info to encode_frame_resultangiebird
2019-08-27Add MACRO MAX_INTER_REF_FRAMESAngie Chiang
2019-05-06Add mismatch_debug toolAngie Chiang
2019-04-16Revert "Refactor tile boundary condition for intra prediction"James Zern
2019-03-15Merge "Refactor tile boundary condition for intra prediction"Jingning Han
2019-03-14Refactor tile boundary condition for intra predictionJingning Han
2019-03-14Enclose macro arguments in parenthesesJerome Jiang
2019-01-29Add some const qualifiers where applicableHui Su
2018-12-03Add Parse and Recon Split functionsShubham Tandle
2018-09-15cosmetics: normalize include guardsJames Zern
2018-09-12Remove some deprecated constants.Paul Wilkins
2018-07-02Add hierarchical structure based ref frame updateZoe Liu
2016-08-31Refactor uv tx size with lookup arraysDebargha Mukherjee
2016-08-02vp9/common: apply clang-formatclang-format
2016-07-19cosmetics: Add a few explanatory commentsYury Gitman
2016-07-04Remove txfrm_block_to_raster_xy() from vp9 encoderJingning Han
2016-04-01VP9: Refactor vp9_decode_block_tokens()Scott LaVarnway
2016-03-30VP9: Eliminate up_available and left_availableScott LaVarnway
2016-01-19VP9: Eliminate MB_MODE_INFOScott LaVarnway
2015-09-30VP9: remove plane_type from macroblockd_planeScott LaVarnway
2015-09-23VP9: Remove frame_parallel_decoding_mode from macroblockdScott LaVarnway
2015-08-31Include vpx_dsp_common.h when using VPXMIN/MAXJohann
2015-08-26vpx_dsp_common: add VPX prefix to MIN/MAXJames Zern
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