Home
last modified time | relevance | path

Searched refs:tnew (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/webrtc/modules/audio_processing/aec/
Daec_resampler.c74 float be, tnew; in WebRtcAec_ResampleLinear() local
95 tnew = be * mm + obj->position; in WebRtcAec_ResampleLinear()
96 tn = (size_t)tnew; in WebRtcAec_ResampleLinear()
101 outspeech[mm] = y[tn] + (tnew - tn) * (y[tn + 1] - y[tn]); in WebRtcAec_ResampleLinear()
104 tnew = be * mm + obj->position; in WebRtcAec_ResampleLinear()
105 tn = (int)tnew; in WebRtcAec_ResampleLinear()
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
DACBTree.m162 ACBTree *tnew, *q;
165 tnew = self;
169 tnew = [[ACBTree newNodeWithDictionary:dict] retain];
170 tnew.nodeType = BTNODE;
171 nodeNum = tnew.nodeid;
172 tnew.nodeid = 0;
174 [tnew insert:self.keys[numkeys-1] value:self index:0 split:&h];
175 [tnew insert:q.keys[q.numkeys-1] value:q index:1 split:&h];
176 tnew.numrecs = self.numrecs + q.numrecs;
177 tnew.lnodeid = self.nodeid;
[all …]
/external/opencv3/modules/calib3d/src/
Dfisheye.cpp654 Vec3d tnew = ri2 * tvec; in stereoRectify() local
676 Mat(Matx34d(fc_new, 0, cc_new[1].x, tnew[0]*fc_new, // baseline * focal length;, in stereoRectify()
684 …0, 0, -1./tnew[0], (cc_new[0].x - cc_new[1].x)/tnew[0]), false).convertTo(Q, Q.empty() ? CV_64F : … in stereoRectify()
/external/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.td210 def tnew : T_ALU32_3op_pred<mnemonic, MajOp, MinOp, OpsRev, 0, 1>;
552 def tnew : T_tfr_pred<0, 1>;
586 def tnew : T_tfrp_pred <0, 1>;