Searched refs:pop_greys (Results 1 – 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | xfacedec.c | 51 static void pop_greys(BigInt *b, char *bitmap, int w, int h) in pop_greys() function 56 pop_greys(b, bitmap, w, h); in pop_greys() 57 pop_greys(b, bitmap + w, w, h); in pop_greys() 58 pop_greys(b, bitmap + XFACE_WIDTH * h, w, h); in pop_greys() 59 pop_greys(b, bitmap + XFACE_WIDTH * h + w, w, h); in pop_greys() 75 pop_greys(b, bitmap, w, h); in decode_block()
|