Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_onyxc_int.h253 static INLINE const vp9_prob* get_partition_probs(const VP9_COMMON *cm, in get_partition_probs() function
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_bitstream.c399 const vp9_prob *const probs = get_partition_probs(cm, ctx); in write_partition()
Dvp9_rdopt.c298 vp9_cost_tokens(x->partition_cost[i], get_partition_probs(cm, i), in vp9_initialize_rd_consts()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
Dvp9_decodeframe.c385 const vp9_prob *const probs = get_partition_probs(cm, ctx); in read_partition()