HomeSort by relevance Sort by last modified time
    Searched refs:this_mode (Results 1 - 2 of 2) sorted by null

  /external/libvpx/vp8/encoder/
pickinter.c 435 MB_PREDICTION_MODE this_mode; local
587 this_mode = vp8_mode_order[mode_index];
592 x->e_mbd.mode_info_context->mbmi.mode = this_mode;
614 if (this_mode != ZEROMV || x->e_mbd.mode_info_context->mbmi.ref_frame != ALTREF_FRAME)
618 switch (this_mode)
779 if (mode_mv[this_mode].row == 0 && mode_mv[this_mode].col == 0)
787 if (((mode_mv[this_mode].row >> 3) < x->mv_row_min) || ((mode_mv[this_mode].row >> 3) > x->mv_row_max) ||
788 ((mode_mv[this_mode].col >> 3) < x->mv_col_min) || ((mode_mv[this_mode].col >> 3) > x->mv_col_max)
    [all...]
rdopt.c 924 B_PREDICTION_MODE this_mode,
960 switch (m = this_mode)
1109 B_PREDICTION_MODE this_mode; local
1203 for (this_mode = LEFT4X4; this_mode <= NEW4X4 ; this_mode ++)
1219 if (this_mode == NEW4X4)
1398 MB_PREDICTION_MODE this_mode; local
    [all...]

Completed in 17 milliseconds