Searched refs:thisline (Results 1 – 6 of 6) sorted by relevance
/third_party/gstreamer/gstplugins_bad/gst/ivtc/ |
D | gstcombdetect.c | 217 int thisline[MAX_WIDTH]; in gst_comb_detect_transform_frame() local 223 memset (thisline, 0, sizeof (thisline)); in gst_comb_detect_transform_frame() 244 thisline[i] += thisline[i - 1]; in gst_comb_detect_transform_frame() 246 thisline[i]++; in gst_comb_detect_transform_frame() 247 if (thisline[i] > 1000) in gst_comb_detect_transform_frame() 248 thisline[i] = 1000; in gst_comb_detect_transform_frame() 250 thisline[i] = 0; in gst_comb_detect_transform_frame() 252 if (thisline[i] > 100) { in gst_comb_detect_transform_frame()
|
D | gstivtc.c | 637 int thisline[MAX_WIDTH]; in get_comb_score() local 646 memset (thisline, 0, sizeof (thisline)); in get_comb_score() 661 thisline[i] += thisline[i - 1]; in get_comb_score() 663 thisline[i]++; in get_comb_score() 664 if (thisline[i] > 1000) in get_comb_score() 665 thisline[i] = 1000; in get_comb_score() 667 thisline[i] = 0; in get_comb_score() 669 if (thisline[i] > 100) { in get_comb_score()
|
/third_party/toybox/toys/posix/ |
D | uniq.c | 62 char *thisline = 0, *prevline = 0, *tmpline, eol = '\n'; in uniq_main() local 73 while (getdelim(&thisline, &thissize, eol, infile) > 0) { in uniq_main() 79 t1 = skip(thisline); in uniq_main() 82 t1 = thisline; in uniq_main() 97 prevline = thisline; in uniq_main() 98 thisline = tmpline; in uniq_main() 112 free(thisline); in uniq_main()
|
/third_party/python/Lib/ |
D | quopri.py | 94 thisline = EMPTYSTRING.join(outline) 95 while len(thisline) > MAXLINESIZE: 98 write(thisline[:MAXLINESIZE-1], lineEnd=b'=\n') 99 thisline = thisline[MAXLINESIZE-1:] 101 prevline = thisline
|
/third_party/python/Lib/email/ |
D | contentmanager.py | 137 thisline = data[i:i+unencoded_bytes_per_line] 138 encoded_lines.append(binascii.b2a_base64(thisline).decode('ascii'))
|
/third_party/libffi/doc/ |
D | texinfo.tex | 5516 \read 1 to \thisline 5536 \thisline 5539 \let\thisline\nextline
|