summaryrefslogtreecommitdiff
path: root/vp9/encoder/vp9_rdopt.c
AgeCommit message (Expand)Author
2017-07-06cosmetics,vp9/: normalize inv/fwd_txfm namingJames Zern
2017-06-29cosmetics,vp9/encoder: s/txm/txfm/James Zern
2017-05-03Update highbd idct functions arguments to use uint16_t dstLinfeng Zhang
2017-05-03Clean CONVERT_TO_BYTEPTR/SHORTPTR in idctLinfeng Zhang
2017-05-01Merge "Clean vp9_highbd_build_inter_predictor() and highbd_inter_predictor()"Linfeng Zhang
2017-04-26Merge "Make the row based multi-threaded encoder deterministic"Yunqing Wang
2017-04-25Clean vp9_highbd_build_inter_predictor() and highbd_inter_predictor()Linfeng Zhang
2017-04-25Update highbd convolve functions arguments to use uint16_t src/dstLinfeng Zhang
2017-04-24Make the row based multi-threaded encoder deterministicYunqing Wang
2017-04-19Clean CONVERT_TO_BYTEPTR/SHORTPTR in convolveLinfeng Zhang
2017-04-06VP9 motion vector unit testYunqing Wang
2017-03-22vp9_rdopt: correct size to vpx_sum_squares_2d_i16James Zern
2017-03-20Merge "Record the sum of tx block eobs in the partition block"Yunqing Wang
2017-03-20Record the sum of tx block eobs in the partition blockYunqing Wang
2017-03-16Add a vector form of routine vp9_model_rd_from_var_lapndzGabriel Marin
2017-03-03Merge "Narrow cat6_high_cost tables to uint16_t"Alex Converse
2017-03-03Narrow cat6_high_cost tables to uint16_tAlex Converse
2017-02-27vp9: Rename new_mt to row_mtVignesh Venkatasubramanian
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