Home
last modified time | relevance | path

Searched refs:inter_mode_ctx_lut (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dvp9block.c313 static const uint8_t inter_mode_ctx_lut[14][14] = { in decode_mode() local
587 int c = inter_mode_ctx_lut[s->above_mode_ctx[col + off[b->bs]]] in decode_mode()
624 int c = inter_mode_ctx_lut[s->above_mode_ctx[col]][td->left_mode_ctx[row7]]; in decode_mode()

Completed in 3 milliseconds