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

  /external/libhevc/encoder/
ihevce_multi_thrd_funcs.c 507 WORD32 out_dep; local
523 out_dep = 1; //set reference bit-rate's input dependency
561 ps_job_queue_curr->i4_num_output_dep = out_dep;
567 for(ctr = 0; ctr < out_dep; ctr++)
598 WORD32 out_dep; local
624 out_dep = 1; //output dependecny is the next bit-rate instance's input dependency
631 out_dep = 0;
665 ps_job_queue_curr->i4_num_output_dep = out_dep;
670 for(ctr = 0; ctr < out_dep; ctr++)
995 WORD32 out_dep = 0; local
    [all...]
  /external/chromium-trace/catapult/common/py_vulcanize/py_vulcanize/
project.py 194 for out_dep in module_referrers[cur]:
195 if out_dep in visited:
197 g.AddEdge(out_dep, cur)
198 visited.add(out_dep)
199 pending.append(out_dep)

Completed in 270 milliseconds