Home
last modified time | relevance | path

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

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