Lines Matching full:words
22 * Perform a full C2P step on 32 8-bit pixels, stored in 8 32-bit words
93 u32 words[8];
113 c2p_32x8(d.words);
114 store_planar_masked(p, dst_nextplane, bpp, d.words,
118 /* Multiple destination words */
126 c2p_32x8(d.words);
128 d.words, first);
136 c2p_32x8(d.words);
137 store_planar(p, dst_nextplane, bpp, d.words);
146 c2p_32x8(d.words);
148 d.words, last);