Lines Matching defs:a0
787 jas_cmreal_t a0;
797 a0 = *src++;
801 a0 = jas_cmshapmatlut_lookup(&shapmat->luts[0], a0);
806 b0 = shapmat->mat[0][0] * a0
810 b1 = shapmat->mat[1][0] * a0
814 b2 = shapmat->mat[2][0] * a0
818 a0 = b0;
823 a0 = jas_cmshapmatlut_lookup(&shapmat->luts[0], a0);
827 *dst++ = a0;
834 a0 = *src++;
836 a0 = jas_cmshapmatlut_lookup(&shapmat->luts[0], a0);
837 a2 = a0 * shapmat->mat[2][0];
838 a1 = a0 * shapmat->mat[1][0];
839 a0 = a0 * shapmat->mat[0][0];
840 *dst++ = a0;
846 a0 = *src++;
849 a0 = a0 * shapmat->mat[0][0];
851 a0 = jas_cmshapmatlut_lookup(&shapmat->luts[0], a0);
852 *dst++ = a0;