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

/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_bitstream.c54 int64_t tx_count_16x16p_stats[TX_SIZE_CONTEXTS][TX_SIZES - 1]; variable
60 vp9_zero(tx_count_16x16p_stats);
77 tx_count_16x16p_stats[i][j] += cm->fc.tx_count_16x16p[i][j];
98 fwrite(tx_count_16x16p_stats, sizeof(tx_count_16x16p_stats), 1, fp);
117 printf("%"PRId64", ", tx_count_16x16p_stats[i][j]);

Completed in 158 milliseconds