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

  /external/libvpx/libvpx/vp9/common/
vp9_entropymode.h 37 struct tx_counts { struct
76 struct tx_counts tx;
vp9_pred_common.h 186 struct tx_counts *tx_counts) {
188 case TX_8X8: return tx_counts->p8x8[ctx];
189 case TX_16X16: return tx_counts->p16x16[ctx];
190 case TX_32X32: return tx_counts->p32x32[ctx];

Completed in 57 milliseconds