HomeSort by relevance Sort by last modified time
    Searched defs:get_tx_probs (Results 1 - 2 of 2) sorted by null

  /external/libvpx/libvpx/vp9/common/
vp9_pred_common.h 101 static INLINE const vp9_prob *get_tx_probs(TX_SIZE max_tx_size, int ctx, function
119 return get_tx_probs(max_tx_size, vp9_get_tx_size_context(xd), tx_probs);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_pred_common.h 101 static INLINE const vp9_prob *get_tx_probs(TX_SIZE max_tx_size, int ctx, function
119 return get_tx_probs(max_tx_size, vp9_get_tx_size_context(xd), tx_probs);

Completed in 54 milliseconds