Home | History | Annotate | Download | only in source

Lines Matching refs:pix

31                                  uint8* dst_bayer, uint32 selector, int pix) {
36 mov ecx, [esp + 16] // pix
56 uint32 selector, int pix) {
71 "+r"(pix) // %2
83 uint8* dst_bayer, uint32 selector, int pix) {
87 for (int x = 0; x < pix - 1; x += 2) {
93 if (pix & 1) {
148 uint32 selector, int pix) = ARGBToBayerRow_C;
176 uint8* dst_argb, int pix) {
180 for (int x = 0; x < pix - 2; x += 2) {
199 if (!(pix & 1)) {
208 uint8* dst_argb, int pix) {
212 for (int x = 0; x < pix - 2; x += 2) {
231 if (!(pix & 1)) {
240 uint8* dst_argb, int pix) {
243 for (int x = 0; x < pix - 2; x += 2) {
261 if (!(pix & 1)) {
270 uint8* dst_argb, int pix) {
273 for (int x = 0; x < pix - 2; x += 2) {
291 if (!(pix & 1)) {
311 uint8* dst_argb, int pix);
313 uint8* dst_argb, int pix);
371 uint8* dst_argb, int pix);
373 uint8* dst_argb, int pix);
374 void (*ARGBToYRow)(const uint8* src_argb, uint8* dst_y, int pix) =
469 uint32 selector, int pix) = ARGBToBayerRow_C;