Searched refs:pxform (Results 1 – 2 of 2) sorted by relevance
83 static void jas_cmpxform_destroy(jas_cmpxform_t *pxform);84 static jas_cmpxform_t *jas_cmpxform_copy(jas_cmpxform_t *pxform);86 static void jas_cmshapmat_destroy(jas_cmpxform_t *pxform);87 static int jas_cmshapmat_apply(jas_cmpxform_t *pxform, jas_cmreal_t *in,107 int i, jas_cmpxform_t *pxform);478 jas_cmpxform_t *pxform; in jas_cmxform_apply() local510 pxform = pxformseq->pxforms[i]; in jas_cmxform_apply()511 if (pxform->numinchans > maxchans) { in jas_cmxform_apply()512 maxchans = pxform->numinchans; in jas_cmxform_apply()514 if (pxform->numoutchans > maxchans) { in jas_cmxform_apply()[all …]
155 void (*destroy)(struct jas_cmpxform_s *pxform);156 int (*apply)(struct jas_cmpxform_s *pxform, jas_cmreal_t *in, jas_cmreal_t *out, int cnt);157 void (*dump)(struct jas_cmpxform_s *pxform);