HomeSort by relevance Sort by last modified time
    Searched refs:cod (Results 1 - 25 of 55) sorted by null

1 2 3

  /frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
d1035pf.h 107 Word16 cod[] /* (o) : algebraic (fixed) codebook excitation */
d2_11pf.h 86 Word16 cod[] /* o : algebraic (fixed) codebook excitation */
d3_14pf.h 107 Word16 cod[] /* o : algebraic (fixed) codebook excitation */
d4_17pf.h 108 Word16 cod[] /* o : algebraic (fixed) codebook excitation */
d8_31pf.h 108 Word16 cod[], /* o : algebraic (fixed) codebook excitation */
d2_11pf.cpp 98 cod[] -- array of type Word16 -- algebraic (fixed) codebook excitation
153 Word16 cod[] /* o : algebraic (fixed) codebook excitation */
198 cod[i] = 0;
210 * cod[pos[j]] = 8191;
214 * cod[pos[j]] = -8192;
218 cod[pos[j]] = i * 16383 - 8192;
d1035pf.cpp 95 cod = buffer of algebraic (fixed) codebook excitation
98 cod buffer contains the new algebraic codebook excitation
131 Word16 cod[] // (o) : algebraic (fixed) codebook excitation
138 cod[i] = 0;
164 cod[pos1] = sign;
178 cod[pos2] = add (cod[pos2], sign);
209 Word16 cod[] /* (o) : algebraic (fixed) codebook excitation */
217 *(cod + i) = 0;
244 *(cod + pos1) = sign
    [all...]
d2_9pf.h 110 Word16 cod[], /* o : algebraic (fixed) codebook excitation */
d2_9pf.cpp 122 cod[] -- array of type Word16 -- algebraic (fixed) codebook excitation
179 Word16 cod[], /* o : algebraic (fixed) codebook excitation */
222 cod[i] = 0;
234 * cod[pos[j]] = 8191;
238 * cod[pos[j]] = -8192;
242 cod[pos[j]] = i * 16383 - 8192;
d3_14pf.cpp 104 cod[] -- array of type Word16 -- algebraic (fixed) codebook excitation
159 Word16 cod[] /* o : algebraic (fixed) codebook excitation */
206 cod[i] = 0;
218 * cod[pos[j]] = 8191;
222 * cod[pos[j]] = -8192;
226 cod[pos[j]] = i * 16383 - 8192;
d4_17pf.cpp 124 cod[] -- array of type Word16 -- algebraic (fixed) codebook excitation
179 Word16 cod[] /* o : algebraic (fixed) codebook excitation */
245 cod[i] = 0;
257 * cod[pos[j]] = 8191;
261 * cod[pos[j]] = -8192;
265 cod[pos[j]] = i * 16383 - 8192;
b_cn_cod.h 142 Word16 cod[], /* o : Generated CN fixed codebook vector */
b_cn_cod.cpp 258 cod[] = array to hold the generated CN fixed code vector (Word16)
262 cod[] = generated CN fixed code vector (Word16)
296 Word16 cod[] // o : Generated CN fixed codebook vector
303 cod[i] = 0;
321 cod[i] = 4096;
325 cod[i] = -4096;
359 Word16 cod[], /* o : Generated CN fixed codebook vector */
368 cod[i] = 0;
383 cod[i] = 4096;
387 cod[i] = -4096
    [all...]
d8_31pf.cpp 503 cod array of type Word16 -- algebraic (fixed) codebook excitation
560 Word16 cod[], /* o : algebraic (fixed) codebook excitation */
575 cod[i] = 0;
603 cod[pos1] = sign; /* avoid buffer overflow */
619 cod[pos2] += sign; /* avoid buffer overflow */
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
c8_31pf.h 108 Word16 cod[], /* o : algebraic (fixed) codebook excitation */
c1035pf.h 111 Word16 cod[], /* (o) : algebraic (fixed) codebook excitation */
c1035pf.cpp 265 Word16 cod[], // (o) : innovative code vector
277 cod[i] = 0;
297 cod[i] = add (cod[i], 4096);
303 cod[i] = sub (cod[i], 4096);
402 Word16 cod[], /* (o) : innovative code vector */
419 memset(cod, 0, L_CODE*sizeof(*cod));
440 cod[i] += 4096
    [all...]
c8_31pf.cpp 122 cod[] Array of type Word16 -- innovative code vector
191 Word16 cod[], /* o : innovative code vector */
216 Word16 *p_cod = &cod[0];
245 cod[i] = (Word16)((Word32) cod[i] + POS_CODE);
252 cod[i] = (Word16)((Word32) cod[i] - NEG_CODE);
671 cod Array of type Word16 -- algebraic (fixed) codebook excitation
752 Word16 cod[], /* o : algebraic (fixed) codebook excitation */
812 cod,
    [all...]
c2_9pf.cpp 132 Word16 cod[], /* o : algebraic (fixed) codebook excitation */
842 cod = innovative code vector (Word16)
849 cod vector contains the new innovative code
885 Word16 cod[], // o : innovative code vector
903 cod[i] = 0;
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
JniCallbacks.java 48 void sspRequestCallback(byte[] address, byte[] name, int cod, int pairingVariant,
50 mBondStateMachine.sspRequestCallback(address, name, cod, pairingVariant,
61 void pinRequestCallback(byte[] address, byte[] name, int cod, boolean min16Digits) {
62 mBondStateMachine.pinRequestCallback(address, name, cod, min16Digits);
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/Carbon/
MediaDescr.py 24 name, cod, dec = name
33 name, cod, dec = name
35 cod = dec = None
37 if cod:
38 value = cod(value)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/Carbon/
MediaDescr.py 24 name, cod, dec = name
33 name, cod, dec = name
35 cod = dec = None
37 if cod:
38 value = cod(value)
  /system/bt/service/hal/
bluetooth_interface.cpp 108 uint32_t cod, bool min_16_digit) {
114 << " - cod: " << cod
116 FOR_EACH_BLUETOOTH_OBSERVER(PinRequestCallback(remote_bd_addr, bd_name, cod, min_16_digit));
120 bt_bdname_t *bd_name, uint32_t cod, bt_ssp_variant_t pairing_variant, uint32_t pass_key) {
126 << " - cod: " << cod
128 FOR_EACH_BLUETOOTH_OBSERVER(SSPRequestCallback(remote_bd_addr, bd_name, cod,
356 uint32_t cod,
364 uint32_t cod,
    [all...]
bluetooth_interface.h 63 uint32_t cod,
67 uint32_t cod,
  /external/icu/icu4c/source/layout/
ThaiShaping.cpp 128 LEUnicode ThaiShaping::noDescenderCOD(LEUnicode cod, le_uint8 glyphSet)
138 if (cod >= CH_YO_YING && cod <= CH_THO_THAN) {
139 return noDescenderCODs[glyphSet][cod - CH_YO_YING];
142 return cod;
183 LEUnicode cod = outputBuffer[outputIndex - 1]; local
184 LEUnicode coa = noDescenderCOD(cod, glyphSet);
186 if (cod != coa) {
297 if (charClass >= CON && charClass <= COD) {

Completed in 1374 milliseconds

1 2 3