Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_encodeframe.c4087 int count4x4 = 0; in vp9_encode_frame() local
4093 count4x4 += counts->tx.p32x32[i][TX_4X4]; in vp9_encode_frame()
4094 count4x4 += counts->tx.p16x16[i][TX_4X4]; in vp9_encode_frame()
4095 count4x4 += counts->tx.p8x8[i][TX_4X4]; in vp9_encode_frame()
4105 if (count4x4 == 0 && count16x16_lp == 0 && count16x16_16x16p == 0 && in vp9_encode_frame()
4113 } else if (count8x8_lp == 0 && count16x16_lp == 0 && count4x4 == 0) { in vp9_encode_frame()
4115 } else if (count32x32 == 0 && count8x8_lp == 0 && count4x4 == 0) { in vp9_encode_frame()