Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_encodeframe.c4705 int count32x32 = 0; in vp9_encode_frame() local
4718 count32x32 += counts->tx.p32x32[i][TX_32X32]; in vp9_encode_frame()
4721 count32x32 == 0) { in vp9_encode_frame()
4725 count8x8_lp == 0 && count16x16_lp == 0 && count32x32 == 0) { in vp9_encode_frame()
4730 } else if (count32x32 == 0 && count8x8_lp == 0 && count4x4 == 0) { in vp9_encode_frame()