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

  /external/libvpx/libvpx/vp9/common/
vp9_entropymode.h 68 unsigned int (*ct_16x16p)[2]);
vp9_entropymode.c 303 unsigned int (*ct_16x16p)[2]) {
304 ct_16x16p[0][0] = tx_count_16x16p[TX_4X4];
305 ct_16x16p[0][1] = tx_count_16x16p[TX_8X8] + tx_count_16x16p[TX_16X16];
306 ct_16x16p[1][0] = tx_count_16x16p[TX_8X8];
307 ct_16x16p[1][1] = tx_count_16x16p[TX_16X16];
  /external/libvpx/libvpx/vp9/encoder/
vp9_bitstream.c 1130 unsigned int ct_16x16p[TX_SIZES - 2][2]; local
    [all...]

Completed in 35 milliseconds