Home
last modified time | relevance | path

Searched defs:partition_cdf (Results 1 – 3 of 3) sorted by relevance

/external/libaom/libaom/av1/common/
Dentropymode.h140 aom_cdf_prob partition_cdf[PARTITION_CONTEXTS][CDF_SIZE(EXT_PARTITION_TYPES)]; member
/external/libaom/libaom/av1/encoder/
Dencodeframe.c2354 const aom_cdf_prob *partition_cdf = cm->fc->partition_cdf[pl]; in rd_pick_sqr_partition() local
3187 const aom_cdf_prob *partition_cdf = cm->fc->partition_cdf[pl]; in rd_pick_partition() local
/external/libaom/libaom/av1/decoder/
Ddecodeframe.c1713 aom_cdf_prob *partition_cdf = ec_ctx->partition_cdf[ctx]; in read_partition() local