Lines Matching refs:oa
2735 OpAndArg oa = select_curve_op(&srcProfile->A2B.input_curves[i], i);
2736 if (oa.arg) {
2737 *ops++ = oa.op;
2738 *args++ = oa.arg;
2748 OpAndArg oa = select_curve_op(&srcProfile->A2B.matrix_curves[i], i);
2749 if (oa.arg) {
2750 *ops++ = oa.op;
2751 *args++ = oa.arg;
2768 OpAndArg oa = select_curve_op(&srcProfile->A2B.output_curves[i], i);
2769 if (oa.arg) {
2770 *ops++ = oa.op;
2771 *args++ = oa.arg;
2782 OpAndArg oa = select_curve_op(&srcProfile->trc[i], i);
2783 if (oa.arg) {
2784 *ops++ = oa.op;
2785 *args++ = oa.arg;
2808 OpAndArg oa = select_curve_op(&dstProfile->B2A.input_curves[i], i);
2809 if (oa.arg) {
2810 *ops++ = oa.op;
2811 *args++ = oa.arg;
2828 OpAndArg oa = select_curve_op(&dstProfile->B2A.matrix_curves[i], i);
2829 if (oa.arg) {
2830 *ops++ = oa.op;
2831 *args++ = oa.arg;
2841 OpAndArg oa = select_curve_op(&dstProfile->B2A.output_curves[i], i);
2842 if (oa.arg) {
2843 *ops++ = oa.op;
2844 *args++ = oa.arg;
2871 OpAndArg oa = select_curve_op(dst_curves+i, i);
2872 if (oa.arg) {
2873 assert (oa.op != Op_table_r &&
2874 oa.op != Op_table_g &&
2875 oa.op != Op_table_b &&
2876 oa.op != Op_table_a);
2877 *ops++ = oa.op;
2878 *args++ = oa.arg;