HomeSort by relevance Sort by last modified time
    Searched refs:CA_Transform (Results 1 - 2 of 2) sorted by null

  /external/srec/srec/ca/
catrans.c 34 CA_Transform *CA_AllocateTransform(void)
36 CA_Transform *hTransform = NULL;
40 hTransform = (CA_Transform *) VAR_ALLOCATE_CLR(1, sizeof(CA_Transform), "ca.hTransform");
51 void CA_FreeTransform(CA_Transform *hTransform)
64 int CA_LoadTransform(CA_Transform *hTransform, int dimen)
94 void CA_ConfigureTransform(CA_Transform *hTransform, int do_mllr, int do_imelda)
110 void CA_UnloadTransform(CA_Transform *hTransform)
133 void CA_ClearTransform(CA_Transform *hTransform)
175 void CA_InheritAccumulates(CA_Transform *hTransform, CA_Pattern *hPattern
    [all...]
  /external/srec/srec/include/
simapi.h 193 CA_Transform;
1007 * CA_Transform *CA_AllocateTransform (void);
1009 * void CA_FreeTransform (CA_Transform *hTransform);
1010 * int CA_LoadTransform (CA_Transform *hTransform, int dimen);
1011 * void CA_UnloadTransform (CA_Transform *hTransform);
1012 * void CA_ConfigureTransform (CA_Transform *hTransform,int do_mllr,int do_imelda);
1013 * void CA_ClearTransform (CA_Transform *hTransform);
1014 * void CA_InheritAccumulates (CA_Transform *hTransform, CA_Pattern *hPattern);
1016 * CA_Transform *hTransform);
    [all...]

Completed in 30 milliseconds