Searched refs:typeOffset (Results 1 – 4 of 4) sorted by relevance
/external/libopus/silk/ |
D | encode_indices.c | 43 opus_int i, k, typeOffset; in silk_encode_indices() local 58 typeOffset = 2 * psIndices->signalType + psIndices->quantOffsetType; in silk_encode_indices() 59 celt_assert( typeOffset >= 0 && typeOffset < 6 ); in silk_encode_indices() 60 celt_assert( encode_LBRR == 0 || typeOffset >= 2 ); in silk_encode_indices() 61 if( encode_LBRR || typeOffset >= 2 ) { in silk_encode_indices() 62 ec_enc_icdf( psRangeEnc, typeOffset - 2, silk_type_offset_VAD_iCDF, 8 ); in silk_encode_indices() 64 ec_enc_icdf( psRangeEnc, typeOffset, silk_type_offset_no_VAD_iCDF, 8 ); in silk_encode_indices()
|
/external/llvm/examples/ExceptionDemo/ |
D | ExceptionDemo.cpp | 579 int64_t typeOffset = 0, in handleActionValue() local 586 typeOffset = readSLEB128(&actionPos); in handleActionValue() 594 typeOffset, in handleActionValue() 597 assert((typeOffset >= 0) && in handleActionValue() 602 if (typeOffset > 0) { in handleActionValue() 609 const uint8_t *EntryP = ClassInfo - typeOffset * EncSize; in handleActionValue()
|
/external/llvm-project/llvm/examples/ExceptionDemo/ |
D | ExceptionDemo.cpp | 529 int64_t typeOffset = 0, in handleActionValue() local 536 typeOffset = readSLEB128(&actionPos); in handleActionValue() 544 typeOffset, in handleActionValue() 547 assert((typeOffset >= 0) && in handleActionValue() 552 if (typeOffset > 0) { in handleActionValue() 559 const uint8_t *EntryP = ClassInfo - typeOffset * EncSize; in handleActionValue()
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/ |
D | DexBackedDexFile.java | 274 int typeOffset = getTypeIdItemOffset(typeIndex); 275 int stringIndex = readSmallUint(typeOffset);
|