Home
last modified time | relevance | path

Searched refs:c_count (Results 1 – 3 of 3) sorted by relevance

/external/libavc/decoder/
Dih264d_nal.c199 WORD8 c_count; in ih264d_process_nal_unit() local
215 c_count = 0; in ih264d_process_nal_unit()
223 c_count++; in ih264d_process_nal_unit()
225 c_count = 0; in ih264d_process_nal_unit()
234 c_count++; in ih264d_process_nal_unit()
236 c_count = 0; in ih264d_process_nal_unit()
249 if(c_count == NUM_OF_ZERO_BYTES_BEFORE_START_CODE in ih264d_process_nal_unit()
252 c_count = 0; in ih264d_process_nal_unit()
260 c_count++; in ih264d_process_nal_unit()
262 c_count = 0; in ih264d_process_nal_unit()
[all …]
/external/toybox/toys/pending/
Ddd.c101 static unsigned long long c_count; variable
236 while (!(toys.optflags & C_COUNT) || (st.in_full + st.in_part) < c_count) { in do_dd()
322 c_count = strsuftoll(arg, 0, ULLONG_MAX); in dd_main()
/external/opencv/ml/src/
Dmltree.cpp341 int c_count, prev_label; in CV_IMPLEMENT_QSORT_EX() local
381 c_count = num_valid > 0; in CV_IMPLEMENT_QSORT_EX()
385 c_count += *int_ptr[i] != *int_ptr[i-1]; in CV_IMPLEMENT_QSORT_EX()
388 max_c_count = MAX( max_c_count, c_count ); in CV_IMPLEMENT_QSORT_EX()
389 cat_count->data.i[ci] = c_count; in CV_IMPLEMENT_QSORT_EX()
393 if( cat_map->cols < total_c_count + c_count ) in CV_IMPLEMENT_QSORT_EX()
397 MAX(cat_map->cols*3/2,total_c_count+c_count), CV_32SC1 )); in CV_IMPLEMENT_QSORT_EX()
404 total_c_count += c_count; in CV_IMPLEMENT_QSORT_EX()
408 c_count = -1; in CV_IMPLEMENT_QSORT_EX()
414 c_map[++c_count] = prev_label = cur_label; in CV_IMPLEMENT_QSORT_EX()
[all …]