Home
last modified time | relevance | path

Searched defs:tx_counts (Results 1 – 2 of 2) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_entropymode.h34 struct tx_counts { struct
35 unsigned int p32x32[TX_SIZE_CONTEXTS][TX_SIZES];
36 unsigned int p16x16[TX_SIZE_CONTEXTS][TX_SIZES - 1];
37 unsigned int p8x8[TX_SIZE_CONTEXTS][TX_SIZES - 2];
Dvp9_pred_common.h123 struct tx_counts *tx_counts) { in get_tx_counts()