summaryrefslogtreecommitdiff
path: root/vp9/common
AgeCommit message (Expand)Author
2013-09-30Merge "fix cpplint issue in reconintra"Jim Bankoski
2013-09-29fixed cpplint issue with vp9_scale.hJim Bankoski
2013-09-29vp9_entropymv.c cpplint issues resolvedJim Bankoski
2013-09-29cpplint fixes to debug modesJim Bankoski
2013-09-29fix cpplint issue in reconintraJim Bankoski
2013-09-29cpplint issues in vp9_onyx.hJim Bankoski
2013-09-29Merge "Using is_inter_block and has_second_ref functions."Dmitry Kovalev
2013-09-29Merge "Renaming vp9_short_idct10_8x8_add to vp9_short_idct8x8_10_add."Dmitry Kovalev
2013-09-29Merge "Removing vp9_get_coef_neighbors_handle function."Dmitry Kovalev
2013-09-29Merge "Removing vp9_subpelvar.h from common."Dmitry Kovalev
2013-09-27Removing unnecessary function calls.Dmitry Kovalev
2013-09-27Renaming vp9_short_idct10_8x8_add to vp9_short_idct8x8_10_add.Dmitry Kovalev
2013-09-27Properly save neon registers.Christian Duvivier
2013-09-27Removing vp9_get_coef_neighbors_handle function.Dmitry Kovalev
2013-09-27Merge "Renaming vp9_short_idct10_16x16 to vp9_short_idct16x16_10."Dmitry Kovalev
2013-09-27Merge "d63 intra prediction ssse3 using bytes"Scott LaVarnway
2013-09-26Renaming vp9_short_idct10_16x16 to vp9_short_idct16x16_10.Dmitry Kovalev
2013-09-25Fix a bunch of TODO from vp9_short_idct32x32_add_neon.Christian Duvivier
2013-09-25Using is_inter_block and has_second_ref functions.Dmitry Kovalev
2013-09-25Removing vp9_subpelvar.h from common.Dmitry Kovalev
2013-09-25Removing unused SUBMVREF_COUNT constant.Dmitry Kovalev
2013-09-25d63 intra prediction ssse3 using bytesScott LaVarnway
2013-09-24Replacing unsigned char* with uint8_t*.Dmitry Kovalev
2013-09-24Merge "Replace memcpy with vpx_memcpy"Yaowu Xu
2013-09-24Replace memcpy with vpx_memcpyYaowu Xu
2013-09-24Rename defined constantsYaowu Xu
2013-09-24Merge "Adding best_mv[2] array instead of two variables."Dmitry Kovalev
2013-09-20Use lowercase instruction in assemblyJohann
2013-09-20Adding best_mv[2] array instead of two variables.Dmitry Kovalev
2013-09-20Merge "Adding get_scan_and_band function."Dmitry Kovalev
2013-09-19fix integer overflow errorsYaowu Xu
2013-09-19Adding get_scan_and_band function.Dmitry Kovalev
2013-09-18Merge "Fix x86inc.asm to build PIC code correctly"Yunqing Wang
2013-09-18Fix x86inc.asm to build PIC code correctlyYunqing Wang
2013-09-17Merge "Silence a bunch of MSVC warnings"Yaowu Xu
2013-09-17Silence a bunch of MSVC warningsYaowu Xu
2013-09-17Remove redundant argument in get_sub_block_mvJingning Han
2013-09-16Speed up iht8x8 by rearranging instructions.hkuang
2013-09-13Revert "Improved 8t filters"James Zern
2013-09-13Merge "New mode_info_context storage -- undo revert"Scott LaVarnway
2013-09-13Merge "Deleted #include <inttypes.h>"Paul Wilkins
2013-09-12Merge "Add neon optimize iht8x8 which is 282% faster than C."hkuang
2013-09-12Add neon optimize iht8x8 which is 282% faster than C.hkuang
2013-09-12Deleted #include <inttypes.h>Paul Wilkins
2013-09-11First draft of vp9_short_idct32x32_add_neon.Christian Duvivier
2013-09-11Merge "Improved 8t filters"Scott LaVarnway
2013-09-11Improved 8t filtersScott LaVarnway
2013-09-11New mode_info_context storage -- undo revertScott LaVarnway
2013-09-11code cleanupYunqing Wang
2013-09-10Merge "Speed up idct16x16 by rearrange instructions."hkuang