Lines Matching defs:off
198 int off=0;
222 off = len&~15;
223 av_assert1(off>=0);
224 av_assert1(off<=len);
226 if(off>0){
230 ctx->simd_f(out->ch+ch, (const uint8_t **)in->ch+ch, off * (out->planar ? 1 :out->ch_count));
233 ctx->simd_f(out->ch, (const uint8_t **)in->ch, off);
236 if(off == len)
248 ctx->conv_f(po+off*os, pi+off*is, is, os, end);