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

1 2

  /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);
  /external/python/cpython2/Lib/plat-irix5/
flp.py 337 for odata in odatalist:
338 create_object_instance(inst, form, odata)
348 for odata in odatalist[1:]:
349 create_object_instance(inst, form, odata)
367 def create_object(form, odata):
368 obj = _create_object(form, odata)
369 if odata.Callback:
375 def create_object_instance(inst, form, odata):
376 obj = _create_object(form, odata)
377 if odata.Callback
    [all...]
  /external/python/cpython2/Lib/plat-irix6/
flp.py 336 for odata in odatalist:
337 create_object_instance(inst, form, odata)
347 for odata in odatalist[1:]:
348 create_object_instance(inst, form, odata)
366 def create_object(form, odata):
367 obj = _create_object(form, odata)
368 if odata.Callback:
374 def create_object_instance(inst, form, odata):
375 obj = _create_object(form, odata)
376 if odata.Callback
    [all...]
  /external/syslinux/utils/
pxelinux-options 369 my $odata = substr($data, $x+2, $l);
370 last if (length($odata) != $l); # Incomplete option
374 show_option($o, $odata);
426 $odata = shift(@ARGV);
428 if (!defined($odata)) {
440 $odata = parse_option($onum, $odata);
441 if (!defined($odata)) {
448 $before{$onum} = $odata;
452 $odata = shift(@ARGV)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
binascii.c 1184 unsigned char *data, *odata; local
1289 unsigned char *data, *odata; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
binascii.c 1199 unsigned char *data, *odata; local
1304 unsigned char *data, *odata; local
    [all...]
  /external/python/cpython2/Modules/
binascii.c 1184 unsigned char *data, *odata; local
1290 unsigned char *data, *odata; local
    [all...]
  /external/python/cpython3/Modules/
binascii.c 1244 unsigned char *odata; local
1352 unsigned char *odata; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
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/python/cpython2/Lib/
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/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/go/darwin-x86/test/fixedbugs/
issue15747.go 39 func f2(d []byte, n int) (odata, res []byte, e interface{}) { // ERROR "live at entry to f2: d$"
44 odata = d[n:]
  /prebuilts/go/linux-x86/test/fixedbugs/
issue15747.go 39 func f2(d []byte, n int) (odata, res []byte, e interface{}) { // ERROR "live at entry to f2: d$"
44 odata = d[n:]
  /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/python/cpython3/Lib/
quopri.py 55 odata = b2a_qp(data, quotetabs=quotetabs, header=header)
56 output.write(odata)
124 odata = a2b_qp(data, header=header)
125 output.write(odata)
  /external/tcpdump/
print-pgm.c 306 const struct pgm_data *odata; local
308 odata = (const struct pgm_data *)(pgm + 1);
309 ND_TCHECK(*odata);
310 ND_PRINT((ndo, "ODATA trail %u seq %u",
311 EXTRACT_32BITS(&odata->pgmd_trailseq),
312 EXTRACT_32BITS(&odata->pgmd_seq)));
313 bp = (const u_char *) (odata + 1);
  /toolchain/binutils/binutils-2.27/libiberty/
fibheap.c 202 void *odata;
212 odata = node->data;
222 return odata;
236 return odata;
201 void *odata; local
  /external/libmtp/src/
mtpz.c 1701 char *odata = (char *)malloc(128); memset(odata, 0, 128); local
    [all...]

Completed in 502 milliseconds

1 2