Searched refs:count16x16_lp (Results 1 – 1 of 1) sorted by relevance
3463 int count16x16_16x16p = 0, count16x16_lp = 0; in vp9_encode_frame() local3476 count16x16_lp += cm->counts.tx.p32x32[i][TX_16X16]; in vp9_encode_frame()3480 if (count4x4 == 0 && count16x16_lp == 0 && count16x16_16x16p == 0 && in vp9_encode_frame()3485 count8x8_lp == 0 && count16x16_lp == 0 && count32x32 == 0) { in vp9_encode_frame()3488 } else if (count8x8_lp == 0 && count16x16_lp == 0 && count4x4 == 0) { in vp9_encode_frame()