Home
last modified time | relevance | path

Searched defs:codewords (Results 1 – 5 of 5) 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/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_format_s3tc.c223 LLVMValueRef *codewords, in lp_build_gather_s3tc()
566 LLVMValueRef codewords, in s3tc_dxt1_full_to_rgba_aos()
740 LLVMValueRef codewords, in s3tc_dxt1_to_rgba_aos()
762 LLVMValueRef codewords, in s3tc_dxt3_to_rgba_aos()
1049 LLVMValueRef codewords, in s3tc_dxt5_full_to_rgba_aos()
2168 LLVMValueRef codewords, in s3tc_dxt5_to_rgba_aos()
2233 LLVMValueRef colors, codewords, alpha_lo = NULL, alpha_hi = NULL; in lp_build_fetch_s3tc_rgba_aos() local
2272 LLVMValueRef colors, codewords, alpha_lo = NULL, alpha_hi = NULL; in lp_build_fetch_s3tc_rgba_aos() local
/third_party/ffmpeg/libavcodec/
Divi.c130 uint16_t codewords[256]; /* FIXME: move this temporal storage out? */ in ivi_create_huff_from_desc() local
Dimc.c78 int codewords[COEFFS]; ///< raw codewords read from bitstream member
Dvorbisenc.c49 uint32_t *codewords; member