jscodec / jsvpx

Full Javascript implementation of libvpx vp8 decoder.
MIT License
25 stars 6 forks source link

Separate loopfilter logic for webgl integration. #8

Open brianxautumn opened 7 years ago

brianxautumn commented 7 years ago

Need to separate the loopfiltering logic from predict_mb area in order to prep it to be sent to gpu. So far this seems to be the best way to start parallelizing.