summaryrefslogtreecommitdiff
path: root/vp9/encoder/vp9_rdopt.c
AgeCommit message (Expand)Author
2017-02-24consolidate block_error functionsJohann
2017-02-16Structured the mode ordering code to avoid redundant memcpyRanjit Kumar Tulabandu
2017-02-15Row based multi-threading of encoding stageRanjit Kumar Tulabandu
2017-02-01Merge "Changes to facilitate row based multi-threading of ARNR filtering"Yunqing Wang
2017-02-01Changes to facilitate row based multi-threading of ARNR filteringRanjit Kumar Tulabandu
2017-02-01vp9_rdopt: declare 'c' closer to useJohann
2017-01-31Fix real-time compression regression in hbd modeJingning Han
2016-08-31Refactor uv tx size with lookup arraysDebargha Mukherjee
2016-08-25Adjust coefficient optimization and tx_domain rd speed features.paulwilkins
2016-08-12Fix another motion vector out of range bugYunqing Wang
2016-08-08Refactor mv limits.Alex Converse
2016-08-05Fix a motion vector out of range bugYunqing Wang
2016-08-03Fix msvc compiler warningsYaowu Xu
2016-08-02vp9/encoder: apply clang-formatclang-format
2016-07-27Fix 64 to 32 narrowing warning.Alex Converse
2016-07-25Only consider visible 4x4s in pixel domain error.Alex Converse
2016-07-21VP9: get_pred_context_switchable_interp() -- encoder sideScott LaVarnway
2016-07-11Merge "vp9_rd_pick_intra_mode_sb(): set interp_filter to"Scott LaVarnway
2016-07-09vp9_rd_pick_intra_mode_sb(): set interp_filter toScott LaVarnway
2016-07-07Enable coeff optimization for intra modesJingning Han
2016-07-07Enable uniform quantization with trellis optimization in speed 0Jingning Han
2016-07-07Refactor coeff_cost() functionJingning Han
2016-07-06Support measure distortion in the pixel domainJingning Han
2016-07-04Remove txfrm_block_to_raster_xy() from vp9 encoderJingning Han
2016-06-29Merge "VP9: handle_inter_mode()... Use interp_filter"Scott LaVarnway
2016-06-28VP9: handle_inter_mode()... Use interp_filterScott LaVarnway
2016-06-25s/UINT32_MAX/UINT_MAX/James Zern
2016-06-24Merge "cosmetics: Beautify whitespaces and line wrapping"James Zern
2016-06-24cosmetics: Beautify whitespaces and line wrappingYury Gitman
2016-06-24Rationalize type to avoid integer out of rangeYaowu Xu
2016-06-22Merge "Fix ubsan warnings: vp9/encoder/vp9_mcomp.c"Yaowu Xu
2016-06-21Fix ubsan warnings: vp9/encoder/vp9_mcomp.cYaowu Xu
2016-06-21Add a hardware compatibility featurehui su
2016-03-30VP9: Eliminate up_available and left_availableScott LaVarnway
2016-02-26Port "cost_coeff speed improvements" to vp9.Julia Robson
2016-02-16Fix tsan error in VP9 sub8x8 intra mode searchJingning Han
2016-02-08Merge "Account for sub8x8 block skip mode cost in RD decision"Jingning Han
2016-02-08Account for sub8x8 block skip mode cost in RD decisionJingning Han
2016-02-08Clean up in vp9_rd_pick_inter_mode_sbJingning Han
2016-02-03Use precise rate cost estimate for skip block modeJingning Han
2016-01-27Switch to 9-bit rate cost constants built on a 256 probability denominator.Alex Converse
2016-01-21Merge "Tie the bit cost scale to a define."Alex Converse
2016-01-19VP9: Eliminate MB_MODE_INFOScott LaVarnway
2016-01-15Tie the bit cost scale to a define.Alex Converse
2016-01-13VP9: Remove decoder args from find_mv_refs_idx()Scott LaVarnway
2016-01-07Enable encoder to avoid 8x4 or 4x8 partitionsYaowu Xu
2016-01-07Fix a typoYaowu Xu
2015-12-11Fix sub8x8 motion search on scaled reference frameJingning Han
2015-11-19Fix unsigned overflow in rd_variance_adjustment.Alex Converse
2015-11-13Changes to exhaustive motion search.paulwilkins