Home
last modified time | relevance | path

Searched refs:count16x16_16x16p (Results 1 – 1 of 1) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_encodeframe.c5964 int count16x16_16x16p = 0, count16x16_lp = 0; in vp9_encode_frame() local
5976 count16x16_16x16p += counts->tx.p16x16[i][TX_16X16]; in vp9_encode_frame()
5980 if (count4x4 == 0 && count16x16_lp == 0 && count16x16_16x16p == 0 && in vp9_encode_frame()
5984 } else if (count8x8_8x8p == 0 && count16x16_16x16p == 0 && in vp9_encode_frame()