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

/external/libvpx/libvpx/vp8/encoder/
H A Drdopt.c950 B_PREDICTION_MODE this_mode,
987 switch (m = this_mode)
1109 B_PREDICTION_MODE this_mode; local
1164 for (this_mode = LEFT4X4; this_mode <= NEW4X4 ; this_mode ++)
1179 if (this_mode == NEW4X4)
1305 rate = labels2mode(x, labels, i, this_mode, &mode_mv[this_mode],
1309 if (((mode_mv[this_mode]
947 labels2mode( MACROBLOCK *x, int const *labelings, int which_label, B_PREDICTION_MODE this_mode, int_mv *this_mv, int_mv *best_ref_mv, int *mvcost[2] ) argument
1766 MB_PREDICTION_MODE this_mode = x->e_mbd.mode_info_context->mbmi.mode; local
1842 MB_PREDICTION_MODE this_mode = x->e_mbd.mode_info_context->mbmi.mode; local
1917 MB_PREDICTION_MODE this_mode = x->e_mbd.mode_info_context->mbmi.mode; local
1951 MB_PREDICTION_MODE this_mode; local
[all...]
H A Dpickinter.c487 MB_PREDICTION_MODE this_mode = x->e_mbd.mode_info_context->mbmi.mode; local
500 if((this_mode != NEWMV) ||
509 if(this_mode == ZEROMV)
580 MB_PREDICTION_MODE this_mode; local
778 this_mode = vp8_mode_order[mode_index];
780 x->e_mbd.mode_info_context->mbmi.mode = this_mode;
793 if (this_mode != ZEROMV ||
798 switch (this_mode)
1044 if (mode_mv[this_mode].as_int == 0)
1054 if (((mode_mv[this_mode]
[all...]
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_rdopt.c1465 MB_PREDICTION_MODE this_mode,
1488 switch (m = this_mode) {
1521 cost = cost_mv_ref(cpi, this_mode,
1680 MB_PREDICTION_MODE this_mode; local
1733 for (this_mode = NEARESTMV; this_mode <= NEWMV; ++this_mode) {
1737 mode_idx = INTER_OFFSET(this_mode);
1741 if ((this_mode == NEARMV || this_mode
1464 labels2mode(MACROBLOCK *x, int i, MB_PREDICTION_MODE this_mode, int_mv *this_mv, int_mv *this_second_mv, int_mv frame_mv[MB_MODE_COUNT][MAX_REF_FRAMES], int_mv seg_mvs[MAX_REF_FRAMES], int_mv *best_ref_mv, int_mv *second_best_ref_mv, int *mvjcost, int *mvcost[2], VP9_COMP *cpi) argument
2660 const int this_mode = mbmi->mode; local
3151 MB_PREDICTION_MODE this_mode; local
[all...]

Completed in 263 milliseconds