Searched refs:decode_rowskip (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 Dvc1.c71 static void decode_rowskip(uint8_t* plane, int width, int height, int stride, function
204 decode_rowskip(data + x, width - x, 1, stride, &v->s.gb);
208 decode_rowskip(data, width, height, stride, &v->s.gb);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dvc1.c56 static void decode_rowskip(uint8_t* plane, int width, int height, int stride, function
193 decode_rowskip(data + x, width - x, 1, stride, &v->s.gb);
197 decode_rowskip(data, width, height, stride, &v->s.gb);

Completed in 51 milliseconds