Home
last modified time | relevance | path

Searched refs:codewords (Results 1 – 10 of 10) sorted by relevance

/third_party/libsnd/src/
Dnms_adpcm.c152 static void nms_adpcm_block_pack_16 (const int16_t codewords [], uint16_t block [], int16_t rms) ;
153 static void nms_adpcm_block_pack_24 (const int16_t codewords [], uint16_t block [], int16_t rms) ;
154 static void nms_adpcm_block_pack_32 (const int16_t codewords [], uint16_t block [], int16_t rms) ;
156 static void nms_adpcm_block_unpack_16 (const uint16_t block [], int16_t codewords [], int16_t *rms)…
157 static void nms_adpcm_block_unpack_24 (const uint16_t block [], int16_t codewords [], int16_t *rms)…
158 static void nms_adpcm_block_unpack_32 (const uint16_t block [], int16_t codewords [], int16_t *rms)…
453 nms_adpcm_block_unpack_16 (const uint16_t block [], int16_t codewords [], int16_t *rms) in nms_adpcm_block_unpack_16() argument
466 codewords [k++] = (w >> 12) & 0xc ; in nms_adpcm_block_unpack_16()
467 codewords [k++] = (w >> 8) & 0xc ; in nms_adpcm_block_unpack_16()
468 codewords [k++] = (w >> 4) & 0xc ; in nms_adpcm_block_unpack_16()
[all …]
/third_party/ffmpeg/libavcodec/
Dimc.c78 int codewords[COEFFS]; ///< raw codewords read from bitstream member
779 if (chctx->codewords[j] >= max_size || chctx->codewords[j] < 0) in inverse_quant_coeff()
784 if (chctx->codewords[j] >= middle_value) in inverse_quant_coeff()
785 … chctx->CWdecoded[j] = quantizer[chctx->codewords[j] - 8] * chctx->flcoeffs6[i]; in inverse_quant_coeff()
787 … chctx->CWdecoded[j] = -quantizer[max_size - chctx->codewords[j] - 8 - 1] * chctx->flcoeffs6[i]; in inverse_quant_coeff()
790 if (chctx->codewords[j] >= middle_value) in inverse_quant_coeff()
791 … chctx->CWdecoded[j] = quantizer[chctx->codewords[j] - 1] * chctx->flcoeffs6[i]; in inverse_quant_coeff()
793 … chctx->CWdecoded[j] = -quantizer[max_size - 2 - chctx->codewords[j]] * chctx->flcoeffs6[i]; in inverse_quant_coeff()
823 chctx->codewords[j] = cw; in imc_get_coeffs()
1005 memset(chctx->codewords, 0, sizeof(chctx->codewords)); in imc_decode_block()
Dvorbisenc.c49 uint32_t *codewords; member
160 put_bits(pb, cb->lens[entry], cb->codewords[entry]); in put_codeword()
177 ff_vorbis_len2vlc(cb->lens, cb->codewords, cb->nentries); in ready_codebook()
300 cb->codewords = av_malloc_array(cb->nentries, sizeof(uint32_t)); in create_vorbis_context()
301 if (!cb->lens || !cb->codewords) in create_vorbis_context()
1212 av_freep(&venc->codebooks[i].codewords); in vorbis_encode_close()
Divi.c130 uint16_t codewords[256]; /* FIXME: move this temporal storage out? */ in ivi_create_huff_from_desc() local
148 codewords[pos] = prefix | j; in ivi_create_huff_from_desc()
157 return init_vlc(vlc, IVI_VLC_BITS, pos, bits, 1, 1, codewords, 2, 2, in ivi_create_huff_from_desc()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_format_s3tc.c223 LLVMValueRef *codewords, in lp_build_gather_s3tc() argument
261 *codewords = LLVMBuildExtractElement(builder, elem, in lp_build_gather_s3tc()
269 *codewords = LLVMBuildExtractElement(builder, elem, in lp_build_gather_s3tc()
293 *codewords = tmp[3]; in lp_build_gather_s3tc()
321 *codewords = lp_build_interleave2_half(gallivm, lp_type64, cc01, cc23, 1); in lp_build_gather_s3tc()
323 *codewords = LLVMBuildBitCast(builder, *codewords, type32_vec, ""); in lp_build_gather_s3tc()
566 LLVMValueRef codewords, in s3tc_dxt1_full_to_rgba_aos() argument
715 indices = LLVMBuildLShr(builder, codewords, bit_pos, ""); in s3tc_dxt1_full_to_rgba_aos()
740 LLVMValueRef codewords, in s3tc_dxt1_to_rgba_aos() argument
745 colors, codewords, i, j); in s3tc_dxt1_to_rgba_aos()
[all …]
/third_party/openGLES/extensions/OES/
DOES_compressed_ETC1_RGB8_texture.txt165 subblock 1 is derived from the codewords R1 (bit 63-60), G1 (bit
173 using the 4-bit codewords R2 (bit 59-56), G2 (bit 51-48)and B2
181 subblock 1 is derived from the five-bit codewords R1', G1' and
182 B1'. These five-bit codewords are extended to eight bits by
190 of subblock 2 is obtained by modifying the 5-bit codewords R1' G1'
191 and B1' by the codewords dR2, dG2 and dB2. Each of dR2, dG2 and
213 chosen using the table codewords: For subblock 1, table codeword 1
/third_party/skia/third_party/externals/opengl-registry/extensions/OES/
DOES_compressed_ETC1_RGB8_texture.txt155 subblock 1 is derived from the codewords R1 (bit 63-60), G1 (bit
163 using the 4-bit codewords R2 (bit 59-56), G2 (bit 51-48)and B2
171 subblock 1 is derived from the five-bit codewords R1', G1' and
172 B1'. These five-bit codewords are extended to eight bits by
180 of subblock 2 is obtained by modifying the 5-bit codewords R1' G1'
181 and B1' by the codewords dR2, dG2 and dB2. Each of dR2, dG2 and
203 chosen using the table codewords: For subblock 1, table codeword 1
/third_party/pulseaudio/src/modules/rtp/
Drfc3551.txt967 codewords with a one-to-one correspondence to the samples in the PCM
969 codewords of 5, 4, 3, and 2 bits, respectively.
983 A stream of G726 codewords contains no information on the encoding
985 permitted within a sequence of packed codewords. Applications MUST
986 determine the encoding type of packed codewords from the RTP payload
990 the audio data. A stream of G726 codewords MUST be packed into
999 number of codewords packed will therefore be a multiple of 8, 2, 8,
1001 example of the packing scheme for G726-32 codewords is as shown,
1022 An example of the packing scheme for G726-24 codewords follows, where
1594 the valid codewords. The receiver needs to detect the padding
/third_party/vk-gl-cts/external/vulkan-docs/src/
DChangeLog.txt9343 consistent style for SPIR-V codewords, and tag normative terms that
DChangeLog.adoc11227 consistent style for SPIR-V codewords, and tag normative terms that