ericaddison / Algs_Term_Project

Term project for the UT Austin ECE course "Algorithmic Foundation for Software Systems"
0 stars 0 forks source link

Accesors #25

Closed ericaddison closed 7 years ago

ericaddison commented 7 years ago

A few things here:

JoshMusick commented 7 years ago

Hmm, this will not quite work as I see it. If the Byte Bufferizers can have their adaptive capability toggled, then I would only create one instance of the line and subband byte bufferizers, and just use their accessor. Secondly, with the addition of another step at the beginning of the pipeline, there are some indices that were used that will not work quite right.

I will check out this branch and make necessary updates.

ericaddison commented 7 years ago

Ah, I was not sure if you'd want to toggle the adaptive-ness or still create separate instances, so I didn't change that choice... If it's too much work to change we can back-pedal!

JoshMusick commented 7 years ago

No worries, it's not a big deal to correct.

JoshMusick commented 7 years ago

I've pushed a commit with the necessary changes. Merge it in if you think it's good to go!

ericaddison commented 7 years ago

looks good to me, merging!