HomeSort by relevance Sort by last modified time
    Searched refs:odata (Results 1 - 18 of 18) sorted by null

  /external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
smooth.h 29 int16_t *odata, /* (o) smoothed output */
smooth_out_data.c 23 int16_t *odata,
34 odata[i]= (int16_t)((C * surround[i] + 1024) >> 11);
39 err = (psseq[i] - odata[i]) >> 3;
smooth_out_data.h 29 int16_t *odata,
enhancer.h 30 int16_t *odata, /* (o) smoothed block, dimension blockl */
enhancer.c 30 int16_t *odata, /* (o) smoothed block, dimension blockl */
50 WebRtcIlbcfix_Smooth(odata, idata + centerStartPos, surround);
smooth.c 28 int16_t *odata, /* (o) smoothed output */
92 errs = WebRtcIlbcfix_Smooth_odata(odata, current, surround, C);
204 odata, ENH_BLOCKL);
  /device/google/dragon/recovery/updater/
flash_device.h 36 int (*cmd)(void *hnd, int cmd, int ver, const void *odata, int osize,
49 const void *odata, int osize, void *idata, int isize);
flash_device.c 156 const void *odata, int osize, void *idata, int isize)
162 odata, osize, idata, isize);
  /external/opencv3/modules/imgproc/test/
test_floodfill.cpp 193 double* odata = test_mat[OUTPUT][0].ptr<double>(); local
200 odata[0] = comp.area;
201 odata[1] = comp.rect.x;
202 odata[2] = comp.rect.y;
203 odata[3] = comp.rect.width;
204 odata[4] = comp.rect.height;
205 odata[5] = comp.value.val[0];
206 odata[6] = comp.value.val[1];
207 odata[7] = comp.value.val[2];
208 odata[8] = comp.value.val[3]
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
quopri.py 55 odata = b2a_qp(data, quotetabs = quotetabs, header = header)
56 output.write(odata)
123 odata = a2b_qp(data, header = header)
124 output.write(odata)
  /prebuilts/gdb/linux-x86/lib/python2.7/
quopri.py 55 odata = b2a_qp(data, quotetabs = quotetabs, header = header)
56 output.write(odata)
123 odata = a2b_qp(data, header = header)
124 output.write(odata)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
quopri.py 55 odata = b2a_qp(data, quotetabs = quotetabs, header = header)
56 output.write(odata)
123 odata = a2b_qp(data, header = header)
124 output.write(odata)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
quopri.py 55 odata = b2a_qp(data, quotetabs = quotetabs, header = header)
56 output.write(odata)
123 odata = a2b_qp(data, header = header)
124 output.write(odata)
  /external/tcpdump/
print-pgm.c 335 struct pgm_data *odata; local
337 odata = (struct pgm_data *)(pgm + 1);
338 ND_TCHECK(*odata);
339 ND_PRINT((ndo, "ODATA trail %u seq %u",
340 EXTRACT_32BITS(&odata->pgmd_trailseq),
341 EXTRACT_32BITS(&odata->pgmd_seq)));
342 bp = (u_char *) (odata + 1);
  /toolchain/binutils/binutils-2.25/libiberty/
fibheap.c 202 void *odata;
212 odata = node->data;
222 return odata;
236 return odata;
201 void *odata; local
  /external/opencv3/modules/ml/src/
data.cpp 428 int* odata = 0; local
434 odata = normdata->ptr<int>();
491 if(odata)
492 odata[idx[i]*ostep] = clslabel;
    [all...]
  /bionic/libc/dns/nameser/
ns_print.c 1143 const u_char *odata = rdata; local
1167 _DIAGASSERT(__type_fit(int, rdata - odata));
1168 return (int)(rdata - odata);
  /toolchain/binutils/binutils-2.25/gold/
layout.cc     [all...]

Completed in 800 milliseconds