xiph/rav1e

Extend the v_frame Frame API

Open

#2,540 opened on Sep 14, 2020

 (0 comments) (0 reactions) (0 assignees)Assembly (289 forks)github user discovery
enhancementhelp wanted

Repository metrics

Stars
 (4,144 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

  • row_iter() for Frame: it would return a &[&[Pixel]], chroma slices can appear two times if the subsampling.
  • tile_iter() for Frame: would provide a lightweight version of our current tiles machinery, decoupled from the encoder settings.

Contributor guide