summaryrefslogtreecommitdiff
path: root/vp8/encoder
AgeCommit message (Expand)Author
2012-02-21Eliminated vp8mt_build_intra_predictors_mbuv_sScott LaVarnway
2012-02-21Merge changes I0341554f,I64e110c8John Koleszar
2012-02-21Merge "Remove redundant init of segment_counts in vp8_encode_frame"Scott LaVarnway
2012-02-21Merge "Update encoder mb_skip_coeff and prob_skip_false calculation"John Koleszar
2012-02-17Merge "Fix incorrect use of uv eobs in intra modes"Yunqing Wang
2012-02-17Fix incorrect use of uv eobs in intra modesYunqing Wang
2012-02-17Update encoder mb_skip_coeff and prob_skip_false calculationAttila Nagy
2012-02-17Remove redundant init of segment_counts in vp8_encode_frameAttila Nagy
2012-02-16Clarify 'max_sad' usageJohann
2012-02-16Consolidate C version of token packing functionsAttila Nagy
2012-02-16Multithreaded encoder, late sync loopfilterAttila Nagy
2012-02-10Merge "support changing resolution with vpx_codec_enc_config_set"John Koleszar
2012-02-10Missed some variance castsJohann
2012-02-09x_motion_minq table reductionScott LaVarnway
2012-02-09Fix variance overflowJohann
2012-02-07support changing resolution with vpx_codec_enc_config_setJohn Koleszar
2012-02-06Merge "Allow to skip highest-resolution encoding in multi-resolution encoder"Yunqing Wang
2012-02-03Allow to skip highest-resolution encoding in multi-resolution encoderYunqing Wang
2012-02-02Moved ref_frame_cost from MACROBLOCKD to MACROBLOCKScott LaVarnway
2012-02-02Removed frames_till_alt_ref_frame from MACROBLOCKDScott LaVarnway
2012-02-02Removed frames_since_golden from MACROBLOCKDScott LaVarnway
2012-01-31BLOCKD structure cleanupScott LaVarnway
2012-01-30RTCD: finalize removal of old RTCD systemJohn Koleszar
2012-01-30RTCD: add arnr functionsJohn Koleszar
2012-01-30RTCD: add motion search functionsJohn Koleszar
2012-01-30RTCD: add block subtraction functionsJohn Koleszar
2012-01-30RTCD: add quantizer functionsJohn Koleszar
2012-01-30RTCD: add FDCT functionsJohn Koleszar
2012-01-30RTCD: add variance functionsJohn Koleszar
2012-01-30RTCD: add subpixel functionsJohn Koleszar
2012-01-30RTCD: add postproc functionsJohn Koleszar
2012-01-30RTCD: add recon functionsJohn Koleszar
2012-01-30RTCD: add remaining IDCT functionsJohn Koleszar
2012-01-30New RTCD implementationJohn Koleszar
2012-01-26Merge changes I17e1a348,Iad710941John Koleszar
2012-01-26Correct clamping in use of vp8_find_near_mvs()John Koleszar
2012-01-24Revert "Multithreaded encoder, late sync loopfilter"John Koleszar
2012-01-20Disconnect ARM tgt_isa from dsp extensionsFritz Koenig
2012-01-18Merge "Simplify an assignment statement"Jeff Faust
2012-01-18Merge "get_plane_pointers: use u/v planes consistently"John Koleszar
2012-01-18get_plane_pointers: use u/v planes consistentlyJohn Koleszar
2012-01-18Simplify an assignment statementJeff Faust
2012-01-18Merge changes I1ebe76aa,Ia079b52bJohn Koleszar
2012-01-13Fixed bugs in multi-layer code related to changing paramsAdrian Grange
2012-01-11rdopt/pickinter: factor out some common setupJohn Koleszar
2012-01-11rdopt: remove unused frame_lf_or_gfJohn Koleszar
2012-01-06Merge "Reduced the size of Y1Dequant and friends to [128][2]"John Koleszar
2012-01-06Reduced the size of Y1Dequant and friends to [128][2]Scott LaVarnway
2012-01-05Merge "Improve SSSE3 fast quantizer function"Johann
2012-01-04Merge "Improve vp8cx_init_quantizer()"Yunqing Wang