Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dxfaceenc.c78 int prob_ranges_idx; member
83 if (pq->prob_ranges_idx >= XFACE_PIXELS * 2 - 1) in pq_push()
85 pq->prob_ranges[pq->prob_ranges_idx++] = *p; in pq_push()
185 while (pq.prob_ranges_idx > 0) in xface_encode_frame()
186 push_integer(&b, &pq.prob_ranges[--pq.prob_ranges_idx]); in xface_encode_frame()