Searched refs:decode_colskip (Results 1 – 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | vc1.c | 75 static void decode_colskip(uint8_t* plane, int width, int height, int stride, in decode_colskip() function 167 decode_colskip(data, 1, height, stride, &v->s.gb); in bitplane_decoding() 188 decode_colskip(data, x, height, stride, &v->s.gb); in bitplane_decoding() 197 decode_colskip(data, width, height, stride, &v->s.gb); in bitplane_decoding()
|