Searched refs:tx_count_16x16p (Results 1 - 2 of 2) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
H A Dvp9_entropymode.c291 void tx_counts_to_branch_counts_16x16(const unsigned int *tx_count_16x16p, argument
293 ct_16x16p[0][0] = tx_count_16x16p[TX_4X4];
294 ct_16x16p[0][1] = tx_count_16x16p[TX_8X8] + tx_count_16x16p[TX_16X16];
295 ct_16x16p[1][0] = tx_count_16x16p[TX_8X8];
296 ct_16x16p[1][1] = tx_count_16x16p[TX_16X16];
H A Dvp9_entropymode.h95 void tx_counts_to_branch_counts_16x16(const unsigned int *tx_count_16x16p,

Completed in 43 milliseconds