summaryrefslogtreecommitdiff
path: root/vp9/encoder/vp9_rdopt.c
AgeCommit message (Expand)Author
2013-08-15Converting code from using ss_txfrm_size to tx_size.Dmitry Kovalev
2013-08-15Using { 0 } for initialization instead of memset.Dmitry Kovalev
2013-08-15Moving segmentation struct from MACROBLOCKD to VP9_COMMON.Dmitry Kovalev
2013-08-15Unify luma and chroma rd-cost estimationJingning Han
2013-08-14Renaming in MB_MODE_INFOPaul Wilkins
2013-08-13Use lookup table to find largest txfm sizeJingning Han
2013-08-13Merge "Refactor model based tx search in super_block_yrd"Jingning Han
2013-08-12SSE2 high precision 32x32 forward DCTJingning Han
2013-08-12Refactor model based tx search in super_block_yrdJingning Han
2013-08-12Using MV* instead of int_mv* as argument of vp9_clamp_mv_min_max.Dmitry Kovalev
2013-08-09Renaming BLOCK_SIZE_TYPES constant to BLOCK_SIZES.Dmitry Kovalev
2013-08-09Merge "Inlining 16 as a stride for BLOCK_OFFSET macro."Dmitry Kovalev
2013-08-09Merge "vp9_rd_pick_inter_mode_sb: fix uninitialized value"James Zern
2013-08-09Inlining 16 as a stride for BLOCK_OFFSET macro.Dmitry Kovalev
2013-08-09vp9_rd_pick_inter_mode_sb: fix uninitialized valueJames Zern
2013-08-08Merge "Adds a new subpel motion function"Deb Mukherjee
2013-08-08Adds a new subpel motion functionDeb Mukherjee
2013-08-07Adding ss_size_lookup table.Dmitry Kovalev
2013-08-06Clean ups of the subpel search functionsDeb Mukherjee
2013-08-06Merge "Flexible support for various pattern searches"Deb Mukherjee
2013-08-06Flexible support for various pattern searchesDeb Mukherjee
2013-08-06Inlining vp9_get_pred_probs_switchable_interp function.Dmitry Kovalev
2013-08-06Merge "Finally removing all old block size constants."Dmitry Kovalev
2013-08-06Merge "Changing the order switchable filter enum constants."Dmitry Kovalev
2013-08-06Merge "Removing unused functions."Dmitry Kovalev
2013-08-06Merge "Add variance based mode/skipping"Deb Mukherjee
2013-08-05Finally removing all old block size constants.Dmitry Kovalev
2013-08-05Add variance based mode/skippingDeb Mukherjee
2013-08-05Merge "cleanups after bw bh code"Jim Bankoski
2013-08-05Changing the order switchable filter enum constants.Dmitry Kovalev
2013-08-05cleanups after bw bh codeJim Bankoski
2013-08-05Replacing long block size enum values with shorter ones (2).Dmitry Kovalev
2013-08-02Replacing "txfm" with "tx" in identifiers.Dmitry Kovalev
2013-08-02Removing unused functions.Dmitry Kovalev
2013-08-02Changing function arg type from int_mv* to MV*.Dmitry Kovalev
2013-08-02Merge "Fixed typos and added a few explanatory comments"Adrian Grange
2013-08-02Merge "Changed name of rd_pick_intra4x4mby_modes"Adrian Grange
2013-08-01Cleanup: replacing xd->seg with seg, and xd->lf with lf.Dmitry Kovalev
2013-08-01Cleanup: removing unused function arguments.Dmitry Kovalev
2013-08-01Nice looking motion vector clamping functions.Dmitry Kovalev
2013-08-01Fixed typos and added a few explanatory commentsAdrian Grange
2013-08-01Changed name of rd_pick_intra4x4mby_modesAdrian Grange
2013-07-31Removing get_mi_{row, col} functions.Dmitry Kovalev
2013-07-31Removing unused "ishp" arguments.Dmitry Kovalev
2013-07-30Merge "Cleanup typos, remove unnecessary lines, replace switch"Adrian Grange
2013-07-30Cleanup typos, remove unnecessary lines, replace switchAdrian Grange
2013-07-29Renaming NB_TXFM_MODES constant to TX_MODES.Dmitry Kovalev
2013-07-29Renaming TX_SIZE_MAX_SB to TX_SIZES.Dmitry Kovalev
2013-07-26Inverse dimension order in token_cost array.Ronald S. Bultje
2013-07-26Merge "Save pixels instead of coefficients in intra4x4 RD loop."Ronald S. Bultje