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

  /external/libvpx/libvpx/vp9/common/
vp9_entropymode.h 66 unsigned int (*ct_32x32p)[2]);
vp9_entropymode.c 290 unsigned int (*ct_32x32p)[2]) {
291 ct_32x32p[0][0] = tx_count_32x32p[TX_4X4];
292 ct_32x32p[0][1] = tx_count_32x32p[TX_8X8] +
295 ct_32x32p[1][0] = tx_count_32x32p[TX_8X8];
296 ct_32x32p[1][1] = tx_count_32x32p[TX_16X16] +
298 ct_32x32p[2][0] = tx_count_32x32p[TX_16X16];
299 ct_32x32p[2][1] = tx_count_32x32p[TX_32X32];
  /external/libvpx/libvpx/vp9/encoder/
vp9_bitstream.c 1131 unsigned int ct_32x32p[TX_SIZES - 1][2]; local
    [all...]

Completed in 33 milliseconds