Lines Matching refs:coef_node_start

1444 				 int coef_node_start, int tree_left,  in vp9_tree_merge_probs()  argument
1452 prob_32 = prev_prob[coef_node_start / 4 * 2]; in vp9_tree_merge_probs()
1453 prob_res = coef_node_start & 3; in vp9_tree_merge_probs()
1474 cur_prob[coef_node_start / 4 * 2] = in vp9_tree_merge_probs()
1475 (cur_prob[coef_node_start / 4 * 2] & (~(0xff << prob_shift))) | in vp9_tree_merge_probs()
1490 int node, coef_node_start; in adapt_coef_probs_cxt() local
1506 coef_node_start = coef_cxt_start; in adapt_coef_probs_cxt()
1508 prob_32 = prev_prob[coef_node_start / 4 * 2]; in adapt_coef_probs_cxt()
1509 prob_res = coef_node_start & 3; in adapt_coef_probs_cxt()
1528 cur_prob[coef_node_start / 4 * 2] = in adapt_coef_probs_cxt()
1529 (cur_prob[coef_node_start / 4 * 2] & in adapt_coef_probs_cxt()
1533 coef_node_start += 1; in adapt_coef_probs_cxt()
1551 int node, coef_node_start, coef_count_node_start; in adapt_coef_probs() local
1630 coef_node_start = VP9_INTRA_INTER_START; in adapt_coef_probs()
1633 coef_node_start = VP9_COMP_INTER_START; in adapt_coef_probs()
1636 coef_node_start = VP9_TX_MODE_START; in adapt_coef_probs()
1639 coef_node_start = VP9_SKIP_START; in adapt_coef_probs()
1642 coef_node_start = VP9_MV_SIGN_0_START; in adapt_coef_probs()
1645 coef_node_start = VP9_MV_SIGN_1_START; in adapt_coef_probs()
1648 coef_node_start = VP9_MV_BITS_0_START; in adapt_coef_probs()
1651 coef_node_start = VP9_MV_BITS_1_START; in adapt_coef_probs()
1653 coef_node_start = VP9_MV_CLASS0_HP_0_START; in adapt_coef_probs()
1658 prob_32 = prev_prob[coef_node_start / 4 * 2]; in adapt_coef_probs()
1659 prob_res = coef_node_start & 3; in adapt_coef_probs()
1682 cur_prob[coef_node_start / 4 * 2] = in adapt_coef_probs()
1683 (cur_prob[coef_node_start / 4 * 2] & in adapt_coef_probs()
1687 coef_node_start = coef_node_start + 1; in adapt_coef_probs()
1690 coef_node_start = VP9_INTER_MODE_START; in adapt_coef_probs()
1715 coef_node_start, in adapt_coef_probs()
1719 coef_node_start = coef_node_start + 1; in adapt_coef_probs()
1725 coef_node_start = VP9_IF_Y_MODE_START; in adapt_coef_probs()
1819 coef_node_start, in adapt_coef_probs()
1823 coef_node_start = coef_node_start + 1; in adapt_coef_probs()
1828 coef_node_start = VP9_PARTITION_P_START; in adapt_coef_probs()
1853 coef_node_start, in adapt_coef_probs()
1857 coef_node_start = coef_node_start + 1; in adapt_coef_probs()
1863 coef_node_start = VP9_INTERP_START; in adapt_coef_probs()
1882 coef_node_start, in adapt_coef_probs()
1886 coef_node_start = coef_node_start + 1; in adapt_coef_probs()
1891 coef_node_start = VP9_MV_JOINTS_START; in adapt_coef_probs()
1916 coef_node_start, in adapt_coef_probs()
1920 coef_node_start = coef_node_start + 1; in adapt_coef_probs()
1926 coef_node_start = mvd_i ? VP9_MV_CLASSES_1_START : in adapt_coef_probs()
2013 coef_node_start, in adapt_coef_probs()
2017 coef_node_start = coef_node_start + 1; in adapt_coef_probs()
2020 coef_node_start = mvd_i ? VP9_MV_CLASS0_1_START : in adapt_coef_probs()
2031 coef_node_start, in adapt_coef_probs()
2034 coef_node_start = mvd_i ? VP9_MV_CLASS0_FP_1_START : in adapt_coef_probs()
2064 coef_node_start, in adapt_coef_probs()
2069 coef_node_start = coef_node_start + 1; in adapt_coef_probs()