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

/external/libvpx/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/libvpx/vp8/encoder/
H A Drdopt.c1085 int_mv mvs[16]; member in struct:__anon9036
1140 * very rarely check mvs on segments. setting this to 1 would make mv
1359 bsi->mvs[i].as_mv = x->partition_info->bmi[i].mv.as_mv;
1440 bsi.sv_mvp[0].as_int = bsi.mvs[0].as_int;
1441 bsi.sv_mvp[1].as_int = bsi.mvs[2].as_int;
1442 bsi.sv_mvp[2].as_int = bsi.mvs[8].as_int;
1443 bsi.sv_mvp[3].as_int = bsi.mvs[10].as_int;
1489 bd->bmi.mv.as_int = bsi.mvs[i].as_int;
1508 x->partition_info->bmi[i].mv.as_mv = bsi.mvs[j].as_mv;
1513 x->partition_info->bmi[15].mv.as_int = bsi.mvs[1
[all...]

Completed in 95 milliseconds