Hi Sakari, > -----Original Message----- > From: [email protected] [mailto:[email protected]] > Sent: Thursday, October 04, 2018 12:09 AM > To: Mani, Rajmohan <[email protected]> > Cc: Mauro Carvalho Chehab <[email protected]>; Hans Verkuil > <[email protected]>; Zhi, Yong <[email protected]>; linux- > [email protected]; [email protected]; [email protected]; > [email protected]; [email protected]; Zheng, Jian Xu > <[email protected]>; Hu, Jerry W <[email protected]>; Li, Chao C > <[email protected]>; Qiu, Tian Shu <[email protected]> > Subject: Re: [PATCH v1 2/2] v4l: Document Intel IPU3 meta data uAPI > > Hi Raj, > > On Wed, Oct 03, 2018 at 10:56:19PM +0000, Mani, Rajmohan wrote: > ... > > > From some comment you had later, > > > I guess you're meaning that only 3 or 7 are the valid values. > > > > > > Yet, you're listing from 2^3 to 2^7, and that's confusing. Perhaps > > > you want to say, instead, that the valid values are at the 3..7 range? > > > If so, please use something like "values at the [3..7] range". > > > > > > > As Sakari pointed / preferred in the other thread, we will use the > > format [3, 7] to represent all integers between 3 and 7, including 3 and 7. > > Feel free to add a reference to this in the format documentation: > > <URL:https://en.wikipedia.org/wiki/Interval_(mathematics)> > > I guess the right place would be the top parameter format ReST document. >
Ack > ... > > > > > > + * All above has precision u0.4, range [0..0xF]. > > > > > > again, what do you mean by u0.4? > > > > unsigned integer with 0 bits used for representing whole number, with > > 4 least significant bits used to represent the fractional part. > > You could refer to this: > > <URL:https://en.wikipedia.org/wiki/Q_(number_format)> > > The ux.y notation is more common in the context of software but I couldn't > find any decent document to refer to. > Ack. Will stick with ux.y notation with the relevant documentation (unless there Is a preference for Q format). > -- > Regards, > > Sakari Ailus > [email protected]
