pysvp64db: fix traversal
[openpower-isa.git] / media /
2023-09-14 Konstantinos Marga... Need to zero homeIsaDir before use
2023-09-14 Konstantinos Marga... add .gitignore files
2023-09-10 Andrey Miroshnikovpypowersim_wrapper_common.h: Home path no longer hard...
2023-04-25 Jacob Lifshayreplace min/max[su][.] with minmax[.]
2023-04-12 Dmitry Selyutinmedia: migrate to binutils
2023-03-12 Konstantinos Marga... use absolute path
2022-12-29 Luke Kenneth Casso... get video pypowersim_wrapper running
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
2022-08-08 Luke Kenneth Casso... restore scalar version of mp31_imdct36_float.s to keep...
2022-08-08 Konstantinos Marga... WIP: SVP64 version
2022-07-06 Dmitry Selyutinaudio/mp3: convert asm to the new notation
2022-06-08 Dmitry Selyutinmedia/Makefile: switch to explicit LE toolchain
2022-06-08 Dmitry Selyutinmp3_0: update assembly listing
2021-12-16 Luke Kenneth Casso... bug where t1 was set to zero but s2 was not in imdct36_...
2021-07-16 Luke Kenneth Casso... make a test for if size of FFT is less than 8, if so...
2021-07-16 Luke Kenneth Casso... code clean-up, simplify, use float not double
2021-07-16 Luke Kenneth Casso... add fft makefile
2021-07-16 Luke Kenneth Casso... add nayuki project reference code
2021-07-14 Luke Kenneth Casso... subtract one from SVi field for setvl assembler
2021-07-11 Luke Kenneth Casso... minor reordering of setvl and svshape: svshape is now...
2021-07-08 Luke Kenneth Casso... add (new) extra argument to setvl (Vertical-First mode...
2021-07-02 Luke Kenneth Casso... add basic README for media tests
2021-06-29 Luke Kenneth Casso... corrections to comments and map-reduce adds, wrong...
2021-06-29 Luke Kenneth Casso... tab replacement
2021-06-28 Luke Kenneth Casso... add some notes into imdct_standalone.c
2021-06-28 Luke Kenneth Casso... morph imdct36 standalone c to look like it uses predication
2021-06-28 Luke Kenneth Casso... add copy of imdct36 standalone c test
2021-06-19 Luke Kenneth Casso... 128 regs added to simulator - works
2021-06-19 Luke Kenneth Casso... sigh cannot add comments at end of SV lines in SVP64...
2021-06-17 Luke Kenneth Casso... fix MP3 CODEC basic demo by using fmuls and fadds/fsubs...
2021-06-16 Luke Kenneth Casso... add extra comments to mp3 svp64 codec assembler
2021-06-16 Luke Kenneth Casso... more code-comments in mp3 codec svp64 example
2021-06-16 Luke Kenneth Casso... although unused read first sum from *dither_state
2021-06-16 Luke Kenneth Casso... use addi where sv.addi is inappropriate (scalar values)
2021-06-16 Luke Kenneth Casso... use fnmsubs instead of fmadds followed by fsubs
2021-06-16 Luke Kenneth Casso... reverting removal of tmpsum and tmpsum2, not using...
2021-06-15 Luke Kenneth Casso... remove predicate mask r30, no longer needed
2021-06-15 Luke Kenneth Casso... no need for tmpsu or tmpsum2, fmadds if replaced with...
2021-06-15 Luke Kenneth Casso... use new sv.fmadds SVP64 instruction in MP3 CODEC assembler
2021-06-15 Luke Kenneth Casso... mark as possible bug, the fneg sum,sum
2021-06-15 Luke Kenneth Casso... remove negate of sum for last value in SVP64 MP3 CODEC...
2021-06-15 Luke Kenneth Casso... SVP64 mp3 assembler almost correct
2021-06-15 Luke Kenneth Casso... whoops overlap of fv0-2 with sum/2/tmp, move further up
2021-06-14 Luke Kenneth Casso... sigh bug in setvl, temporarily setting to 7 not 8
2021-06-14 Luke Kenneth Casso... nope, win = win2 + 31
2021-06-14 Luke Kenneth Casso... guessing probably supposed to be 128 not 124
2021-06-14 Luke Kenneth Casso... tmpsum2 probably needed to be fp3
2021-06-14 Luke Kenneth Casso... temporary move regs into range 0-31
2021-06-14 Luke Kenneth Casso... add basic "macro" (.set) support to SVP64Asm
2021-06-14 Lauri Kasanenmp3_0 initial sv
2021-06-14 Lauri KasanenReorder mp3_0_basicsv back to the C loop style
2021-06-14 Lauri KasanenUpdate mp3_1.gpr missed in b04990f79c
2021-06-02 Luke Kenneth Casso... move mp3 test params slightly higher up so as not to...
2021-05-28 Lauri KasanenBegin on SV for mp3_0
2021-05-28 Lauri KasanenCorrect mp3_1 dump size
2021-05-28 Lauri KasanenAdd 16kb stack space (total 20kb before it hits vecs...
2021-05-28 Lauri KasanenUndo qemu address changes
2021-05-27 Luke Kenneth Casso... increase RAM sizes for media memmap
next