Opened 5 months ago

Closed 3 days ago

#15184 closed defect (fixed)

VIDEO: Indeo 3 playback is very slow

Reported by: ccawley2011 Owned by: sev-
Priority: normal Component: Video
Version: Keywords: performance
Cc: Game:

Description

When playing Indeo 3 videos on the DS, the frame rate is extremely low and falls behind the audio track.

When I last investigated, there were two main culprits:

  • The YUV411 conversion performs bilinear interpolation, which is slower than it is without filtering
  • The playback code in the BBVS engine performs unnecessary extra copies
  • Many engines will always delay for 10 milliseconds without taking the time taken to decode the last frame into account. PR #5740 has a proof of concept solution for this.

This was observed with the Beavis and Butthead in Virtual Stupidity demo.

Change History (1)

comment:1 by sev-, 3 days ago

Owner: set to sev-
Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.