Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/common/
Donyxc_int.h976 static INLINE aom_cdf_prob cdf_element_prob(const aom_cdf_prob *cdf, in cdf_element_prob() function
987 out[0] -= cdf_element_prob(in, PARTITION_HORZ); in partition_gather_horz_alike()
988 out[0] -= cdf_element_prob(in, PARTITION_SPLIT); in partition_gather_horz_alike()
989 out[0] -= cdf_element_prob(in, PARTITION_HORZ_A); in partition_gather_horz_alike()
990 out[0] -= cdf_element_prob(in, PARTITION_HORZ_B); in partition_gather_horz_alike()
991 out[0] -= cdf_element_prob(in, PARTITION_VERT_A); in partition_gather_horz_alike()
992 if (bsize != BLOCK_128X128) out[0] -= cdf_element_prob(in, PARTITION_HORZ_4); in partition_gather_horz_alike()
1002 out[0] -= cdf_element_prob(in, PARTITION_VERT); in partition_gather_vert_alike()
1003 out[0] -= cdf_element_prob(in, PARTITION_SPLIT); in partition_gather_vert_alike()
1004 out[0] -= cdf_element_prob(in, PARTITION_HORZ_A); in partition_gather_vert_alike()
[all …]