Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/common/
Dvp9_onyxc_int.h376 static INLINE const vpx_prob* get_partition_probs(const MACROBLOCKD *xd, in get_partition_probs() function
/external/libvpx/libvpx/vp9/encoder/
Dvp9_rd.c295 vp9_cost_tokens(cpi->partition_cost[i], get_partition_probs(xd, i), in vp9_initialize_rd_consts()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodeframe.c935 const vpx_prob *const probs = get_partition_probs(xd, ctx); in read_partition()