Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dxfaceenc.c82 static inline int pq_push(ProbRangesQueue *pq, const ProbRange *p) in pq_push() function
105 pq_push(pq, p); in push_greys()
112 pq_push(pq, &ff_xface_probranges_per_level[level][XFACE_COLOR_WHITE]); in encode_block()
114 pq_push(pq, &ff_xface_probranges_per_level[level][XFACE_COLOR_BLACK]); in encode_block()
117 pq_push(pq, &ff_xface_probranges_per_level[level][XFACE_COLOR_GREY]); in encode_block()