Searched refs:decode_colskip (Results 1 - 3 of 3) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavcodec/
H A Dvc1.c89 static void decode_colskip(uint8_t* plane, int width, int height, int stride, GetBitContext *gb){ function
175 if(width & 1) decode_colskip(data, 1, height, stride, &v->s.gb);
195 if(x) decode_colskip(data , x, height , stride, &v->s.gb);
203 decode_colskip(data, width, height, stride, &v->s.gb);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavcodec/
H A Dvc1.c89 static void decode_colskip(uint8_t* plane, int width, int height, int stride, GetBitContext *gb){ function
175 if(width & 1) decode_colskip(data, 1, height, stride, &v->s.gb);
195 if(x) decode_colskip(data , x, height , stride, &v->s.gb);
203 decode_colskip(data, width, height, stride, &v->s.gb);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavcodec/
H A Dvc1.c89 static void decode_colskip(uint8_t* plane, int width, int height, int stride, GetBitContext *gb){ function
175 if(width & 1) decode_colskip(data, 1, height, stride, &v->s.gb);
195 if(x) decode_colskip(data , x, height , stride, &v->s.gb);
203 decode_colskip(data, width, height, stride, &v->s.gb);

Completed in 187 milliseconds