The current API surface is fairly small, and there are some common patterns in downstream code that might make sense to upstream. Some ideas:
- Resolution (WxH) wrapper, especially for subsampling concerns (lot of manual
x >> xdec etc.)
- Regions (borrows over particular rectangles of a plane), see for example
PlaneOffset and PlaneRegion in av-scenechange (rav1e also similar implementations)
Feel free to comment more if you can think of any, or discuss my suggestions :)
The current API surface is fairly small, and there are some common patterns in downstream code that might make sense to upstream. Some ideas:
x >> xdecetc.)PlaneOffsetandPlaneRegionin av-scenechange (rav1e also similar implementations)Feel free to comment more if you can think of any, or discuss my suggestions :)