Searched refs:dc_ucomp (Results 1 – 3 of 3) sorted by relevance
358 short *dc_ucomp; member
149 instr->dc_ucomp = new short [instr->mv_ylen * instr->mv_xlen]; in alloc_instr_data()150 memset (instr->dc_ucomp, 0, sizeof(short)*instr->mv_ylen*instr->mv_xlen); in alloc_instr_data()193 if (instr->dc_ucomp) in dealloc_instr_data()194 delete [] instr->dc_ucomp; in dealloc_instr_data()405 copy_2dArray (m_enc_medata->DC( U_COMP ), instr->dc_ucomp); in GetInstrumentationData()
282 fdata << instr.dc_ucomp[j*instr.mv_xlen + i] << " "; in WriteDiagnosticsData()