Searched defs:get_y_mode (Results 1 - 1 of 1) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
H A Dvp9_blockd.h147 static INLINE MB_PREDICTION_MODE get_y_mode(const MODE_INFO *mi, int block) { function
270 return intra_mode_to_tx_type_lookup[get_y_mode(mi, ib)];

Completed in 103 milliseconds