Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/common/
Dvp9_entropymode.c262 const vpx_tree_index vp9_partition_tree[TREE_SIZE(PARTITION_TYPES)] = { variable
373 vpx_tree_merge_probs(vp9_partition_tree, pre_fc->partition_prob[i], in vp9_adapt_mode_probs()
Dvp9_entropymode.h88 extern const vpx_tree_index vp9_partition_tree[TREE_SIZE(PARTITION_TYPES)];
/external/libvpx/libvpx/vp9/encoder/
Dvp9_bitstream.c408 vp9_write_token(w, vp9_partition_tree, probs, &partition_encodings[p]); in write_partition()
1335 prob_diff_update(vp9_partition_tree, fc->partition_prob[i], in write_compressed_header()
Dvp9_rd.c348 vp9_partition_tree); in vp9_initialize_rd_consts()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodeframe.c1105 p = (PARTITION_TYPE)vpx_read_tree(r, vp9_partition_tree, probs); in read_partition()