add WIP jpeg decoder demo
[openpower-isa.git] / media /
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
2021-05-27 Luke Kenneth Casso... moving stack and parameters higher up for media test
2021-05-27 Luke Kenneth Casso... move stack pointer higher up to keep qemu happier in...
2021-05-27 Luke Kenneth Casso... set PC in pypowersim
2021-05-27 Luke Kenneth Casso... pass output dump argument to shell script for audio...
2021-05-26 Lauri KasanenQoL tuning
2021-05-26 Lauri KasanenMissed semicolon
2021-05-26 Lauri KasanenDedup them via scripts
2021-05-26 Lauri KasanenFill in first mp3_1 incantation
2021-05-26 Lauri KasanenFill in all mp3_0 runs, move the spr to a common file
2021-05-25 Luke Kenneth Casso... add loading of data and output dump of samples to mp3...
2021-05-25 Luke Kenneth Casso... allow comments in SPR / GPR / FPR files
2021-05-25 Luke Kenneth Casso... add add setting of LR so that code jumps outside of...
2021-05-24 Luke Kenneth Casso... quick add of pypowersim command to run the apply_window...
2021-05-24 Lauri KasanenSave initial mp3_0 regs
2021-05-24 Lauri KasanenSave a local copy of the calling conventions
2021-05-24 Luke Kenneth Casso... add TODO comment running simulator
2021-05-24 Lauri KasanenSave initial mp3 C baseline asm
2021-05-19 Lauri Kasanenrm -f
2021-05-19 Lauri KasanenBasic media infra