Lines Matching defs:offset
224 int sign, offset = 0, alevel = level;
228 offset = (alevel - 1) >> 6;
229 alevel -= offset << 6;
233 (!offset || (ctx->cid_table->ac_info[2*j+1] & 1) && offset) &&
248 if (offset) {
250 (ctx->vlc_codes[index] << ctx->cid_table->index_bits) | offset;
921 int offset = 0;
924 ctx->slice_offs[mb_y] = offset;
933 offset += thread_size;
1163 int offset = size;
1165 buckets[j][i] = offset -= buckets[j][i];
1262 int offset, i, ret;
1292 offset = 0;
1294 AV_WB32(ctx->msip + i * 4, offset);
1295 offset += ctx->slice_size[i];
1301 av_assert1(ctx->data_offset + offset + 4 <= ctx->coding_unit_size);
1302 memset(buf + ctx->data_offset + offset, 0,
1303 ctx->coding_unit_size - 4 - offset - ctx->data_offset);