HomeSort by relevance Sort by last modified time
    Searched refs:context_tree (Results 1 - 6 of 6) sorted by null

  /external/libvpx/libvpx/vp8/encoder/
tokenize.h 29 const vp8_prob *context_tree; member in struct:__anon26162
tokenize.c 127 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 = cpi->common.fc.coef_probs[2][0][pt]
    [all...]
bitstream.c 140 const unsigned char *pp = p->context_tree;
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_tokenize.c 329 static INLINE void add_token(TOKENEXTRA **t, const vpx_prob *context_tree,
332 (*t)->context_tree = context_tree;
340 const vpx_prob *context_tree,
342 (*t)->context_tree = context_tree;
vp9_tokenize.h 37 const vpx_prob *context_tree; member in struct:__anon26274
vp9_bitstream.c 142 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,
    [all...]

Completed in 338 milliseconds