Home | History | Annotate | Download | only in generic

Lines Matching refs:dest_pitch

70                                    unsigned int dest_pitch,
85 des[0 * dest_pitch] = (unsigned char) a;
86 des[1 * dest_pitch] = (unsigned char)((b * 192 + c * 64 + 128) >> 8);
87 des[2 * dest_pitch] = (unsigned char)((c * 128 + d * 128 + 128) >> 8);
88 des[3 * dest_pitch] = (unsigned char)((d * 64 + e * 192 + 128) >> 8);
148 unsigned int dest_pitch,
163 des[0 * dest_pitch] = (unsigned char) a;
164 des[1 * dest_pitch] = (unsigned char)((b * 85 + c * 171 + 128) >> 8);
165 des[2 * dest_pitch] = (unsigned char)((d * 171 + e * 85 + 128) >> 8);
214 unsigned int dest_pitch,
216 (void) dest_pitch;
224 unsigned int dest_pitch,
230 (void) dest_pitch;