]> granicus.if.org Git - libvpx/history - test/hadamard_test.cc
namespace ARCH_* defines
[libvpx] / test / hadamard_test.cc
2019-09-30 James Zernnamespace ARCH_* defines
2018-12-21 Harish MahendrakarMerge "Add Tile-SB-Row based Multi-threading in Decoder"
2018-12-19 Paul WilkinsMerge "Improve rd_variance_adjustment() for low varianc...
2018-12-12 Deepa K GMerge "Rescale arf bit budget calculation"
2018-12-12 Deepa K GMerge "Use undamped adjustment for rate correction...
2018-12-11 Paul WilkinsMerge "Fix intra_count_low calculation in first pass"
2018-12-11 Hui SuMerge "Remove redundant code about motion vector test"
2018-12-10 Hui SuMerge "Add enum definition for subpel search precision"
2018-12-10 Johann KoenigMerge "apply -Wextra to third_party/"
2018-12-10 Jerome JiangMerge "vp9 screen: Update motion search offset when...
2018-12-10 Jerome JiangMerge "vp9 svc: add test for scaling partition on 1080p...
2018-12-08 Sai DengMerge "Add satd avx2 implementation"
2018-12-08 James ZernMerge "test/*: use std::*tuple"
2018-12-07 Yaowu XuMerge "Optimize RDMult"
2018-12-07 Angie ChiangMerge changes Id10f72b3,Icde1b01e,I391aa322
2018-12-07 sdengAdd high bit Hadamard 32x32 avx2 implementation
2018-12-07 Sai DengMerge "Add high bit Hadamard 16x16 avx2 implementation"
2018-12-07 Jerome JiangMerge "vp9 decoder: cleanup on exit if no available...
2018-12-06 Harish MahendrakarMerge "Fix DoS in Error Streams"
2018-12-06 sdengAdd high bit Hadamard 16x16 avx2 implementation
2018-12-05 Johann KoenigMerge "quantize neon: fix hbd builds"
2018-12-05 Sai DengMerge "Fix overflow in calculating highbd SSIM"
2018-12-05 Harish MahendrakarMerge "Add Parse and Recon Split functions"
2018-12-04 Johann KoenigMerge "Reland "third_party/googletest: update to v1...
2018-12-04 Jerome JiangMerge "vp9: force refresh of long term ref when denoise...
2018-12-04 Jingning HanMerge "Clean up rc_pick_q_and_bounds_two_pass()"
2018-12-04 Sai DengMerge "Add high bit Hadamard 8x8 avx2 implementation"
2018-12-03 sdengAdd high bit Hadamard 8x8 avx2 implementation
2018-11-13 Jingning HanMerge "Rescale arf bit budget calculation"
2018-11-11 Yaowu XuMerge "Refactor common code in RDMULT computation"
2018-11-08 Jerome JiangMerge "Add operator<< to hadamard test."
2018-11-08 Jerome JiangAdd operator<< to hadamard test.
2018-11-07 Jingning HanMerge "Unify GOP structure layout setup"
2018-11-07 Paul WilkinsMerge "Modified key frame detection."
2018-11-07 Johann KoenigMerge "vp8: remove VP8_ENTROPY_STATS code"
2018-11-07 Jerome JiangMerge "vp9: postencode drop frame for screen content...
2018-11-06 Marco PaniconiMerge "vp9 screen-content: Adjustments for screen content."
2018-11-06 Marco PaniconiMerge "vp8: Increase rate correction threshold for...
2018-11-06 Sai DengMerge "Refactor Hadamard tests and add highbd tests"
2018-11-06 sdengRefactor Hadamard tests and add highbd tests
2018-08-13 Jerome JiangMerge "vp9: don't release buffer for current frame."
2018-07-30 Jerome JiangMerge "vp8: Fix memory address overflow in decoder."
2018-07-27 Jerome JiangMerge "vp9: release frame buffer on key frame."
2018-07-25 Marco PaniconiMerge "vp9: Fix to the segment weight for cyclic refresh."
2018-07-24 Hui SuMerge "Add prune_ref_frame_for_rect_partitions feature"
2018-07-24 Jingning HanMerge "Pass in block size for motion search function"
2018-07-24 Jingning HanMerge "Make the tpl model update operated in 8x8 block...
2018-07-24 Jingning HanMerge "Refactor overlap area computation"
2018-07-24 Jingning HanMerge "Map coding block size to transform block size"
2018-07-24 Jingning HanMerge "Refactor tpl model update function"
2018-07-24 Jingning HanMerge "Scale the distortion mectric with tx size"
2018-07-23 Scott LaVarnwayMerge "VPX: Add vpx_hadamard_32x32_avx2"
2018-07-23 Scott LaVarnwayVPX: Add vpx_hadamard_32x32_avx2
2018-07-23 Paul WilkinsMerge "Fixed "MAX" boost for static kf sections."
2018-07-23 Paul WilkinsMerge "Fix issue with short static KF groups."
2018-07-23 Paul WilkinsMerge "Limit Max GF boost for slide shows"
2018-07-23 Paul WilkinsMerge "Tweaks to determination of slide show groups."
2018-07-23 Paul WilkinsMerge "Improved coding on slide show content."
2018-07-22 Scott LaVarnwayMerge "VPX: Add vpx_hadamard_32x32_sse2"
2018-07-22 Scott LaVarnwayMerge "VPX: Improve HBD vpx_hadamard_16x16_sse2()"
2018-07-22 Jingning HanMerge "Replace hard coded numbers in tpl model"
2018-07-21 Scott LaVarnwayVPX: Add vpx_hadamard_32x32_sse2
2018-07-20 Scott LaVarnwayMerge "VPX: Add Hadamard32x32Test"
2018-07-19 Scott LaVarnwayVPX: Add Hadamard32x32Test
2017-11-01 Jerome JiangMerge "vp9: Move allocation of vt2 after early exits."
2017-10-31 Jerome JiangMerge "vp9: Reduce stack usage of choose_partitioning."
2017-10-30 Jerome JiangMerge "vp9: Reduce stack usage of choose_partioning."
2017-10-26 Scott LaVarnwayvpx: hadamard: use ptrdiff_t instead of int for stride
2017-10-24 Kyle SiefringMerge "Optimize convolve8 SSSE3 and AVX2 intrinsics"
2017-10-19 Scott LaVarnwayMerge "vpx: [x86] add vpx_hadamard_16x16_avx2()"
2017-10-19 Scott LaVarnwayvpx: [x86] add vpx_hadamard_16x16_avx2()
2017-04-03 Yunqing WangMerge "Fix for out of range motion vector bug in sub...
2017-03-17 Johann KoenigMerge "test: add vp9_temporal_filter_apply test"
2017-03-17 Alex ConverseMerge "vp9_optimize_b: Combine extrabits cost with...
2017-03-17 James ZernMerge "Add vpx_highbd_idct32x32_135_add_neon()"
2017-03-17 James ZernMerge "Clean vpx_idct32x32_1024_add_neon()"
2017-03-16 Marco PaniconiMerge "vp9: Fixes in non-rd pickmode for denoising...
2017-03-16 Johann KoenigMerge "Remove ppc-linux-gcc target"
2017-03-16 Johann KoenigMerge "Add Hadamard for Power8"
2017-03-16 Rafael de Lucena... Add Hadamard for Power8
2017-02-14 Johann KoenigMerge "Remove UNINITIALIZED_IS_SAFE"
2017-02-09 Paul WilkinsMerge "Fix to avoid abrupt relaxation of max qindex...
2017-02-09 Paul WilkinsMerge "Fix for max qindex calculation of a gf interval"
2017-02-04 Yunqing WangMerge "Changes to facilitate multi-threading of encodin...
2017-02-02 Jingning HanMerge "Add SSSE3 intrinsic 8x8 inverse 2D-DCT"
2017-02-02 Johann KoenigMerge "Update third_party/googletest to 1.8.0"
2017-02-02 Kaustubh RasteMerge "Add mips msa sum_squares_2d_i16 function"
2017-02-02 Johann KoenigMerge "Remove neon assembly for idct 16x16 and 8x8"
2017-02-02 Johann KoenigMerge changes I43521ad3,I013659f6
2017-02-01 Yunqing WangMerge "Changes to facilitate row based multi-threading...
2017-02-01 Johann KoenigMerge changes I374dfc08,I7e15192e,Ica414007
2017-02-01 Johann KoenigMerge "deblock: annotate postproc parameters"
2017-02-01 Johannhadamard highbd ssse3: use tran_low_t for coeff
2017-02-01 Johannhadamard highbd neon: use tran_low_t for coeff
2017-02-01 Johannhadamard highbd sse2: use tran_low_t for coeff
2017-02-01 Johann KoenigMerge "quantize ssse3: remove unused pxor"
2017-02-01 Jingning HanUnify the hadamard transform unit test for bit-depth...
2017-02-01 Jingning HanFix real-time compression regression in hbd mode
2017-01-31 Johann KoenigMerge "Use Buffer class for post proc tests"
2017-01-26 Yunqing WangMerge "Remove marco MVC in mcomp.c"
next