Lines Matching refs:tx_split
737 const uint16_t *const tx_split, in read_coef_tree() argument
748 if (depth < 2 && tx_split[depth] && in read_coef_tree()
749 tx_split[depth] & (1 << (y_off * 4 + x_off))) in read_coef_tree()
755 read_coef_tree(t, bs, b, sub, depth + 1, tx_split, in read_coef_tree()
759 read_coef_tree(t, bs, b, sub, depth + 1, tx_split, x_off * 2 + 1, in read_coef_tree()
766 read_coef_tree(t, bs, b, sub, depth + 1, tx_split, in read_coef_tree()
770 read_coef_tree(t, bs, b, sub, depth + 1, tx_split, x_off * 2 + 1, in read_coef_tree()
864 const uint16_t tx_split[2] = { b->tx_split0, b->tx_split1 }; in bytefn() local
879 read_coef_tree(t, bs, b, b->max_ytx, 0, tx_split, in bytefn()
1902 const uint16_t tx_split[2] = { b->tx_split0, b->tx_split1 }; in bytefn() local
1916 read_coef_tree(t, bs, b, b->max_ytx, 0, tx_split, in bytefn()