summaryrefslogtreecommitdiff
path: root/vp9/common
AgeCommit message (Expand)Author
2018-01-23Add vp9_highbd_iht16x16_256_add_sse4_1()Linfeng Zhang
2018-01-23Add "vpx_" prefix to 2 idct x86 functionsLinfeng Zhang
2018-01-23Merge "Add vp9_highbd_iht8x8_64_add_sse4_1()"Linfeng Zhang
2018-01-18Add vp9_highbd_iht8x8_64_add_sse4_1()Linfeng Zhang
2018-01-18clang-format v5.0.0 vp9/Johann
2018-01-08Add vp9_highbd_iht4x4_16_add_sse4_1()Linfeng Zhang
2017-12-14add copyright to rtcd filesJohann
2017-12-01explicitly label .text sectionsJohann
2017-11-20[CFI] Remove function pointer castsVlad Tsyrklevich
2017-11-17Merge "vp9: Fix mem rel for non-ref for external buffer."Jerome Jiang
2017-11-10Merge "vpx: [x86] add vp9_block_error_fp_avx2()"Scott LaVarnway
2017-11-09vp9: Fix mem rel for non-ref for external buffer.Jerome Jiang
2017-11-09vpx: [x86] add vp9_block_error_fp_avx2()Scott LaVarnway
2017-11-03Support building AVX-512 and implement sadx4 for AVX-512Kyle Siefring
2017-09-18Change sinpi_{1,2,3,4}_9 from tran_high_t to int16_tLinfeng Zhang
2017-09-13cosmetics: vp9_rtcd_defs.plLinfeng Zhang
2017-09-07Add 2 to 1 scaling NEON optimizationLinfeng Zhang
2017-09-05Remove get_filter_base() and get_filter_offset() in convolveLinfeng Zhang
2017-09-01apply clang-formatclang-format
2017-08-23quantize fp: neon implementationJohann
2017-08-16Merge changes I08b562b6,Ia275940a,I51106e90Linfeng Zhang
2017-08-14Update 32x32 idct sse2 and ssse3 optimizations.Linfeng Zhang
2017-08-14vp9: strip temporal filter codeScott LaVarnway
2017-07-10remove vp9_full_sad_searchJohann
2017-07-05vp9: remove FrameWorkerData & vp9_dthread.hJames Zern
2017-07-05vp9: remove (un)lock_buffer_poolJames Zern
2017-06-30vp9_onyxc_int,RefCntBuffer: rm unused membersJames Zern
2017-06-30vp9: reduce FRAME_BUFFERS by 3James Zern
2017-06-30VP9_COMMON: rm frame_parallel_decodeJames Zern
2017-06-26Update load_input_data() in x86Linfeng Zhang
2017-06-13Convert 8x8 idct x86 macros to inline functionsLinfeng Zhang
2017-05-26Fix vp8 race when build --enable-vp9-highbitdepth.Jerome Jiang
2017-05-10vp9: Use INTERP_FILTER for filter_type in vp9_rtcd_defs.plMarco
2017-05-09vp9: SVC: Add option to set downsampling filter type.Marco
2017-05-08Update 4x4 idct sse2 functionsLinfeng Zhang
2017-05-08Merge changes I0cfe4117,I3581d80d,Ida62c941Linfeng Zhang
2017-05-06Merge "vp9: Neon optimization for denoiser. Add unit tests."Jerome Jiang
2017-05-05vp9: Neon optimization for denoiser. Add unit tests.Jerome Jiang
2017-05-03Update highbd idct functions arguments to use uint16_t dstLinfeng Zhang
2017-05-03Clean CONVERT_TO_BYTEPTR/SHORTPTR in idctLinfeng Zhang
2017-05-01Merge "Clean vp9_highbd_build_inter_predictor() and highbd_inter_predictor()"Linfeng Zhang
2017-04-28Use uint32_t for accumulatorJohann
2017-04-28Merge "vp9 temporal filter: sse4 implementation"Johann Koenig
2017-04-26vp9 temporal filter: sse4 implementationJohann
2017-04-25Clean vp9_highbd_build_inter_predictor() and highbd_inter_predictor()Linfeng Zhang
2017-04-25Update highbd convolve functions arguments to use uint16_t src/dstLinfeng Zhang
2017-04-19Merge changes I9e18a73b,Ie47c8cd4Linfeng Zhang
2017-04-19Clean CONVERT_TO_BYTEPTR/SHORTPTR in convolveLinfeng Zhang
2017-04-18vp9: Add phase to get averaging filter for 1:2 downsampling.Marco
2017-04-06VP9 motion vector unit testYunqing Wang