Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_blockd.h82 static INLINE int is_inter_mode(MB_PREDICTION_MODE mode) { in is_inter_mode() function
Dvp9_postproc.c843 } else if (is_inter_mode(mi->mbmi.mode)) { in vp9_post_proc_frame()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_bitstream.c57 assert(is_inter_mode(mode)); in write_inter_mode()
Dvp9_rdopt.c1459 assert(is_inter_mode(mode)); in cost_mv_ref()