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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_encodeframe.c2481 static void reset_skip_txfm_size(VP9_COMMON *cm, TX_SIZE txfm_max) { argument
2488 if (mi_ptr[mi_col]->mbmi.tx_size > txfm_max)
2489 mi_ptr[mi_col]->mbmi.tx_size = txfm_max;

Completed in 11 milliseconds