Home
last modified time | relevance | path

Searched refs:prob_ranges_idx (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dxfaceenc.c79 int prob_ranges_idx; member
84 if (pq->prob_ranges_idx >= XFACE_PIXELS * 2 - 1) in pq_push()
86 pq->prob_ranges[pq->prob_ranges_idx++] = *p; in pq_push()
186 while (pq.prob_ranges_idx > 0) in xface_encode_frame()
187 push_integer(&b, &pq.prob_ranges[--pq.prob_ranges_idx]); in xface_encode_frame()

Completed in 1 milliseconds