Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/encoder/
Dtokenize.c123 t->context_tree = cpi->common.fc.coef_probs[1][0][pt]; in tokenize2nd_order_b()
138 t->context_tree = cpi->common.fc.coef_probs[1][0][pt]; in tokenize2nd_order_b()
154 t->context_tree = cpi->common.fc.coef_probs[1][band][pt]; in tokenize2nd_order_b()
166 t->context_tree = cpi->common.fc.coef_probs[1][band][pt]; in tokenize2nd_order_b()
213 t->context_tree = cpi->common.fc.coef_probs[type][c][pt]; in tokenize1st_order_b()
229 t->context_tree = cpi->common.fc.coef_probs[type][c][pt]; in tokenize1st_order_b()
246 t->context_tree = cpi->common.fc.coef_probs[type][band][pt]; in tokenize1st_order_b()
257 t->context_tree = cpi->common.fc.coef_probs[type][band][pt]; in tokenize1st_order_b()
282 t->context_tree = cpi->common.fc.coef_probs[2][0][pt]; in tokenize1st_order_b()
298 t->context_tree = cpi->common.fc.coef_probs[2][0][pt]; in tokenize1st_order_b()
[all …]
Dtokenize.h29 const vp8_prob *context_tree; member
Dbitstream.c133 const unsigned char *pp = p->context_tree; in vp8_pack_tokens()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_tokenize.c329 static INLINE void add_token(TOKENEXTRA **t, const vpx_prob *context_tree, in add_token() argument
332 (*t)->context_tree = context_tree; in add_token()
340 const vpx_prob *context_tree, in add_token_no_extra() argument
342 (*t)->context_tree = context_tree; in add_token_no_extra()
Dvp9_bitstream.c147 vpx_write(w, 0, p->context_tree[0]); in pack_mb_tokens()
150 vpx_write(w, 1, p->context_tree[0]); in pack_mb_tokens()
152 vpx_write(w, 0, p->context_tree[1]); in pack_mb_tokens()
162 const vpx_prob *const context_tree = p->context_tree; in pack_mb_tokens() local
166 vpx_write(w, 1, context_tree[1]); in pack_mb_tokens()
168 vpx_write(w, 0, context_tree[2]); in pack_mb_tokens()
175 vpx_write(w, 1, context_tree[2]); in pack_mb_tokens()
177 vp9_pareto8_full[context_tree[PIVOT_NODE] - 1], v, in pack_mb_tokens()
Dvp9_tokenize.h37 const vpx_prob *context_tree; member
/external/libaom/libaom/av1/
Dav1.cmake135 "${AOM_ROOT}/av1/encoder/context_tree.c"
136 "${AOM_ROOT}/av1/encoder/context_tree.h"
/external/libaom/
DAndroid.bp233 "libaom/av1/encoder/context_tree.c",