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

/external/libvpx/vp8/common/
H A Ddebugmodes.c22 FILE *mvs = fopen("mvs.stt", "a"); local
26 fprintf(mvs, "Mb Modes for Frame %d\n", frame);
33 fprintf(mvs, "%2d ", mi[mb_index].mbmi.mode);
38 fprintf(mvs, "\n");
42 fprintf(mvs, "\n");
45 fprintf(mvs, "Mb mv ref for Frame %d\n", frame);
52 fprintf(mvs, "%2d ", mi[mb_index].mbmi.ref_frame);
57 fprintf(mvs, "\n");
61 fprintf(mvs, "\
[all...]
/external/libvpx/vp8/encoder/
H A Drdopt.c1018 int_mv mvs[16]; member in struct:__anon8241
1073 // making it so that we very rarely check mvs on
1281 bsi->mvs[i].as_mv = bd->bmi.mv.as_mv;
1362 bsi.sv_mvp[0] = bsi.mvs[0].as_mv;
1363 bsi.sv_mvp[1] = bsi.mvs[2].as_mv;
1364 bsi.sv_mvp[2] = bsi.mvs[8].as_mv;
1365 bsi.sv_mvp[3] = bsi.mvs[10].as_mv;
1411 bd->bmi.mv.as_mv = bsi.mvs[i].as_mv;

Completed in 80 milliseconds