POSNEG=B_0x0, ENABLE=B_0x0
DCMIPP Pipe0 current stat/crop size register
HSIZE | Current horizontal size, from 0 to 4094 word wide (data 32-bit). If the value is maintained at 0 when enabling the crop by means of the ENABLE bit, the value is forced internally at 0xFFE, which is the maximum value. |
VSIZE | Current vertical size, from 0 to 4094 pixels high. If the value is maintained at 0 when enabling the crop by means of the ENABLE bit, the value is forced internally at 0xFFE which is the maximum value. |
POSNEG | Current value of the POSNEG bit This bit has a meaning only if ENABLE bit is set. 0 (B_0x0): Positive area. The rectangle defined by VSIZE,HSIZE, and VSTART, HSTART is the active area. 1 (B_0x1): Negative area. The active area is the area excluding the rectangle defined by VSIZE, HSIZE, and VSTART, HSTART. |
ENABLE | Current value of the ENABLE bit if POSNEG = 0, the data inside the rectangle area are transmitted (can correspond to a statistical data removal, or as a crop feature in a data valid image area). if POSNEG = 1, the data outside of the rectangle area are transmitted (can correspond to a statistical data extraction, rejecting all data inside the window) 0 (B_0x0): Bypass. All data are computed, if the statistics data are sent within the frame, they are sent to the processing pipe as pixels data. 1 (B_0x1): Enable: Depending on bit POSNEG value, the rectangle defined by the VSIZE, HSIZE, VSTART, HSTART can be used to extract or to remove certain amount of data (statistical extraction or removal, or basic 2D crop features) |