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

  /external/libvpx/libvpx/vp9/encoder/
vp9_bitstream.c 55 int64_t tx_count_16x16p_stats[TX_SIZE_CONTEXTS][TX_SIZES - 1]; variable
62 vp9_zero(tx_count_16x16p_stats);
79 tx_count_16x16p_stats[i][j] += cm->fc.tx_count_16x16p[i][j];
101 fwrite(tx_count_16x16p_stats, sizeof(tx_count_16x16p_stats), 1, fp);
120 printf("%"PRId64", ", tx_count_16x16p_stats[i][j]);
    [all...]

Completed in 36 milliseconds