Searched defs:component_t (Results 1 – 1 of 1) sorted by relevance
251 struct component_t : public reg_t { struct252 component_t() : reg_t(), h(0), l(0) { in component_t() argument257 component_t(int r, int lo, int hi, int f=0) argument260 explicit component_t(const integer_t& rhs) in component_t() argument263 explicit component_t(const pixel_t& rhs, int component) { in component_t() argument272 int8_t h;273 int8_t l;274 inline int size() const { return h-l; } in size()