Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dxfaceenc.c79 } ProbRangesQueue; typedef
81 static inline int pq_push(ProbRangesQueue *pq, const ProbRange *p) in pq_push()
89 static void push_greys(ProbRangesQueue *pq, char *bitmap, int w, int h) in push_greys()
108 static void encode_block(char *bitmap, int w, int h, int level, ProbRangesQueue *pq) in encode_block()
140 ProbRangesQueue pq = {{{ 0 }}, 0}; in xface_encode_frame()