Lines Matching defs:off
581 static const uint8_t off[10] = {
587 int c = inter_mode_ctx_lut[s->above_mode_ctx[col + off[b->bs]]]
588 [td->left_mode_ctx[row7 + off[b->bs]]];
717 #define SET_CTXS(perf, dir, off, n) \
719 SPLAT_CTX(perf->dir##_skip_ctx[off], b->skip, n); \
720 SPLAT_CTX(perf->dir##_txfm_ctx[off], b->tx, n); \
721 SPLAT_CTX(perf->dir##_partition_ctx[off], dir##_ctx[b->bs], n); \
723 SPLAT_CTX(perf->dir##_intra_ctx[off], b->intra, n); \
724 SPLAT_CTX(perf->dir##_comp_ctx[off], b->comp, n); \
725 SPLAT_CTX(perf->dir##_mode_ctx[off], b->mode[3], n); \
727 SPLAT_CTX(perf->dir##_ref_ctx[off], vref, n); \
729 SPLAT_CTX(perf->dir##_filter_ctx[off], filter_id, n); \
1216 // 8wd loopfilter to prevent going off the visible edge.
1323 #define SPLAT_ZERO_YUV(dir, var, off, n, dir2) \
1325 SPLAT_ZERO_CTX(dir##_y_##var[off * 2], n * 2); \
1327 SPLAT_ZERO_CTX(dir##_uv_##var[0][off], n); \
1328 SPLAT_ZERO_CTX(dir##_uv_##var[1][off], n); \
1330 SPLAT_ZERO_CTX(dir##_uv_##var[0][off * 2], n * 2); \
1331 SPLAT_ZERO_CTX(dir##_uv_##var[1][off * 2], n * 2); \