Searched refs:count16x16_lp (Results 1 – 1 of 1) sorted by relevance
5964 int count16x16_16x16p = 0, count16x16_lp = 0; in vp9_encode_frame() local5977 count16x16_lp += counts->tx.p32x32[i][TX_16X16]; in vp9_encode_frame()5980 if (count4x4 == 0 && count16x16_lp == 0 && count16x16_16x16p == 0 && in vp9_encode_frame()5985 count8x8_lp == 0 && count16x16_lp == 0 && count32x32 == 0) { in vp9_encode_frame()5988 } else if (count8x8_lp == 0 && count16x16_lp == 0 && count4x4 == 0) { in vp9_encode_frame()