Home
last modified time | relevance | path

Searched refs:unpack_bytes (Results 1 – 4 of 4) sorted by relevance

/third_party/libsnd/src/G72x/
Dg72x.c41 static int unpack_bytes (int bits, int blocksize, const unsigned char * block, short * samples) ;
246 count = unpack_bytes (pstate->codec_bits, pstate->blocksize, block, samples) ; in g72x_decode_block()
605 unpack_bytes (int bits, int blocksize, const unsigned char * block, short * samples) in unpack_bytes() function
/third_party/python/Lib/
Dxdrlib.py220 unpack_bytes = unpack_string variable in Unpacker
/third_party/astc-encoder/Source/
Dastcenccli_image_load_store.cpp2328 static unsigned int unpack_bytes( in unpack_bytes() function
2361 unsigned int magicval = unpack_bytes(hdr.magic[0], hdr.magic[1], hdr.magic[2], hdr.magic[3]); in load_cimage()
2373 unsigned int dim_x = unpack_bytes(hdr.dim_x[0], hdr.dim_x[1], hdr.dim_x[2], 0); in load_cimage()
2374 unsigned int dim_y = unpack_bytes(hdr.dim_y[0], hdr.dim_y[1], hdr.dim_y[2], 0); in load_cimage()
2375 unsigned int dim_z = unpack_bytes(hdr.dim_z[0], hdr.dim_z[1], hdr.dim_z[2], 0); in load_cimage()
/third_party/python/Doc/library/
Dxdrlib.rst221 .. method:: Unpacker.unpack_bytes()