Searched refs:pop_greys (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | xfacedec.c | 52 static void pop_greys(BigInt *b, char *bitmap, int w, int h) in pop_greys() function 57 pop_greys(b, bitmap, w, h); in pop_greys() 58 pop_greys(b, bitmap + w, w, h); in pop_greys() 59 pop_greys(b, bitmap + XFACE_WIDTH * h, w, h); in pop_greys() 60 pop_greys(b, bitmap + XFACE_WIDTH * h + w, w, h); in pop_greys() 76 pop_greys(b, bitmap, w, h); in decode_block()
|
Completed in 1 milliseconds