summaryrefslogtreecommitdiff
path: root/vp9/encoder/vp9_bitstream.c
AgeCommit message (Expand)Author
2016-01-19VP9: Eliminate MB_MODE_INFOScott LaVarnway
2015-11-06Expand unconstrained nodes in pack_mb_tokens and loop on zeros.Alex Converse
2015-10-06vp9: simplify extrabits encodingAlex Converse
2015-09-25Rename display_{size,width,height} to render_*.Ronald S. Bultje
2015-09-16Add support for color-range.Ronald S. Bultje
2015-08-31Include vpx_dsp_common.h when using VPXMIN/MAXJohann
2015-08-26vpx_dsp_common: add VPX prefix to MIN/MAXJames Zern
2015-08-10Move vp9_systemdependent.h to vpx_ports bitops.h and system_state.hAlex Converse
2015-07-20vpx_dsp/bitwriter_buffer.h: vp9_ -> vpx_Yaowu Xu
2015-07-20vpx_dsp/bitwriter.h: vp9_->vpx_Yaowu Xu
2015-07-20vpx_dsp/prob.h: vp9_ -> vpx_Yaowu Xu
2015-07-20vpx_dsp/bitreader.h: vp9_->vpx_Yaowu Xu
2015-07-20Remove vp9_ prefix from bit writer filesYaowu Xu
2015-07-20Move bit writer files to vpx_dsp/Yaowu Xu
2015-06-29VP9: Move ref_mvs[][] and mode_context[] from MB_MODE_INFOScott 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-11inline vp9_get_segdata()Scott LaVarnway
2015-06-11inline vp9_segfeature_active()Scott LaVarnway
2015-04-28vpx_mem: remove vpx_memsetJames Zern
2015-04-21Revert "Remove mi_grid_* structures."Scott LaVarnway
2015-03-23Simplify skip check.Alex Converse
2015-03-04Make encoder buffer allocation dynamicAdrian Grange
2015-02-02adjust rtc setting and thresholdYaowu Xu
2015-01-30Optimize coef updateYaowu Xu
2015-01-28Simplify update_coef_probs()Yaowu Xu
2015-01-14Add encoder control for setting color spaceYaowu Xu
2015-01-06Moves inter mode count updates to update_statsDeb Mukherjee
2014-12-22Merge "remove static initializers for partition tree"Jim Bankoski
2014-12-17remove static initializers for partition treeJim Bankoski
2014-12-12vp9: move encoder-only member from commonJames Zern
2014-12-05Improve the performance by caching the left_mi and right_mi in macroblockd.hkuang
2014-12-03Remove unused ONE_LOOP entry from speed featureJingning Han
2014-12-03Rework coeff probability model update for rtc codingJingning Han
2014-11-25vp9_ethread: calculate and save the tok starting address for tilesYunqing Wang
2014-11-24vp9_ethread: modify VP9_COMP structureYunqing Wang
2014-11-20Revert "vp9_ethread: include a pointer to mb in VP9_COMP"Yunqing Wang
2014-11-14vp9_ethread: combine encoder counts in separate structYunqing Wang
2014-11-14vp9_ethread: include a pointer to mb in VP9_COMPYunqing Wang
2014-11-04Simplify interface of write_selected_tx_size and read_tx_sizeHui Su
2014-10-27Refactor encoder tile data structureJingning Han
2014-10-22vp9_ethread: allocate frame contexts outside VP9_COMMON structYunqing Wang
2014-10-17Remove the dependency in token storing locationsYunqing Wang
2014-10-16[spatial svc]Another workaround to avoid using prev_miMinghai Shang
2014-10-16Revert "[spatial svc]Another workaround to avoid using prev_mi"Paul Wilkins
2014-10-14[spatial svc]Another workaround to avoid using prev_miMinghai Shang
2014-10-07Take out repeated block width/height lookup functionsJingning Han
2014-09-25Adds various high bit-depth encode functionsDeb Mukherjee
2014-09-19Remove mi_grid_* structures.hkuang
2014-09-03Merge "Removing clear_system_state() call from update_coef_probs()."Dmitry Kovalev