Searched refs:above_intra_ctx (Results 1 – 3 of 3) sorted by relevance
159 c = s->above_intra_ctx[col] + td->left_intra_ctx[row7]; in decode_mode()162 c = have_a ? 2 * s->above_intra_ctx[col] : in decode_mode()352 c = 2 + (s->above_intra_ctx[col] || in decode_mode()355 c = (!s->above_intra_ctx[col] && in decode_mode()362 (!s->above_intra_ctx[col] && s->above_ref_ctx[col] == s->s.h.fixcompref); in decode_mode()384 if (s->above_intra_ctx[col]) { in decode_mode()423 if (s->above_intra_ctx[col]) { in decode_mode()448 if (have_a && !s->above_intra_ctx[col]) { in decode_mode()464 } else if (s->above_intra_ctx[col]) { in decode_mode()491 if (s->above_intra_ctx[col]) { in decode_mode()[all …]
144 uint8_t *above_intra_ctx; // 1bit member
287 assign(s->above_intra_ctx, uint8_t *, 8); in update_size()