Searched refs:count4x4 (Results 1 – 1 of 1) sorted by relevance
6255 int count4x4 = 0; in vp9_encode_frame() local6261 count4x4 += counts->tx.p32x32[i][TX_4X4]; in vp9_encode_frame()6262 count4x4 += counts->tx.p16x16[i][TX_4X4]; in vp9_encode_frame()6263 count4x4 += counts->tx.p8x8[i][TX_4X4]; in vp9_encode_frame()6273 if (count4x4 == 0 && count16x16_lp == 0 && count16x16_16x16p == 0 && in vp9_encode_frame()6281 } else if (count8x8_lp == 0 && count16x16_lp == 0 && count4x4 == 0) { in vp9_encode_frame()6283 } else if (count32x32 == 0 && count8x8_lp == 0 && count4x4 == 0) { in vp9_encode_frame()