Home
last modified time | relevance | path

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

123

/external/libvpx/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 …]
/external/libvpx/libvpx/vp9/common/
Dvp9_debugmodes.c51 FILE *mvs = fopen(file, "a"); in vp9_print_modes_and_motion_vectors() local
56 print_mi_data(cm, mvs, "Partitions:", offsetof(MB_MODE_INFO, sb_type)); in vp9_print_modes_and_motion_vectors()
57 print_mi_data(cm, mvs, "Modes:", offsetof(MB_MODE_INFO, mode)); in vp9_print_modes_and_motion_vectors()
58 print_mi_data(cm, mvs, "Ref frame:", offsetof(MB_MODE_INFO, ref_frame[0])); in vp9_print_modes_and_motion_vectors()
59 print_mi_data(cm, mvs, "Transform:", offsetof(MB_MODE_INFO, tx_size)); in vp9_print_modes_and_motion_vectors()
60 print_mi_data(cm, mvs, "UV Modes:", offsetof(MB_MODE_INFO, uv_mode)); in vp9_print_modes_and_motion_vectors()
63 log_frame_info(cm, "Skips:", mvs); in vp9_print_modes_and_motion_vectors()
65 fprintf(mvs, "S "); in vp9_print_modes_and_motion_vectors()
67 fprintf(mvs, "%2d ", mi[0]->mbmi.skip); in vp9_print_modes_and_motion_vectors()
70 fprintf(mvs, "\n"); in vp9_print_modes_and_motion_vectors()
[all …]
Dvp9_alloccommon.c96 vpx_free(pool->frame_bufs[i].mvs); in vp9_free_ref_frame_buffers()
97 pool->frame_bufs[i].mvs = NULL; in vp9_free_ref_frame_buffers()
/external/icu/icu4c/source/config/
Dgmakever.mk9 ifeq ($(MACHTYPE),i370-ibm-mvs)
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encodemv.c234 const int_mv mvs[2], in inc_mvs()
240 const MV diff = {mvs[i].as_mv.row - ref->row, in inc_mvs()
241 mvs[i].as_mv.col - ref->col}; in inc_mvs()
/external/fec/
Dconfig.sub597 mvs)
599 os=-mvs
1245 os=-mvs
1328 -mvs* | -opened*)
/external/libunwind/aux/
Dconfig.sub630 mvs)
632 os=-mvs
1323 os=-mvs
1406 -mvs* | -opened*)
/external/cmockery/cmockery_0_1_2/
Dconfig.sub699 mvs)
701 os=-mvs
1453 os=-mvs
1536 -mvs* | -opened*)
/external/libogg/
Dconfig.sub713 mvs)
715 os=-mvs
1482 os=-mvs
1565 -mvs* | -opened*)
/external/srtp/
Dconfig.sub682 mvs)
684 os=-mvs
1429 os=-mvs
1512 -mvs* | -opened*)
/external/libvorbis/
Dconfig.sub713 mvs)
715 os=-mvs
1482 os=-mvs
1565 -mvs* | -opened*)
/external/netperf/
Dconfig.sub699 mvs)
701 os=-mvs
1453 os=-mvs
1536 -mvs* | -opened*)
/external/libexif/
Dconfig.sub774 mvs)
776 os=-mvs
1579 os=-mvs
1662 -mvs* | -opened*)
/external/libmtp/
Dconfig.sub738 mvs)
740 os=-mvs
1532 os=-mvs
1615 -mvs* | -opened*)
/external/libusb-compat/
Dconfig.sub756 mvs)
758 os=-mvs
1550 os=-mvs
1633 -mvs* | -opened*)
/external/google-tv-pairing-protocol/cpp/
Dconfig.sub765 mvs)
767 os=-mvs
1567 os=-mvs
1650 -mvs* | -opened*)
/external/libusb/
Dconfig.sub756 mvs)
758 os=-mvs
1550 os=-mvs
1633 -mvs* | -opened*)
/external/c-ares/
Dconfig.sub811 mvs)
813 os=-mvs
1634 os=-mvs
1717 -mvs* | -opened*)
/external/llvm/autoconf/
Dconfig.sub820 mvs)
822 os=-mvs
1644 os=-mvs
1727 -mvs* | -opened*)
/external/libopus/
Dconfig.sub1647 os=-mvs
1730 -mvs* | -opened*)
/external/protobuf/gtest/build-aux/
Dconfig.sub1665 os=-mvs
1748 -mvs* | -opened*)
/external/libcap-ng/libcap-ng-0.7/
Dconfig.sub1640 os=-mvs
1723 -mvs* | -opened*)
/external/libedit/
Dconfig.sub1662 os=-mvs
1745 -mvs* | -opened*)
/external/e2fsprogs/config/
Dconfig.sub1667 os=-mvs
1750 -mvs* | -opened*)
/external/protobuf/
Dconfig.sub1665 os=-mvs
1748 -mvs* | -opened*)

123