Searched refs:count_pixels (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Drle.c33 static int count_pixels(const uint8_t *start, int len, int bpp, int same) function
65 if((count = count_pixels(ptr, w-x, bpp, 1)) > 1) {
72 count = count_pixels(ptr, w-x, bpp, 0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Drle.c34 static int count_pixels(const uint8_t *start, int len, int bpp, int same) function
66 if((count = count_pixels(ptr, w-x, bpp, 1)) > 1) {
73 count = count_pixels(ptr, w-x, bpp, 0);

Completed in 52 milliseconds