Home
last modified time | relevance | path

Searched refs:above_intra_ctx (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dvp9block.c159 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 …]
Dvp9dec.h144 uint8_t *above_intra_ctx; // 1bit member
Dvp9.c287 assign(s->above_intra_ctx, uint8_t *, 8); in update_size()