summaryrefslogtreecommitdiff
path: root/vp9/encoder/vp9_rdopt.c
AgeCommit message (Expand)Author
2013-10-11Merge "Restore mode skip feature in sub8x8 rd loop"Jingning Han
2013-10-10Merge "change to avoid out-of-range computation"Yaowu Xu
2013-10-10Merge "Re-design rate-distortion cost tracking buffers"Jingning Han
2013-10-10Re-design rate-distortion cost tracking buffersJingning Han
2013-10-10change to avoid out-of-range computationYaowu Xu
2013-10-10Merge "Removing inv_txm4x4_1_add and inv_txm4x4_add function pointers."Dmitry Kovalev
2013-10-10Merge "Adjustment to mv cost parameters"Deb Mukherjee
2013-10-10Merge "Fix intra dist model of skip_encode feature"Jingning Han
2013-10-09Adjustment to mv cost parametersDeb Mukherjee
2013-10-09Fix intra dist model of skip_encode featureJingning Han
2013-10-09Merge "Clean-ups in rdopt.c"Deb Mukherjee
2013-10-09Clean-ups in rdopt.cDeb Mukherjee
2013-10-09Deprecate the use of PARTITION_INFO from encoderJingning Han
2013-10-08Removing inv_txm4x4_1_add and inv_txm4x4_add function pointers.Dmitry Kovalev
2013-10-08Merge "Removing redundant vp9_pt_energy_class declarations."Dmitry Kovalev
2013-10-07easy to fix cpplint issue in rdopt.cJim Bankoski
2013-10-07Restore mode skip feature in sub8x8 rd loopJingning Han
2013-10-07Removing redundant vp9_pt_energy_class declarations.Dmitry Kovalev
2013-10-07Using inter_mode_offset_function instead of duplicated code.Dmitry Kovalev
2013-10-04Merge "Remove redundant second_ref_frame check in sub8x8"Jingning Han
2013-10-04Remove mode_skip_start and mask code for sub 8x8Paul Wilkins
2013-10-03Merge "Replacing duplicated code with get_scan_and_band call."Dmitry Kovalev
2013-10-03Replacing duplicated code with get_scan_and_band call.Dmitry Kovalev
2013-10-03Remove redundant second_ref_frame check in sub8x8Jingning Han
2013-10-03Use vp9_zero in sub8x8 RD optimiazion loopJingning Han
2013-10-03Change b_mode_info definition from union to structJingning Han
2013-10-03Remove unused variables in inter_mode rd loopsJingning Han
2013-10-03Merge "Refactor inter mode rate-distortion search"Jingning Han
2013-10-03Refactor inter mode rate-distortion searchJingning Han
2013-10-03Using vp9_zero instead of vpx_memset.Dmitry Kovalev
2013-10-03Speed setting review.Paul Wilkins
2013-09-29Merge "Using is_inter_block and has_second_ref functions."Dmitry Kovalev
2013-09-29Merge "Moving from int_mv* to MV* (3)."Dmitry Kovalev
2013-09-29Merge "Removing vp9_get_coef_neighbors_handle function."Dmitry Kovalev
2013-09-27Removing vp9_get_coef_neighbors_handle function.Dmitry Kovalev
2013-09-26Simplify RDMULT and RDDIV derivationGuillaume Martres
2013-09-25Using is_inter_block and has_second_ref functions.Dmitry Kovalev
2013-09-25Moving from int_mv* to MV* (3).Dmitry Kovalev
2013-09-25Merge "Moving from int_mv* to MV* (2)."Dmitry Kovalev
2013-09-25Merge "Replacing txfm with tx."Dmitry Kovalev
2013-09-24Adding vp9_get_entropy_contexts function.Dmitry Kovalev
2013-09-24Replacing txfm with tx.Dmitry Kovalev
2013-09-24Moving from int_mv* to MV* (2).Dmitry Kovalev
2013-09-24Merge "Moving from int_mv to MV."Dmitry Kovalev
2013-09-24Merge "Replace memcpy with vpx_memcpy"Yaowu Xu
2013-09-24Replace memcpy with vpx_memcpyYaowu Xu
2013-09-24Prevent using uninitialized value in RD decisionYaowu Xu
2013-09-24Merge "Enable per transformed block zero coeffs forcing"Jingning Han
2013-09-24Merge "Calculate rd cost per transformed block"Jingning Han
2013-09-23Enable per transformed block zero coeffs forcingJingning Han