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

/external/libvpx/libvpx/vp8/encoder/
H A Dpickinter.c38 extern const MB_PREDICTION_MODE vp8_mode_order[MAX_MODES];
729 if (vp8_mode_order[mode_index] == NEARESTMV &&
732 if (vp8_mode_order[mode_index] == NEARMV &&
736 if (vp8_mode_order[mode_index] == NEWMV && parent_mode == ZEROMV
739 else if(vp8_mode_order[mode_index] == NEWMV && dissim==0
777 this_mode = vp8_mode_order[mode_index];
H A Drdopt.c84 const MB_PREDICTION_MODE vp8_mode_order[MAX_MODES] = variable
2037 this_mode = vp8_mode_order[mode_index];
2104 if (vp8_mode_order[mode_index] == ZEROMV)
2111 else if (vp8_mode_order[mode_index] == SPLITMV)
H A Dratectrl.c30 extern const MB_PREDICTION_MODE vp8_mode_order[MAX_MODES];

Completed in 338 milliseconds