MCPcopy Create free account
hub / github.com/ARM-software/astc-encoder / astcenc_decompress_reset

Function astcenc_decompress_reset

Source/astcenc_entry.cpp:1393–1398  ·  view source on GitHub ↗

See header for documentation. */

Source from the content-addressed store, hash-verified

1391
1392/* See header for documentation. */
1393astcenc_error astcenc_decompress_reset(
1394 astcenc_context* ctxo
1395) {
1396 ctxo->manage_decompress.reset();
1397 return ASTCENC_SUCCESS;
1398}
1399
1400/* See header for documentation. */
1401astcenc_error astcenc_get_block_info(

Callers 2

astcenc_mainFunction · 0.85
astcenc_decompress_imageFunction · 0.85

Calls 1

resetMethod · 0.80

Tested by

no test coverage detected