Searched refs:downloaded_channel_ptr (Results 1 – 1 of 1) sorted by relevance
7766 ChannelData* downloaded_channel_ptr = channel_data[n]; in comparePixelData() local7776 getNumberOfBitsForChannelDataType(downloaded_channel_ptr->data_type, &n_reading_bits); in comparePixelData()7819 switch (downloaded_channel_ptr->data_type) in comparePixelData()7823 …int delta = (downloaded_channel_ptr->signed_integer_data - reference_channel_ptr->signed_integer_d… in comparePixelData()7840 …int delta = (downloaded_channel_ptr->unsigned_byte_data - reference_channel_ptr->unsigned_byte_dat… in comparePixelData()7856 int delta = static_cast<int>(downloaded_channel_ptr->unsigned_integer_data - in comparePixelData()7873 …int delta = (downloaded_channel_ptr->unsigned_short_data - reference_channel_ptr->unsigned_short_d… in comparePixelData()7889 …int delta = deChopFloatToInt32(downloaded_channel_ptr->float_data - reference_channel_ptr->float_d… in comparePixelData()