Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dxfaceenc.c81 static inline int pq_push(ProbRangesQueue *pq, const ProbRange *p) in pq_push() function
104 pq_push(pq, p); in push_greys()
111 pq_push(pq, &ff_xface_probranges_per_level[level][XFACE_COLOR_WHITE]); in encode_block()
113 pq_push(pq, &ff_xface_probranges_per_level[level][XFACE_COLOR_BLACK]); in encode_block()
116 pq_push(pq, &ff_xface_probranges_per_level[level][XFACE_COLOR_GREY]); in encode_block()