Home
last modified time | relevance | path

Searched refs:cindex (Results 1 - 8 of 8) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dqcelpdata.h45 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[
[all...]
H A Dqcelpdec.c217 q->frame.cindex[i] = (q->frame.cindex[i] - 89) & 127; in decode_gain_and_index()
314 uint16_t cbseed, cindex; in compute_svector() local
321 cindex = -q->frame.cindex[i]; in compute_svector()
324 qcelp_rate_full_codebook[cindex++ & 127]; in compute_svector()
330 cindex = -q->frame.cindex[i]; in compute_svector()
333 qcelp_rate_half_codebook[cindex++ & 127]; in compute_svector()
/third_party/musl/tools/api_cmp_tool/
H A Dcompare.py7 import clang.cindex namespace
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/libjpeg-turbo/
H A Djdarith.c666 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()
H A Djdphuff.c248 int cindex = cinfo->cur_comp_info[ci]->component_index; in start_pass_phuff_decoder() local
249 coef_bit_ptr = &cinfo->coef_bits[cindex][0]; in start_pass_phuff_decoder()
250 prev_coef_bit_ptr = &cinfo->coef_bits[cindex + cinfo->num_components][0]; in start_pass_phuff_decoder()
252 WARNMS2(cinfo, JWRN_BOGUS_PROGRESSION, cindex, 0); in start_pass_phuff_decoder()
262 WARNMS2(cinfo, JWRN_BOGUS_PROGRESSION, cindex, coefi); in start_pass_phuff_decoder()
/third_party/backends/japi/
H A DScanIt.java221 int cindex = 2 - (parms.format - SaneParameters.FRAME_RED); in process()
226 (((int) data[i]) & 0xff) << (8*cindex); in process()
/third_party/pulseaudio/src/pulse/
H A Dstream.c2583 int64_t cindex; in pa_stream_get_latency() local
2600 cindex = s->timing_info.write_index; in pa_stream_get_latency()
2602 cindex = s->timing_info.read_index; in pa_stream_get_latency()
2604 if (cindex < 0) in pa_stream_get_latency()
2605 cindex = 0; in pa_stream_get_latency()
2607 c = pa_bytes_to_usec((uint64_t) cindex, &s->sample_spec); in pa_stream_get_latency()
/third_party/skia/third_party/externals/microhttpd/doc/
H A Dtexinfo.tex4868 % @findex, @vindex, @kindex, @cindex.
4872 \def\cindex {\cpindex}

Completed in 17 milliseconds