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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
H A Dpickinter.c38 extern const MB_PREDICTION_MODE vp8_mode_order[MAX_MODES];
733 if (vp8_mode_order[mode_index] == NEARESTMV &&
736 if (vp8_mode_order[mode_index] == NEARMV &&
740 if (vp8_mode_order[mode_index] == NEWMV && parent_mode == ZEROMV
743 else if(vp8_mode_order[mode_index] == NEWMV && dissim==0
781 this_mode = vp8_mode_order[mode_index];
H A Drdopt.c84 const MB_PREDICTION_MODE vp8_mode_order[MAX_MODES] = variable
2043 this_mode = vp8_mode_order[mode_index];
2112 if (vp8_mode_order[mode_index] == ZEROMV)
2119 else if (vp8_mode_order[mode_index] == SPLITMV)
H A Dratectrl.c30 extern const MB_PREDICTION_MODE vp8_mode_order[MAX_MODES];

Completed in 53 milliseconds