Searched defs:bsi (Results 1 - 1 of 1) sorted by relevance

/external/libvpx/vp8/encoder/
H A Drdopt.c1031 BEST_SEG_INFO *bsi, unsigned int segmentation)
1076 label_mv_thresh = 1 * bsi->mvthresh / label_count ;
1080 rate += vp8_cost_mv_ref(SPLITMV, bsi->mdcounts);
1128 bsi->mvp = &bsi->sv_mvp[i];
1129 if (i==1 && segmentation == BLOCK_16X8) bsi->mvp = &bsi->sv_mvp[2];
1131 step_param = bsi->sv_istep[i];
1137 bsi->mvp = &(x->e_mbd.block[i-1].bmi.mv.as_mv);
1138 if (i==4 || i==8 || i==12) bsi
1030 rd_check_segment(VP8_COMP *cpi, MACROBLOCK *x, BEST_SEG_INFO *bsi, unsigned int segmentation) argument
1309 BEST_SEG_INFO bsi; local
[all...]

Completed in 130 milliseconds