Searched defs:process_plane (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/RDP/client-1.8.3/
H A Dbitmap.c759 process_plane(uint8 * in, int width, int height, uint8 * out, int size) function
877 bytes_pro = process_plane(input, width, height, output + 3, size - total_pro);
880 bytes_pro = process_plane(input, width, height, output + 2, size - total_pro);
883 bytes_pro = process_plane(input, width, height, output + 1, size - total_pro);
886 bytes_pro = process_plane(input, width, height, output + 0, size - total_pro);

Completed in 951 milliseconds