Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_entropymode.h97 void tx_counts_to_branch_counts_8x8(const unsigned int *tx_count_8x8p,
Dvp9_entropymode.c299 void tx_counts_to_branch_counts_8x8(const unsigned int *tx_count_8x8p, in tx_counts_to_branch_counts_8x8() function
400 tx_counts_to_branch_counts_8x8(counts->tx.p8x8[i], branch_ct_8x8p); in vp9_adapt_mode_probs()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_bitstream.c820 tx_counts_to_branch_counts_8x8(cm->counts.tx.p8x8[i], ct_8x8p); in encode_txfm_probs()