/third_party/ffmpeg/libavcodec/ |
D | qcelpdata.h | 45 uint8_t cindex[16]; ///< codebook index for each codebook subframe member 102 QCELP_OF(cindex[ 1], 0, 4), // 217 105 QCELP_OF(cindex[ 0], 0, 7), // 208 107 QCELP_OF(cindex[ 2], 0, 7), // 200 110 QCELP_OF(cindex[ 1], 4, 3), // 188 113 QCELP_OF(cindex[ 3], 0, 7), // 179 116 QCELP_OF(cindex[ 4], 0, 6), // 169 122 QCELP_OF(cindex[ 5], 0, 7), // 150 125 QCELP_OF(cindex[ 4], 6, 1), // 138 126 QCELP_OF(cindex[ 7], 0, 3), // 137 [all …]
|
D | qcelpdec.c | 216 q->frame.cindex[i] = (q->frame.cindex[i] - 89) & 127; in decode_gain_and_index() 313 uint16_t cbseed, cindex; in compute_svector() local 320 cindex = -q->frame.cindex[i]; in compute_svector() 323 qcelp_rate_full_codebook[cindex++ & 127]; in compute_svector() 329 cindex = -q->frame.cindex[i]; in compute_svector() 332 qcelp_rate_half_codebook[cindex++ & 127]; in compute_svector()
|
/third_party/musl/tools/api_cmp_tool/ |
D | compare.py | 7 import clang.cindex 8 from clang.cindex import Cursor 9 from clang.cindex import CursorKind 11 from clang.cindex import TranslationUnit 171 index = clang.cindex.Index.create() 176 index_temp = clang.cindex.Index.create() 184 index_temp = clang.cindex.Index.create()
|
/third_party/skia/third_party/externals/microhttpd/doc/ |
D | libmicrohttpd.texi | 146 @cindex poll 147 @cindex epoll 148 @cindex select 177 @cindex performance 213 @cindex compilation 214 @cindex embedded systems 215 @cindex portability 301 @cindex portability 302 @cindex microhttpd.h 323 @cindex signals [all …]
|
D | ecos.texi | 1 @cindex GPL, GNU General Public License 2 @cindex eCos, GNU General Public License with eCos Extension
|
D | texinfo.tex | 4868 % @findex, @vindex, @kindex, @cindex. 4872 \def\cindex {\cpindex}
|
/third_party/libjpeg-turbo/ |
D | jdphuff.c | 125 int cindex = cinfo->cur_comp_info[ci]->component_index; in start_pass_phuff_decoder() local 126 coef_bit_ptr = &cinfo->coef_bits[cindex][0]; in start_pass_phuff_decoder() 127 prev_coef_bit_ptr = &cinfo->coef_bits[cindex + cinfo->num_components][0]; in start_pass_phuff_decoder() 129 WARNMS2(cinfo, JWRN_BOGUS_PROGRESSION, cindex, 0); in start_pass_phuff_decoder() 139 WARNMS2(cinfo, JWRN_BOGUS_PROGRESSION, cindex, coefi); in start_pass_phuff_decoder()
|
D | jdarith.c | 666 int coefi, cindex = cinfo->cur_comp_info[ci]->component_index; in start_pass() local 667 int *coef_bit_ptr = &cinfo->coef_bits[cindex][0]; in start_pass() 669 &cinfo->coef_bits[cindex + cinfo->num_components][0]; in start_pass() 671 WARNMS2(cinfo, JWRN_BOGUS_PROGRESSION, cindex, 0); in start_pass() 681 WARNMS2(cinfo, JWRN_BOGUS_PROGRESSION, cindex, coefi); in start_pass()
|
/third_party/skia/third_party/externals/libjpeg-turbo/ |
D | jdphuff.c | 125 int cindex = cinfo->cur_comp_info[ci]->component_index; in start_pass_phuff_decoder() local 126 coef_bit_ptr = &cinfo->coef_bits[cindex][0]; in start_pass_phuff_decoder() 127 prev_coef_bit_ptr = &cinfo->coef_bits[cindex + cinfo->num_components][0]; in start_pass_phuff_decoder() 129 WARNMS2(cinfo, JWRN_BOGUS_PROGRESSION, cindex, 0); in start_pass_phuff_decoder() 139 WARNMS2(cinfo, JWRN_BOGUS_PROGRESSION, cindex, coefi); in start_pass_phuff_decoder()
|
D | jdarith.c | 666 int coefi, cindex = cinfo->cur_comp_info[ci]->component_index; in start_pass() local 667 int *coef_bit_ptr = &cinfo->coef_bits[cindex][0]; in start_pass() 669 &cinfo->coef_bits[cindex + cinfo->num_components][0]; in start_pass() 671 WARNMS2(cinfo, JWRN_BOGUS_PROGRESSION, cindex, 0); in start_pass() 681 WARNMS2(cinfo, JWRN_BOGUS_PROGRESSION, cindex, coefi); in start_pass()
|
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/ |
D | jdphuff.c | 144 int cindex = cinfo->cur_comp_info[ci]->component_index; in start_pass_phuff_decoder() local 145 coef_bit_ptr = &cinfo->coef_bits[cindex][0]; in start_pass_phuff_decoder() 147 WARNMS2(cinfo, JWRN_BOGUS_PROGRESSION, cindex, 0); in start_pass_phuff_decoder() 151 WARNMS2(cinfo, JWRN_BOGUS_PROGRESSION, cindex, coefi); in start_pass_phuff_decoder()
|
D | jdarith.c | 666 int coefi, cindex = cinfo->cur_comp_info[ci]->component_index; in start_pass() local 667 int *coef_bit_ptr = &cinfo->coef_bits[cindex][0]; in start_pass() 669 WARNMS2(cinfo, JWRN_BOGUS_PROGRESSION, cindex, 0); in start_pass() 673 WARNMS2(cinfo, JWRN_BOGUS_PROGRESSION, cindex, coefi); in start_pass()
|
/third_party/libffi/doc/ |
D | libffi.texi | 86 @cindex calling convention 87 @cindex ABI 88 @cindex Application Binary Interface 108 @cindex FFI 109 @cindex Foreign Function Interface 139 @cindex cif 794 @cindex closures 795 @cindex closure API
|
D | texinfo.tex | 5317 % @cindex @sortas{september} \september 5467 % @findex, @vindex, @kindex, @cindex. 5471 \def\cindex {\cpindex}
|
/third_party/pulseaudio/src/pulse/ |
D | stream.c | 2509 int64_t cindex; in pa_stream_get_latency() local 2526 cindex = s->timing_info.write_index; in pa_stream_get_latency() 2528 cindex = s->timing_info.read_index; in pa_stream_get_latency() 2530 if (cindex < 0) in pa_stream_get_latency() 2531 cindex = 0; in pa_stream_get_latency() 2533 c = pa_bytes_to_usec((uint64_t) cindex, &s->sample_spec); in pa_stream_get_latency()
|