Home
last modified time | relevance | path

Searched refs:mvs (Results 1 – 7 of 7) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
Ddebugmodes.c22 FILE *mvs = fopen("mvs.stt", "a"); in vp8_print_modes_and_motion_vectors() local
26 fprintf(mvs, "Mb Modes for Frame %d\n", frame); in vp8_print_modes_and_motion_vectors()
33 fprintf(mvs, "%2d ", mi[mb_index].mbmi.mode); in vp8_print_modes_and_motion_vectors()
38 fprintf(mvs, "\n"); in vp8_print_modes_and_motion_vectors()
42 fprintf(mvs, "\n"); in vp8_print_modes_and_motion_vectors()
45 fprintf(mvs, "Mb mv ref for Frame %d\n", frame); in vp8_print_modes_and_motion_vectors()
52 fprintf(mvs, "%2d ", mi[mb_index].mbmi.ref_frame); in vp8_print_modes_and_motion_vectors()
57 fprintf(mvs, "\n"); in vp8_print_modes_and_motion_vectors()
61 fprintf(mvs, "\n"); in vp8_print_modes_and_motion_vectors()
65 fprintf(mvs, "UV Modes for Frame %d\n", frame); in vp8_print_modes_and_motion_vectors()
[all …]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_debugmodes.c54 FILE *mvs = fopen(file, "a"); in vp9_print_modes_and_motion_vectors() local
59 print_mi_data(cm, mvs, "Partitions:", offsetof(MB_MODE_INFO, sb_type)); in vp9_print_modes_and_motion_vectors()
60 print_mi_data(cm, mvs, "Modes:", offsetof(MB_MODE_INFO, mode)); in vp9_print_modes_and_motion_vectors()
61 print_mi_data(cm, mvs, "Skips:", offsetof(MB_MODE_INFO, skip)); in vp9_print_modes_and_motion_vectors()
62 print_mi_data(cm, mvs, "Ref frame:", offsetof(MB_MODE_INFO, ref_frame[0])); in vp9_print_modes_and_motion_vectors()
63 print_mi_data(cm, mvs, "Transform:", offsetof(MB_MODE_INFO, tx_size)); in vp9_print_modes_and_motion_vectors()
64 print_mi_data(cm, mvs, "UV Modes:", offsetof(MB_MODE_INFO, uv_mode)); in vp9_print_modes_and_motion_vectors()
66 log_frame_info(cm, "Vectors ", mvs); in vp9_print_modes_and_motion_vectors()
68 fprintf(mvs, "V "); in vp9_print_modes_and_motion_vectors()
70 fprintf(mvs, "%4d:%4d ", mi_8x8[mi_index]->mbmi.mv[0].as_mv.row, in vp9_print_modes_and_motion_vectors()
[all …]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_encodemv.c232 static void inc_mvs(const MB_MODE_INFO *mbmi, const int_mv mvs[2], in inc_mvs()
238 const MV diff = {mvs[i].as_mv.row - ref->row, in inc_mvs()
239 mvs[i].as_mv.col - ref->col}; in inc_mvs()
Dvp9_rdopt.c1620 int_mv mvs[2]; member
1959 bsi->rdstat[i][mode_idx].mvs[ref].as_int = in rd_check_segment_txsize()
1962 bsi->rdstat[i + 1][mode_idx].mvs[ref].as_int = in rd_check_segment_txsize()
1965 bsi->rdstat[i + 2][mode_idx].mvs[ref].as_int = in rd_check_segment_txsize()
1983 ref_bsi->rdstat[i][mode_idx].mvs[ref].as_int; in rd_check_segment_txsize()
1991 ref_bsi->rdstat[i][mode_idx].mvs[ref].as_int; in rd_check_segment_txsize()
2124 mi->bmi[i].as_mv[0].as_int = bsi->rdstat[i][mode_idx].mvs[0].as_int; in rd_pick_best_mbsegmentation()
2126 mi->bmi[i].as_mv[1].as_int = bsi->rdstat[i][mode_idx].mvs[1].as_int; in rd_pick_best_mbsegmentation()
/hardware/intel/img/libdrm/
Dconfig.sub660 mvs)
662 os=-mvs
1384 os=-mvs
1467 -mvs* | -opened*)
Daclocal.m43778 mvs*)
6026 mvs*)
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Drdopt.c1092 int_mv mvs[16]; member
1365 bsi->mvs[i].as_mv = x->partition_info->bmi[i].mv.as_mv; in rd_check_segment()
1446 bsi.sv_mvp[0].as_int = bsi.mvs[0].as_int; in vp8_rd_pick_best_mbsegmentation()
1447 bsi.sv_mvp[1].as_int = bsi.mvs[2].as_int; in vp8_rd_pick_best_mbsegmentation()
1448 bsi.sv_mvp[2].as_int = bsi.mvs[8].as_int; in vp8_rd_pick_best_mbsegmentation()
1449 bsi.sv_mvp[3].as_int = bsi.mvs[10].as_int; in vp8_rd_pick_best_mbsegmentation()
1495 bd->bmi.mv.as_int = bsi.mvs[i].as_int; in vp8_rd_pick_best_mbsegmentation()
1514 x->partition_info->bmi[i].mv.as_mv = bsi.mvs[j].as_mv; in vp8_rd_pick_best_mbsegmentation()
1519 x->partition_info->bmi[15].mv.as_int = bsi.mvs[15].as_int; in vp8_rd_pick_best_mbsegmentation()