Home
last modified time | relevance | path

Searched defs:codewords (Results 1 – 4 of 4) sorted by relevance

/third_party/libsnd/src/
Dnms_adpcm.c453 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/
Dimc.c75 int codewords[COEFFS]; ///< raw codewords read from bitstream member
Divi.c147 uint16_t codewords[256]; /* FIXME: move this temporal storage out? */ in ivi_create_huff_from_desc() local
Dvorbisenc.c49 uint32_t *codewords; member