HomeSort by relevance Sort by last modified time
    Searched full:tx_count_8x8p_stats (Results 1 - 1 of 1) sorted by null

  /external/libvpx/libvpx/vp9/encoder/
vp9_bitstream.c 55 int64_t tx_count_8x8p_stats[TX_SIZE_CONTEXTS][TX_SIZES - 2]; variable
61 vp9_zero(tx_count_8x8p_stats);
82 tx_count_8x8p_stats[i][j] += cm->fc.tx_count_8x8p[i][j];
99 fwrite(tx_count_8x8p_stats, sizeof(tx_count_8x8p_stats), 1, fp);
127 printf("%"PRId64", ", tx_count_8x8p_stats[i][j]);
    [all...]

Completed in 314 milliseconds