Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/staging/media/meson/vdec/
Dcodec_vp9.c1551 int node, coef_node_start, coef_count_node_start; in adapt_coef_probs() local
1624 for (coef_count_node_start = VP9_INTRA_INTER_COUNT_START; in adapt_coef_probs()
1625 coef_count_node_start < (VP9_MV_CLASS0_HP_1_COUNT_START + in adapt_coef_probs()
1627 coef_count_node_start += 2) { in adapt_coef_probs()
1628 if (coef_count_node_start == in adapt_coef_probs()
1631 else if (coef_count_node_start == in adapt_coef_probs()
1634 else if (coef_count_node_start == in adapt_coef_probs()
1637 else if (coef_count_node_start == in adapt_coef_probs()
1640 else if (coef_count_node_start == in adapt_coef_probs()
1643 else if (coef_count_node_start == in adapt_coef_probs()
[all …]