Searched refs:cdf_element_prob (Results 1 – 1 of 1) sorted by relevance
/external/libaom/av1/common/ |
D | av1_common_int.h | 1444 static INLINE aom_cdf_prob cdf_element_prob(const aom_cdf_prob *cdf, in cdf_element_prob() function 1455 out[0] -= cdf_element_prob(in, PARTITION_HORZ); in partition_gather_horz_alike() 1456 out[0] -= cdf_element_prob(in, PARTITION_SPLIT); in partition_gather_horz_alike() 1457 out[0] -= cdf_element_prob(in, PARTITION_HORZ_A); in partition_gather_horz_alike() 1458 out[0] -= cdf_element_prob(in, PARTITION_HORZ_B); in partition_gather_horz_alike() 1459 out[0] -= cdf_element_prob(in, PARTITION_VERT_A); in partition_gather_horz_alike() 1460 if (bsize != BLOCK_128X128) out[0] -= cdf_element_prob(in, PARTITION_HORZ_4); in partition_gather_horz_alike() 1470 out[0] -= cdf_element_prob(in, PARTITION_VERT); in partition_gather_vert_alike() 1471 out[0] -= cdf_element_prob(in, PARTITION_SPLIT); in partition_gather_vert_alike() 1472 out[0] -= cdf_element_prob(in, PARTITION_HORZ_A); in partition_gather_vert_alike() [all …]
|