Closed GoogleCodeExporter closed 9 years ago
Lag buffer allocation is limited to the lag requested by the application, see
alloc_raw_frame_buffers in onyx_if.c.
preproc.c is not compiled and could be removed from the source tree.
I agree that the token buffer could be handled better.
Original comment by jkoles...@google.com
on 13 Dec 2010 at 2:33
Re lag
It looks like lag_in_frames defaults to 0.
Re ARNR
Is libvpx\vp8\encoder\x86\preproc_mmx.c also unused? It contains
preproc_mmx.c:#define FRAMECOUNT 7
If unused, can you remove them?
Re Token
It seems this is the main reason 32 bit builds run out of memory?
Original comment by fbarch...@chromium.org
on 13 Dec 2010 at 7:58
Original comment by iss...@webmproject.org
on 16 Mar 2011 at 2:51
the motionmap in first pass of 0.9.6 release is another large one.
Original comment by fbarch...@chromium.org
on 31 Mar 2011 at 4:22
I removed the motion map in change I53e07d23 and modified the use of motion
compensation in the temporal noise filter to compensate. My tests show that the
change was neutral in terms of quality.
Adrian
Original comment by agra...@google.com
on 31 Mar 2011 at 3:15
Original issue reported on code.google.com by
fbarch...@chromium.org
on 12 Dec 2010 at 9:11