Searched defs:component_t (Results 1 – 1 of 1) sorted by relevance
245 struct component_t : public reg_t { struct246 component_t() : reg_t(), h(0), l(0) { in component_t() argument251 component_t(int r, int lo, int hi, int f=0) argument254 explicit component_t(const integer_t& rhs) in component_t() argument257 explicit component_t(const pixel_t& rhs, int component) { in component_t() function266 int8_t h;267 int8_t l;268 inline int size() const { return h-l; } in size()