RIF Data Structs

Radeon Image Filters library comes with the following data structs:

rif_image_desc

Image descriptor. Defines image size, pixel data type and image memory layout.

Name

Type

Description

image_width

rif_uint

Image width (in pixels).

image_height

rif_uint

Image height (in pixels).

image_depth

rif_uint

Image depth (in pixels).

image_row_pitch

rif_uint

Image row alignment (in pixels).

image_slice_pitch

rif_uint

Image slice alignment (in pixels).

num_components

rif_uint

Number of components per pixel.

type

rif_component_type

Pixel component data type.