ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
Loading...
Searching...
No Matches
verify_layout_t Struct Reference

Exact phase-overlaid byte offsets in the shared composition arena. More...

Data Fields

size_t producer
 Maximum producer work bytes.
size_t webp
 WebP arena offset.
size_t scratch
 Comparison scratch offset.
size_t row
 Reference-row offset.
size_t total
 Exact maximum phase high-water.

Detailed Description

Exact phase-overlaid byte offsets in the shared composition arena.

Definition at line 41 of file ra8_fmt_portable_verify.c.

Field Documentation

◆ producer

size_t verify_layout_t::producer

Maximum producer work bytes.

Definition at line 42 of file ra8_fmt_portable_verify.c.

Referenced by internal_bind(), internal_capacity(), and internal_layout().

◆ row

size_t verify_layout_t::row

Reference-row offset.

Definition at line 45 of file ra8_fmt_portable_verify.c.

Referenced by internal_bind(), and internal_layout().

◆ scratch

size_t verify_layout_t::scratch

Comparison scratch offset.

Definition at line 44 of file ra8_fmt_portable_verify.c.

Referenced by internal_bind(), and internal_layout().

◆ total

size_t verify_layout_t::total

Exact maximum phase high-water.

Definition at line 46 of file ra8_fmt_portable_verify.c.

Referenced by internal_capacity(), internal_layout(), and internal_open_and_size().

◆ webp

size_t verify_layout_t::webp

WebP arena offset.

Definition at line 43 of file ra8_fmt_portable_verify.c.

Referenced by internal_bind(), and internal_layout().


The documentation for this struct was generated from the following file: