Searched refs:above_comp_ctx (Results 1 – 3 of 3) sorted by relevance
346 if (s->above_comp_ctx[col] && td->left_comp_ctx[row7]) { in decode_mode()348 } else if (s->above_comp_ctx[col]) { in decode_mode()361 c = s->above_comp_ctx[col] ? 3 : in decode_mode()397 } else if (!td->left_comp_ctx[row7] && !s->above_comp_ctx[col]) { in decode_mode()411 } else if (!s->above_comp_ctx[col]) { in decode_mode()425 } else if (s->above_comp_ctx[col]) { in decode_mode()451 if (s->above_comp_ctx[col]) { in decode_mode()458 } else if (s->above_comp_ctx[col]) { in decode_mode()466 } else if (s->above_comp_ctx[col]) { in decode_mode()493 } else if (s->above_comp_ctx[col]) { in decode_mode()[all …]
145 uint8_t *above_comp_ctx; // 1bit member
288 assign(s->above_comp_ctx, uint8_t *, 8); in update_size()