Searched refs:vp9_partition_tree (Results 1 – 5 of 5) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/ |
D | vp9_entropymode.h | 83 extern const vp9_tree_index vp9_partition_tree[TREE_SIZE(PARTITION_TYPES)];
|
D | vp9_entropymode.c | 241 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/ |
D | vp9_bitstream.c | 46 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],
|
D | vp9_rdopt.c | 299 vp9_partition_tree); in vp9_initialize_rd_consts()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/ |
D | vp9_decodeframe.c | 391 p = (PARTITION_TYPE)vp9_read_tree(r, vp9_partition_tree, probs); in read_partition()
|