Searched refs:context_tree (Results 1 – 7 of 7) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
D | tokenize.c | 132 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 …]
|
D | tokenize.h | 32 const vp8_prob *context_tree; member
|
D | vp8_asm_enc_offsets.c | 56 DEFINE(tokenextra_context_tree, offsetof(TOKENEXTRA, context_tree));
|
D | bitstream.c | 178 const unsigned char *pp = p->context_tree; in vp8_pack_tokens_c()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
D | vp9_tokenize.c | 179 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()
|
D | vp9_tokenize.h | 33 const vp9_prob *context_tree; member
|
D | vp9_bitstream.c | 153 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()
|