Searched refs:mapUW16 (Results 1 – 1 of 1) sorted by relevance
205 uint16_t mapUW16; // <Q7> in ProcessFrame() local221 mapUW16 = target_quant_uw16[i - 1]; in ProcessFrame()224 map_uw8[j] = (uint8_t)((mapUW16 + (1 << 6)) >> 7); in ProcessFrame()225 mapUW16 += increment_uw16; in ProcessFrame()