Searched refs:count8x8_lp (Results 1 – 1 of 1) sorted by relevance
4088 int count8x8_lp = 0, count8x8_8x8p = 0; in vp9_encode_frame() local4097 count8x8_lp += counts->tx.p32x32[i][TX_8X8]; in vp9_encode_frame()4098 count8x8_lp += counts->tx.p16x16[i][TX_8X8]; in vp9_encode_frame()4110 count8x8_lp == 0 && count16x16_lp == 0 && count32x32 == 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()