/external/libvpx/libvpx/vp8/encoder/ |
tokenize.c | 132 t->context_tree = cpi->common.fc.coef_probs [1] [0] [pt]; 147 t->context_tree = cpi->common.fc.coef_probs [1] [0] [pt]; 164 t->context_tree = cpi->common.fc.coef_probs [1] [band] [pt]; 177 t->context_tree = cpi->common.fc.coef_probs [1] [band] [pt]; 231 t->context_tree = cpi->common.fc.coef_probs [type] [c] [pt]; 247 t->context_tree = cpi->common.fc.coef_probs [type] [c] [pt]; 265 t->context_tree = cpi->common.fc.coef_probs [type] [band] [pt]; 277 t->context_tree = cpi->common.fc.coef_probs [type] [band] [pt]; 304 t->context_tree = cpi->common.fc.coef_probs [2] [0] [pt]; 320 t->context_tree = cpi->common.fc.coef_probs [2] [0] [pt] [all...] |
tokenize.h | 32 const vp8_prob *context_tree; member in struct:__anon17168
|
bitstream.c | 177 const unsigned char *pp = p->context_tree; [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
tokenize.c | 132 t->context_tree = cpi->common.fc.coef_probs [1] [0] [pt]; 147 t->context_tree = cpi->common.fc.coef_probs [1] [0] [pt]; 164 t->context_tree = cpi->common.fc.coef_probs [1] [band] [pt]; 177 t->context_tree = cpi->common.fc.coef_probs [1] [band] [pt]; 231 t->context_tree = cpi->common.fc.coef_probs [type] [c] [pt]; 247 t->context_tree = cpi->common.fc.coef_probs [type] [c] [pt]; 265 t->context_tree = cpi->common.fc.coef_probs [type] [band] [pt]; 277 t->context_tree = cpi->common.fc.coef_probs [type] [band] [pt]; 304 t->context_tree = cpi->common.fc.coef_probs [2] [0] [pt]; 320 t->context_tree = cpi->common.fc.coef_probs [2] [0] [pt] [all...] |
tokenize.h | 32 const vp8_prob *context_tree; member in struct:__anon30644
|
vp8_asm_enc_offsets.c | 56 DEFINE(tokenextra_context_tree, offsetof(TOKENEXTRA, context_tree));
|
bitstream.c | 178 const unsigned char *pp = p->context_tree; [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
vp9_tokenize.h | 33 const vp9_prob *context_tree; member in struct:__anon30733
|
vp9_tokenize.c | 179 static INLINE void add_token(TOKENEXTRA **t, const vp9_prob *context_tree, 185 (*t)->context_tree = context_tree; 192 const vp9_prob *context_tree, 197 (*t)->context_tree = context_tree;
|
vp9_bitstream.c | 153 vp9_write_tree(w, vp9_coef_tree, p->context_tree, bits, len, i); 155 vp9_pareto8_full[p->context_tree[PIVOT_NODE] - 1], 158 vp9_write_tree(w, vp9_coef_tree, p->context_tree, v, n, i); [all...] |
/external/libvpx/libvpx/vp9/encoder/ |
vp9_tokenize.h | 38 const vpx_prob *context_tree; member in struct:__anon17265
|
vp9_tokenize.c | 433 static INLINE void add_token(TOKENEXTRA **t, const vpx_prob *context_tree, 439 (*t)->context_tree = context_tree; 446 const vpx_prob *context_tree, 451 (*t)->context_tree = context_tree; [all...] |
vp9_bitstream.c | 164 vp9_write_tree(w, vp9_coef_tree, p->context_tree, bits, len, i); 166 vp9_pareto8_full[p->context_tree[PIVOT_NODE] - 1], 169 vp9_write_tree(w, vp9_coef_tree, p->context_tree, v, n, i); [all...] |