Searched refs:count16x16_16x16p (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_encodeframe.c3490 int count16x16_16x16p = 0, count16x16_lp = 0; local
3502 count16x16_16x16p += cm->counts.tx.p16x16[i][TX_16X16];
3507 if (count4x4 == 0 && count16x16_lp == 0 && count16x16_16x16p == 0 &&
3511 } else if (count8x8_8x8p == 0 && count16x16_16x16p == 0 &&
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_encodeframe.c3477 int count16x16_16x16p = 0, count16x16_lp = 0; local
3489 count16x16_16x16p += cm->counts.tx.p16x16[i][TX_16X16];
3494 if (count4x4 == 0 && count16x16_lp == 0 && count16x16_16x16p == 0 &&
3498 } else if (count8x8_8x8p == 0 && count16x16_16x16p == 0 &&

Completed in 557 milliseconds