HomeSort by relevance Sort by last modified time
    Searched refs:mvs (Results 1 - 25 of 66) sorted by null

1 2 3

  /external/libvpx/libvpx/vp8/common/
debugmodes.c 19 FILE *mvs = fopen("mvs.stt", "a"); local
23 fprintf(mvs, "Mb Modes for Frame %d\n", frame);
27 fprintf(mvs, "%2d ", mi[mb_index].mbmi.mode);
32 fprintf(mvs, "\n");
36 fprintf(mvs, "\n");
39 fprintf(mvs, "Mb mv ref for Frame %d\n", frame);
43 fprintf(mvs, "%2d ", mi[mb_index].mbmi.ref_frame);
48 fprintf(mvs, "\n");
52 fprintf(mvs, "\n")
    [all...]
  /external/libvpx/libvpx/vp9/common/
vp9_debugmodes.c 49 FILE *mvs = fopen(file, "a"); local
54 print_mi_data(cm, mvs, "Partitions:", offsetof(MODE_INFO, sb_type));
55 print_mi_data(cm, mvs, "Modes:", offsetof(MODE_INFO, mode));
56 print_mi_data(cm, mvs, "Ref frame:", offsetof(MODE_INFO, ref_frame[0]));
57 print_mi_data(cm, mvs, "Transform:", offsetof(MODE_INFO, tx_size));
58 print_mi_data(cm, mvs, "UV Modes:", offsetof(MODE_INFO, uv_mode));
61 log_frame_info(cm, "Skips:", mvs);
63 fprintf(mvs, "S ");
65 fprintf(mvs, "%2d ", mi[0]->skip);
68 fprintf(mvs, "\n")
    [all...]
vp9_alloccommon.c 74 vpx_free(pool->frame_bufs[i].mvs);
75 pool->frame_bufs[i].mvs = NULL;
vp9_mvref_common.c 27 ? cm->prev_frame->mvs + mi_row * cm->mi_cols + mi_col
81 // Since we couldn't find 2 mvs from the same reference frame
vp9_onyxc_int.h 69 MV_REF *mvs; member in struct:__anon26186
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
ConversationViewState.java 71 final MessageViewState mvs = mMessageViewStates.get(m.uri); local
72 return (mvs != null && !mvs.read);
76 MessageViewState mvs = mMessageViewStates.get(m.uri); local
77 if (mvs == null) {
78 mvs = new MessageViewState();
80 mvs.read = read;
81 mMessageViewStates.put(m.uri, mvs);
85 final MessageViewState mvs = mMessageViewStates.get(m.uri); local
86 return (mvs != null && mvs.showImages)
90 MessageViewState mvs = mMessageViewStates.get(m.uri); local
106 final MessageViewState mvs = mMessageViewStates.get(m.uri); local
111 MessageViewState mvs = mMessageViewStates.get(m.uri); local
135 final MessageViewState mvs = mMessageViewStates.get(uri); local
156 final MessageViewState mvs = mMessageViewStates.get(uri); local
157 states.putParcelable(uri.toString(), mvs); local
    [all...]
  /external/icu/icu4c/source/config/
gmakever.mk 11 ifeq ($(MACHTYPE),i370-ibm-mvs)
  /external/libvpx/libvpx/vp9/encoder/
vp9_encodemv.c 240 const int_mv mvs[2], nmv_context_counts *counts) {
245 const MV diff = { mvs[i].as_mv.row - ref->row,
246 mvs[i].as_mv.col - ref->col };
  /external/cmockery/cmockery_0_1_2/
config.sub 699 mvs)
701 os=-mvs
1175 | -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \
1453 os=-mvs
1536 -mvs* | -opened*)
  /external/fec/
config.sub 597 mvs)
599 os=-mvs
1015 | -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \
1245 os=-mvs
1328 -mvs* | -opened*)
  /external/google-tv-pairing-protocol/cpp/
config.sub 765 mvs)
767 os=-mvs
1275 | -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \
1567 os=-mvs
    [all...]
  /external/libexif/
config.sub 774 mvs)
776 os=-mvs
1287 | -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \
1579 os=-mvs
    [all...]
  /external/libnetfilter_conntrack/
config.sub 776 mvs)
778 os=-mvs
1294 | -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \
    [all...]
  /external/libnfnetlink/
config.sub 776 mvs)
778 os=-mvs
1294 | -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \
    [all...]
  /external/libogg/
config.sub 713 mvs)
715 os=-mvs
1199 | -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \
1482 os=-mvs
1565 -mvs* | -opened*)
  /external/libunwind/aux/
config.sub 630 mvs)
632 os=-mvs
1080 | -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \
1323 os=-mvs
1406 -mvs* | -opened*)
  /external/libusb-compat/
config.sub 756 mvs)
758 os=-mvs
1261 | -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \
1550 os=-mvs
    [all...]
  /external/stressapptest/
config.sub 718 mvs)
720 os=-mvs
1211 | -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \
1500 os=-mvs
1583 -mvs* | -opened*)
  /external/swiftshader/third_party/LLVM/projects/sample/autoconf/
config.sub 657 mvs)
659 os=-mvs
1117 | -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \
1369 os=-mvs
1452 -mvs* | -opened*)
  /external/libvpx/libvpx/vp8/encoder/
rdopt.c 933 int_mv mvs[16]; member in struct:__anon26160
979 * very rarely check mvs on segments. setting this to 1 would make mv
    [all...]
  /external/ImageMagick/config/
config.sub 855 mvs)
857 os=-mvs
1377 | -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \
    [all...]
  /external/curl/
config.sub 870 mvs)
872 os=-mvs
1392 | -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \
    [all...]
  /external/e2fsprogs/config/
config.sub 868 mvs)
870 os=-mvs
1390 | -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \
    [all...]
  /external/google-breakpad/autotools/
config.sub 864 mvs)
866 os=-mvs
1386 | -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \
    [all...]
  /external/icu/icu4c/source/
config.sub 838 mvs)
840 os=-mvs
1360 | -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \
    [all...]

Completed in 188 milliseconds

1 2 3