Searched defs:decoded (Results 1 – 5 of 5) sorted by relevance
29 etc1_byte decoded[cRgbPatchSize]; in decodeRgbTest() local36 etc1_byte decoded[cRgb8A1PatchSize]; in decodeRgb8A1Test() local44 etc1_byte decoded[cAlphaPatchSize * decodedElementBytes]; in decodeEacTest() local
474 int decoded = base_codeword + modifierValue * multiplier; in eac_decode_single_channel_block() local
227 bool Base64Unescape(const std::string& encoded, std::string* decoded) { in Base64Unescape()