Home
last modified time | relevance | path

Searched defs:idxVec (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
Dstate_construct.c29 int16_t *idxVec, /* (i) vector of quantization indexes */ in WebRtcIlbcfix_StateConstruct()
Dabs_quant_loop.c37 int16_t *idxVec = idxVecIN; in WebRtcIlbcfix_AbsQuantLoop() local
Ddefines.h126 int16_t idxVec[STATE_SHORT_LEN_30MS]; member
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DELFWriter.cpp543 SmallVector<Value*, 8> idxVec(CE->op_begin()+1, CE->op_end()); in ResolveConstantExpr() local