Home
last modified time | relevance | path

Searched refs:queue_length (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavfilter/
Dvf_pullup.c292 static int queue_length(PullupField *begin, PullupField *end) in queue_length() function
412 if (queue_length(s->first, s->last) < 4) in decide_frame_length()
416 n = queue_length(f, s->last); in decide_frame_length()
/third_party/node/deps/v8/src/compiler/
Dscheduler.cc1016 int queue_length = 0; in ComputeLoopInfo() local
1023 (*queue)[queue_length++].block = member; in ComputeLoopInfo()
1028 while (queue_length > 0) { in ComputeLoopInfo()
1029 BasicBlock* block = (*queue)[--queue_length].block; in ComputeLoopInfo()
1035 (*queue)[queue_length++].block = pred; in ComputeLoopInfo()