OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:context_tree
(Results
1 - 4
of
4
) sorted by null
/external/libvpx/libvpx/vp8/encoder/
tokenize.h
28
const vp8_prob *
context_tree
;
member in struct:__anon10997
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];
230
t->
context_tree
= cpi->common.fc.coef_probs [type] [c] [pt];
246
t->
context_tree
= cpi->common.fc.coef_probs [type] [c] [pt];
263
t->
context_tree
= cpi->common.fc.coef_probs [type] [band] [pt];
275
t->
context_tree
= cpi->common.fc.coef_probs [type] [band] [pt];
301
t->
context_tree
= cpi->common.fc.coef_probs [2] [0] [pt];
317
t->
context_tree
= cpi->common.fc.coef_probs [2] [0] [pt]
[
all
...]
asm_enc_offsets.c
56
DEFINE(tokenextra_context_tree, offsetof(TOKENEXTRA,
context_tree
));
bitstream.c
178
const unsigned char *pp = p->
context_tree
;
[
all
...]
Completed in 69 milliseconds