OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vp9_partition_tree
(Results
1 - 5
of
5
) sorted by null
/external/libvpx/libvpx/vp9/common/
vp9_entropymode.h
50
extern const vp9_tree_index
vp9_partition_tree
[TREE_SIZE(PARTITION_TYPES)];
vp9_entropymode.c
244
const vp9_tree_index
vp9_partition_tree
[TREE_SIZE(PARTITION_TYPES)] = {
variable
345
vp9_tokens_from_tree(vp9_partition_encodings,
vp9_partition_tree
);
396
adapt_probs(
vp9_partition_tree
, pre_fc->partition_prob[i],
/external/libvpx/libvpx/vp9/encoder/
vp9_bitstream.c
588
write_token(w,
vp9_partition_tree
, probs, &vp9_partition_encodings[p]);
[
all
...]
vp9_rdopt.c
259
vp9_partition_tree
);
[
all
...]
/external/libvpx/libvpx/vp9/decoder/
vp9_decodframe.c
467
p = treed_read(r,
vp9_partition_tree
, probs);
[
all
...]
Completed in 48 milliseconds