Lines Matching defs:off
162 int i, off;167 off = (intptr_t)input & 3;168 buf = (const uint32_t *)(input - off);169 if (off)170 c = av_be2ne32((0x537F6103U >> (off * 8)) | (0x537F6103U << (32 - (off * 8))));173 bytes += 3 + off;177 if (off)178 avpriv_request_sample(NULL, "Offset of %d", off);180 return off;