Searched defs:codewords (Results 1 – 4 of 4) sorted by relevance
| /third_party/libsnd/src/ |
| D | nms_adpcm.c | 453 nms_adpcm_block_unpack_16 (const uint16_t block [], int16_t codewords [], int16_t *rms) in nms_adpcm_block_unpack_16() 486 nms_adpcm_block_unpack_24 (const uint16_t block [], int16_t codewords [], int16_t *rms) in nms_adpcm_block_unpack_24() 523 nms_adpcm_block_unpack_32 (const uint16_t block [], int16_t codewords [], int16_t *rms) in nms_adpcm_block_unpack_32() 547 nms_adpcm_block_pack_16 (const int16_t codewords [], uint16_t block [], int16_t rms) in nms_adpcm_block_pack_16() 573 nms_adpcm_block_pack_24 (const int16_t codewords [], uint16_t block [], int16_t rms) in nms_adpcm_block_pack_24() 620 nms_adpcm_block_pack_32 (const int16_t codewords [], uint16_t block [], int16_t rms) in nms_adpcm_block_pack_32()
|
| /third_party/ffmpeg/libavcodec/ |
| D | imc.c | 75 int codewords[COEFFS]; ///< raw codewords read from bitstream member
|
| D | ivi.c | 147 uint16_t codewords[256]; /* FIXME: move this temporal storage out? */ in ivi_create_huff_from_desc() local
|
| D | vorbisenc.c | 49 uint32_t *codewords; member
|