Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dtokenize.c132 t->context_tree = cpi->common.fc.coef_probs [1] [0] [pt]; in tokenize2nd_order_b()
147 t->context_tree = cpi->common.fc.coef_probs [1] [0] [pt]; in tokenize2nd_order_b()
164 t->context_tree = cpi->common.fc.coef_probs [1] [band] [pt]; in tokenize2nd_order_b()
177 t->context_tree = cpi->common.fc.coef_probs [1] [band] [pt]; in tokenize2nd_order_b()
231 t->context_tree = cpi->common.fc.coef_probs [type] [c] [pt]; in tokenize1st_order_b()
247 t->context_tree = cpi->common.fc.coef_probs [type] [c] [pt]; in tokenize1st_order_b()
265 t->context_tree = cpi->common.fc.coef_probs [type] [band] [pt]; in tokenize1st_order_b()
277 t->context_tree = cpi->common.fc.coef_probs [type] [band] [pt]; in tokenize1st_order_b()
304 t->context_tree = cpi->common.fc.coef_probs [2] [0] [pt]; in tokenize1st_order_b()
320 t->context_tree = cpi->common.fc.coef_probs [2] [0] [pt]; in tokenize1st_order_b()
[all …]
Dtokenize.h32 const vp8_prob *context_tree; member
Dvp8_asm_enc_offsets.c56 DEFINE(tokenextra_context_tree, offsetof(TOKENEXTRA, context_tree));
Dbitstream.c178 const unsigned char *pp = p->context_tree; in vp8_pack_tokens_c()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_tokenize.c179 static INLINE void add_token(TOKENEXTRA **t, const vp9_prob *context_tree, in add_token() argument
185 (*t)->context_tree = context_tree; in add_token()
192 const vp9_prob *context_tree, in add_token_no_extra() argument
197 (*t)->context_tree = context_tree; in add_token_no_extra()
Dvp9_tokenize.h33 const vp9_prob *context_tree; member
Dvp9_bitstream.c153 vp9_write_tree(w, vp9_coef_tree, p->context_tree, bits, len, i); in pack_mb_tokens()
155 vp9_pareto8_full[p->context_tree[PIVOT_NODE] - 1], in pack_mb_tokens()
158 vp9_write_tree(w, vp9_coef_tree, p->context_tree, v, n, i); in pack_mb_tokens()