Home
last modified time | relevance | path

Searched refs:odata (Results 1 – 9 of 9) sorted by relevance

/external/opencv3/modules/imgproc/test/
Dtest_floodfill.cpp193 double* odata = test_mat[OUTPUT][0].ptr<double>(); in run_func() local
200 odata[0] = comp.area; in run_func()
201 odata[1] = comp.rect.x; in run_func()
202 odata[2] = comp.rect.y; in run_func()
203 odata[3] = comp.rect.width; in run_func()
204 odata[4] = comp.rect.height; in run_func()
205 odata[5] = comp.value.val[0]; in run_func()
206 odata[6] = comp.value.val[1]; in run_func()
207 odata[7] = comp.value.val[2]; in run_func()
208 odata[8] = comp.value.val[3]; in run_func()
[all …]
/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
Dsmooth_out_data.c23 int16_t *odata, in WebRtcIlbcfix_Smooth_odata() argument
34 odata[i]= (int16_t)((C * surround[i] + 1024) >> 11); in WebRtcIlbcfix_Smooth_odata()
39 err = (psseq[i] - odata[i]) >> 3; in WebRtcIlbcfix_Smooth_odata()
Denhancer.c30 int16_t *odata, /* (o) smoothed block, dimension blockl */ in WebRtcIlbcfix_Enhancer() argument
50 WebRtcIlbcfix_Smooth(odata, idata + centerStartPos, surround); in WebRtcIlbcfix_Enhancer()
Dsmooth.c28 int16_t *odata, /* (o) smoothed output */ in WebRtcIlbcfix_Smooth() argument
92 errs = WebRtcIlbcfix_Smooth_odata(odata, current, surround, C); in WebRtcIlbcfix_Smooth()
204 odata, ENH_BLOCKL); in WebRtcIlbcfix_Smooth()
Dsmooth.h29 int16_t *odata, /* (o) smoothed output */
Dsmooth_out_data.h29 int16_t *odata,
Denhancer.h30 int16_t *odata, /* (o) smoothed block, dimension blockl */
/external/tcpdump/
Dprint-pgm.c335 struct pgm_data *odata; in pgm_print() local
337 odata = (struct pgm_data *)(pgm + 1); in pgm_print()
338 ND_TCHECK(*odata); in pgm_print()
340 EXTRACT_32BITS(&odata->pgmd_trailseq), in pgm_print()
341 EXTRACT_32BITS(&odata->pgmd_seq))); in pgm_print()
342 bp = (u_char *) (odata + 1); in pgm_print()
/external/opencv3/modules/ml/src/
Ddata.cpp428 int* odata = 0; in preprocessCategorical() local
434 odata = normdata->ptr<int>(); in preprocessCategorical()
491 if(odata) in preprocessCategorical()
492 odata[idx[i]*ostep] = clslabel; in preprocessCategorical()