pub unsafe extern "C" fn aom_img_plane_width(
    img: *const aom_image_t,
    plane: c_int
) -> c_int
Expand description

Get the width of a plane

Get the width of a plane of an image

\param[in] img Image descriptor \param[in] plane Plane index