Is there a reason why we think of the quantization matrix as performing a division rather than setting a threshold for values which should be zeroed out? Is division + casting more efficient in practice?
yfz3357
I have a similar concern, but I would imagine elementwise integer division might be slightly faster than setting a threshold(which might be a if statement?)
Is there a reason why we think of the quantization matrix as performing a division rather than setting a threshold for values which should be zeroed out? Is division + casting more efficient in practice?
I have a similar concern, but I would imagine elementwise integer division might be slightly faster than setting a threshold(which might be a if statement?)