Home | History | Annotate | Download | only in enc

Lines Matching defs:Import

460   // Import RGB samples to W/RGB representation.
1083 // automatic import / conversion
1085 static int Import(WebPPicture* const picture,
1128 return (picture != NULL) ? Import(picture, rgb, rgb_stride, 3, 0, 0) : 0;
1133 return (picture != NULL) ? Import(picture, rgb, rgb_stride, 3, 1, 0) : 0;
1138 return (picture != NULL) ? Import(picture, rgba, rgba_stride, 4, 0, 1) : 0;
1143 return (picture != NULL) ? Import(picture, rgba, rgba_stride, 4, 1, 1) : 0;
1148 return (picture != NULL) ? Import(picture, rgba, rgba_stride, 4, 0, 0) : 0;
1153 return (picture != NULL) ? Import(picture, rgba, rgba_stride, 4, 1, 0) : 0;