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 425 MB_PREDICTION_MODE this_mode; local
578 this_mode = vp8_mode_order[mode_index];
583 x->e_mbd.mode_info_context->mbmi.mode = this_mode;
607 if (this_mode != ZEROMV || x->e_mbd.mode_info_context->mbmi.ref_frame != ALTREF_FRAME)
633 switch (this_mode)
798 if (mode_mv[this_mode].row == 0 && mode_mv[this_mode].col == 0)
806 if (((mode_mv[this_mode].row >> 3) < x->mv_row_min) || ((mode_mv[this_mode].row >> 3) > x->mv_row_max) ||
807 ((mode_mv[this_mode].col >> 3) < x->mv_col_min) || ((mode_mv[this_mode].col >> 3) > x->mv_col_max)
    [all...]
rdopt.c 883 B_PREDICTION_MODE this_mode,
919 switch (m = this_mode)
1037 B_PREDICTION_MODE this_mode; local
1092 for (this_mode = LEFT4X4; this_mode <= NEW4X4 ; this_mode ++)
1107 if (this_mode == NEW4X4)
1735 MB_PREDICTION_MODE this_mode; local
    [all...]

Completed in 125 milliseconds