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

/external/libvpx/libvpx/vp8/encoder/
H A Dtokenize.h29 const vp8_prob *context_tree; member in struct:__anon11875
H A Dtokenize.c127 t->context_tree = cpi->common.fc.coef_probs[1][0][pt];
142 t->context_tree = cpi->common.fc.coef_probs[1][0][pt];
158 t->context_tree = cpi->common.fc.coef_probs[1][band][pt];
170 t->context_tree = cpi->common.fc.coef_probs[1][band][pt];
217 t->context_tree = cpi->common.fc.coef_probs[type][c][pt];
233 t->context_tree = cpi->common.fc.coef_probs[type][c][pt];
250 t->context_tree = cpi->common.fc.coef_probs[type][band][pt];
261 t->context_tree = cpi->common.fc.coef_probs[type][band][pt];
286 t->context_tree = cpi->common.fc.coef_probs[2][0][pt];
302 t->context_tree
[all...]
H A Dbitstream.c140 const unsigned char *pp = p->context_tree;
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_tokenize.c329 static INLINE void add_token(TOKENEXTRA **t, const vpx_prob *context_tree, argument
332 (*t)->context_tree = context_tree;
340 const vpx_prob *context_tree,
342 (*t)->context_tree = context_tree;
339 add_token_no_extra(TOKENEXTRA **t, const vpx_prob *context_tree, int16_t token, unsigned int *counts) argument
H A Dvp9_tokenize.h37 const vpx_prob *context_tree; member in struct:__anon11988
H A Dvp9_bitstream.c142 vpx_write(w, 0, p->context_tree[0]);
145 vpx_write(w, 1, p->context_tree[0]);
147 vpx_write(w, 0, p->context_tree[1]);
157 const vpx_prob *const context_tree = p->context_tree; local
161 vpx_write(w, 1, context_tree[1]);
163 vpx_write(w, 0, context_tree[2]);
170 vpx_write(w, 1, context_tree[2]);
172 vp9_pareto8_full[context_tree[PIVOT_NODE] - 1], v,

Completed in 127 milliseconds