Home
last modified time | relevance | path

Searched refs:vp9_partition_tree (Results 1 – 5 of 5) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_entropymode.h83 extern const vp9_tree_index vp9_partition_tree[TREE_SIZE(PARTITION_TYPES)];
Dvp9_entropymode.c241 const vp9_tree_index vp9_partition_tree[TREE_SIZE(PARTITION_TYPES)] = { variable
384 adapt_probs(vp9_partition_tree, pre_fc->partition_prob[i], in vp9_adapt_mode_probs()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_bitstream.c46 vp9_tokens_from_tree(partition_encodings, vp9_partition_tree); in vp9_entropy_mode_init()
404 vp9_write_token(w, vp9_partition_tree, probs, &partition_encodings[p]); in write_partition()
1177 prob_diff_update(vp9_partition_tree, fc->partition_prob[i],
Dvp9_rdopt.c299 vp9_partition_tree); in vp9_initialize_rd_consts()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
Dvp9_decodeframe.c391 p = (PARTITION_TYPE)vp9_read_tree(r, vp9_partition_tree, probs); in read_partition()