Lines Matching defs:offset
963 int offset, const uint8_t *ctx_idx_map)
965 int inc = ctx_idx_map[(y_c << 2) + x_c] + offset;
969 static av_always_inline int significant_coeff_flag_decode_0(HEVCContext *s, int c_idx, int offset)
971 return GET_CABAC(elem_offset[SIGNIFICANT_COEFF_FLAG] + offset);
1035 #define GET_COORD(offset, n) \
1101 int qp_i, offset;
1104 offset = s->ps.pps->cb_qp_offset + s->sh.slice_cb_qp_offset +
1107 offset = s->ps.pps->cr_qp_offset + s->sh.slice_cr_qp_offset +
1110 qp_i = av_clip(qp_y + offset, - s->ps.sps->qp_bd_offset, 57);
1233 int offset = i << 4;
1258 last_scan_pos = num_coeff - offset - 1;
1416 GET_COORD(offset, n);