Searched refs:decode_rowskip (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | vc1.c | 53 static void decode_rowskip(uint8_t* plane, int width, int height, int stride, in decode_rowskip() function 190 decode_rowskip(data + x, width - x, 1, stride, &v->s.gb); in bitplane_decoding() 194 decode_rowskip(data, width, height, stride, &v->s.gb); in bitplane_decoding()
|
Completed in 3 milliseconds