Home
last modified time | relevance | path

Searched refs:count4x4 (Results 1 – 1 of 1) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_encodeframe.c3309 int count4x4 = 0; in vp9_encode_frame() local
3315 count4x4 += cm->counts.tx.p32x32[i][TX_4X4]; in vp9_encode_frame()
3316 count4x4 += cm->counts.tx.p16x16[i][TX_4X4]; in vp9_encode_frame()
3317 count4x4 += cm->counts.tx.p8x8[i][TX_4X4]; in vp9_encode_frame()
3328 if (count4x4 == 0 && count16x16_lp == 0 && count16x16_16x16p == 0 && in vp9_encode_frame()
3336 } else if (count8x8_lp == 0 && count16x16_lp == 0 && count4x4 == 0) { in vp9_encode_frame()
3338 } else if (count32x32 == 0 && count8x8_lp == 0 && count4x4 == 0) { in vp9_encode_frame()