Searched refs:pIn (Results 1 – 3 of 3) sorted by relevance
/hardware/google/gfxstream/common/etc/ |
D | etc.cpp | 389 void etc2_decode_rgb_block(const etc1_byte* pIn, bool isPunchthroughAlpha, in etc2_decode_rgb_block() argument 391 etc1_uint32 high = (pIn[0] << 24) | (pIn[1] << 16) | (pIn[2] << 8) | pIn[3]; in etc2_decode_rgb_block() 392 etc1_uint32 low = (pIn[4] << 24) | (pIn[5] << 16) | (pIn[6] << 8) | pIn[7]; in etc2_decode_rgb_block() 440 void eac_decode_single_channel_block(const etc1_byte* pIn, in eac_decode_single_channel_block() argument 444 int base_codeword = isSigned ? reinterpret_cast<const char*>(pIn)[0] in eac_decode_single_channel_block() 445 : pIn[0]; in eac_decode_single_channel_block() 447 int multiplier = pIn[1] >> 4; in eac_decode_single_channel_block() 448 int tblIdx = pIn[1] & 15; in eac_decode_single_channel_block() 450 const etc1_byte* p = pIn + 2; in eac_decode_single_channel_block() 508 void etc_average_colors_subblock(const etc1_byte* pIn, etc1_uint32 inMask, in etc_average_colors_subblock() argument [all …]
|
/hardware/google/gfxstream/common/etc/include/gfxstream/ |
D | etc.h | 55 void etc1_encode_block(const etc1_byte* pIn, etc1_uint32 validPixelMask, etc1_byte* pOut); 65 void etc2_decode_rgb_block(const etc1_byte* pIn, bool isPunchthroughAlpha, etc1_byte* pOut); 73 void eac_decode_single_channel_block(const etc1_byte* pIn, 92 int etc1_encode_image(const etc1_byte* pIn, etc1_uint32 width, etc1_uint32 height, 103 int etc2_decode_image(const etc1_byte* pIn, ETC2ImageFormat format,
|
/hardware/google/gfxstream/host/gl/glestranslator/include/GLcommon/ |
D | rgtc.h | 33 int rgtc_decode_image(const uint8_t* pIn, RGTCImageFormat format, uint8_t* pOut, uint32_t width,
|