summaryrefslogtreecommitdiff
path: root/vp9/encoder/vp9_encodemb.c
AgeCommit message (Expand)Author
2013-12-04Merge "Cleaning up vp9_entropy.h file."Dmitry Kovalev
2013-12-03Moving eob array to the encoder.Dmitry Kovalev
2013-12-03Cleaning up vp9_entropy.h file.Dmitry Kovalev
2013-12-02Fix intra prediction ref selection in skip_encodeJingning Han
2013-11-26Removing qcoeff buffers from the decoder.Dmitry Kovalev
2013-11-25Reusing txfrm_block_to_raster_xy in vp9_xform_quant().Dmitry Kovalev
2013-11-22Organizing all scan tables into lookup table.Dmitry Kovalev
2013-11-22Merge "Removing txfrm_block_to_raster_xy() call from extend_for_intra()."Dmitry Kovalev
2013-11-21Removing txfrm_block_to_raster_xy() call from extend_for_intra().Dmitry Kovalev
2013-11-21Merge "Removing plane_block_{width, height} functions."Dmitry Kovalev
2013-11-21Merge "Using txfrm_block_to_raster_xy() in encoder."Dmitry Kovalev
2013-11-20Using txfrm_block_to_raster_xy() in encoder.Dmitry Kovalev
2013-11-20Removing plane_block_{width, height} functions.Dmitry Kovalev
2013-11-20Using is_inter_block() and has_second_ref() functions.Dmitry Kovalev
2013-11-19Move vp9_setup_interp_filter() to encoderYaowu Xu
2013-11-18Merge "Finally removing txfrm_block_to_raster_block() function."Dmitry Kovalev
2013-11-15Removing vp9_encodeintra.{h, c} files.Dmitry Kovalev
2013-11-14Finally removing txfrm_block_to_raster_block() function.Dmitry Kovalev
2013-11-14Merge "Eliminating usage of txfrm_block_to_raster_block() from encode_block()."Dmitry Kovalev
2013-11-13Simplifies band-getting with a static arrayDeb Mukherjee
2013-11-13Eliminating usage of txfrm_block_to_raster_block() from encode_block().Dmitry Kovalev
2013-11-13Merge "Dual buffer encoding for intra modes"Jingning Han
2013-11-13Merge "Replacing raster_block with block in the encoder."Dmitry Kovalev
2013-11-13Dual buffer encoding for intra modesJingning Han
2013-11-12Merge "Enable dual buffer rd search and encoding scheme"Jingning Han
2013-11-12Removes conditional statements from band gettingDeb Mukherjee
2013-11-11Enable dual buffer rd search and encoding schemeJingning Han
2013-11-11Replacing raster_block with block in the encoder.Dmitry Kovalev
2013-11-07Fix the variable naming in encode_blockJingning Han
2013-10-30Enable all-zero coeff block index for sub8x8 blkJingning Han
2013-10-25Adding fht{4x4, 8x8, 16x16} functions.Dmitry Kovalev
2013-10-24Merge "Separate encode_block for pass 1 and 2"Jingning Han
2013-10-23Renaming vp9_short_fdct32x32 to vp9_fdct32x32.Dmitry Kovalev
2013-10-23Merge "Renaming vp9_short_fdct16x16 to vp9_fdct16x16."Dmitry Kovalev
2013-10-23Separate encode_block for pass 1 and 2Jingning Han
2013-10-23Renaming vp9_short_fdct16x16 to vp9_fdct16x16.Dmitry Kovalev
2013-10-23Renaming vp9_short_fdct8x8 to vp9_fdct8x8.Dmitry Kovalev
2013-10-22Merge "Using stride (# of elements) instead of pitch (bytes) in fdct4x4."Dmitry Kovalev
2013-10-22Merge "Using stride (# of elements) instead of pitch (bytes) in fdct8x8."Dmitry Kovalev
2013-10-21Using stride (# of elements) instead of pitch (bytes) in fdct4x4.Dmitry Kovalev
2013-10-18Using stride (# of elements) instead of pitch (bytes) in fdct8x8.Dmitry Kovalev
2013-10-18Using stride (# of elements) instead of pitch (bytes) in fdct16x16.Dmitry Kovalev
2013-10-17Using stride (# of elements) instead of pitch (bytes) in fdct32x32.Dmitry Kovalev
2013-10-16Merge changes I6226456d,I97925178,I766c4b74Guillaume Martres
2013-10-16Get rid of "this_mi", use "mi_8x8[0]" everywhere insteadGuillaume Martres
2013-10-16Merge "Adding get_band_translate() function."Dmitry Kovalev
2013-10-16Merge "change to use vp9_idct_32x32_add"Yaowu Xu
2013-10-16Adding get_band_translate() function.Dmitry Kovalev
2013-10-16Inlining and removing fwd_txm16x16 and fwd_txm8x8 pointers.Dmitry Kovalev
2013-10-16change to use vp9_idct_32x32_addYaowu Xu