Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_encodeframe.c3310 int count8x8_lp = 0, count8x8_8x8p = 0; in vp9_encode_frame() local
3321 count8x8_8x8p += cm->counts.tx.p8x8[i][TX_8X8]; in vp9_encode_frame()
3332 } else if (count8x8_8x8p == 0 && count16x16_16x16p == 0 && in vp9_encode_frame()