Searched refs:dc_vcomp (Results 1 – 3 of 3) sorted by relevance
360 short *dc_vcomp; member
152 instr->dc_vcomp = new short [instr->mv_ylen * instr->mv_xlen]; in alloc_instr_data()153 memset (instr->dc_vcomp, 0, sizeof(short)*instr->mv_ylen*instr->mv_xlen); in alloc_instr_data()196 if (instr->dc_vcomp) in dealloc_instr_data()197 delete [] instr->dc_vcomp; in dealloc_instr_data()406 copy_2dArray (m_enc_medata->DC( V_COMP ), instr->dc_vcomp); in GetInstrumentationData()
289 fdata << instr.dc_vcomp[j*instr.mv_xlen + i] << " "; in WriteDiagnosticsData()