Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dxfaceenc.c89 static void push_greys(ProbRangesQueue *pq, char *bitmap, int w, int h) in push_greys() function
94 push_greys(pq, bitmap, w, h); in push_greys()
95 push_greys(pq, bitmap + w, w, h); in push_greys()
96 push_greys(pq, bitmap + XFACE_WIDTH * h, w, h); in push_greys()
97 push_greys(pq, bitmap + XFACE_WIDTH * h + w, w, h); in push_greys()
114 push_greys(pq, bitmap, w, h); in encode_block()