Searched refs:push_greys (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | xfaceenc.c | 90 static void push_greys(ProbRangesQueue *pq, char *bitmap, int w, int h) in push_greys() function 95 push_greys(pq, bitmap, w, h); in push_greys() 96 push_greys(pq, bitmap + w, w, h); in push_greys() 97 push_greys(pq, bitmap + XFACE_WIDTH * h, w, h); in push_greys() 98 push_greys(pq, bitmap + XFACE_WIDTH * h + w, w, h); in push_greys() 115 push_greys(pq, bitmap, w, h); in encode_block()
|
Completed in 1 milliseconds