pysvp64db: fix traversal
[openpower-isa.git] / media / video /
2023-09-14 Konstantinos Marga... add .gitignore files
2023-04-25 Jacob Lifshayreplace min/max[su][.] with minmax[.]
2023-04-12 Dmitry Selyutinmedia: migrate to binutils
2022-10-14 Konstantinos Marga... small update in the max detection code
2022-10-14 Konstantinos Marga... first working version
2022-10-14 Konstantinos Marga... increase buffer size, fix svp64 address for r5
2022-10-11 Konstantinos Marga... WIP: add initial AV1 SVP64 porting
2022-10-11 Konstantinos Marga... move pypowersim_wrapper on its own
2022-09-30 Luke Kenneth Casso... no need for ctr mode on sv.bc
2022-09-30 Luke Kenneth Casso... add code-comments in variance_svp64_real.s on how to...
2022-09-27 Konstantinos Marga... fix typo
2022-09-27 Konstantinos Marga... comment out more debug messages and reference C function
2022-09-27 Konstantinos Marga... comment out debug messages
2022-09-27 Konstantinos Marga... Working version of VP8 DCT4x4 in SVP64
2022-09-27 Konstantinos Marga... remove unused prototypes
2022-09-25 Konstantinos Marga... fix variables in memory copy
2022-09-25 Konstantinos Marga... Fixed SVP64 implentation
2022-09-25 Konstantinos Marga... remove functions as not relevant for this test
2022-09-25 Konstantinos Marga... clean up, convert from uint64 for python due to roundin...
2022-09-25 Konstantinos Marga... add prototypes
2022-09-25 Konstantinos Marga... fix finalize function, clean ups
2022-09-25 Konstantinos Marga... remove unimplemented tests, lower iterations
2022-09-25 Konstantinos Marga... use sv.maddled/mr, cleanup
2022-09-25 Konstantinos Marga... add header
2022-09-23 Konstantinos Marga... removed unneeded file
2022-09-23 Konstantinos Marga... update Makefile
2022-09-23 Konstantinos Marga... add new SVP64 function
2022-09-23 Konstantinos Marga... reduce iterations, taking too long in the simulator
2022-09-23 Konstantinos Marga... rename reference functions with _c suffix, add header
2022-09-23 Konstantinos Marga... renamed variance_svp64.c to variancefuncs_svp64.c
2022-09-22 Luke Kenneth Casso... comment need for waiting on binutils update
2022-09-22 Konstantinos Marga... fix no of iterations in comment, harmless but wrong
2022-09-22 Konstantinos Marga... better handling of memory copies, fix vpx_get4x4sse_cs_...
2022-09-22 Konstantinos Marga... remove extra setvl instruction
2022-09-21 Konstantinos Marga... getting better, get rid of the ctr, group src/ref loads
2022-09-21 Konstantinos Marga... use sv.subf
2022-09-21 Konstantinos Marga... fix braces
2022-09-21 Konstantinos Marga... Initial SVP64 attempt to vpx_get4x4sse_cs_svp64_real()
2022-09-21 Konstantinos Marga... use mr instead of li/addi pair
2022-09-21 Konstantinos Marga... fix comments
2022-09-21 Konstantinos Marga... add vpx_get4x4sse_cs_svp64_real() and wrapper
2022-09-21 Konstantinos Marga... First form of fully working SVP64 version
2022-09-21 Konstantinos Marga... reduce number of iterations in test, as it takes too...
2022-09-21 Konstantinos Marga... Initial attempt for SVP64 asm version of vpx_get_mb_ss_...
2022-09-20 Konstantinos Marga... PoC simplified and isolated unit test for libvpx (VP8...
2022-09-20 Konstantinos Marga... Initial PoC for calling pypowersim from within C code