HomeSort by relevance Sort by last modified time
    Searched defs:mvs (Results 1 - 10 of 10) sorted by null

  /external/libvpx/libvpx/vp8/common/
debugmodes.c 22 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, "\n")
    [all...]
  /external/libvpx/libvpx/vp9/common/
vp9_debugmodes.c 51 FILE *mvs = fopen(file, "a"); local
56 print_mi_data(cm, mvs, "Partitions:", offsetof(MB_MODE_INFO, sb_type));
57 print_mi_data(cm, mvs, "Modes:", offsetof(MB_MODE_INFO, mode));
58 print_mi_data(cm, mvs, "Ref frame:", offsetof(MB_MODE_INFO, ref_frame[0]));
59 print_mi_data(cm, mvs, "Transform:", offsetof(MB_MODE_INFO, tx_size));
60 print_mi_data(cm, mvs, "UV Modes:", offsetof(MB_MODE_INFO, uv_mode));
63 log_frame_info(cm, "Skips:", mvs);
65 fprintf(mvs, "S ");
67 fprintf(mvs, "%2d ", mi[0]->mbmi.skip);
70 fprintf(mvs, "\n")
    [all...]
vp9_onyxc_int.h 73 MV_REF *mvs; member in struct:__anon17193
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
debugmodes.c 22 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, "\n")
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_debugmodes.c 54 FILE *mvs = fopen(file, "a"); local
59 print_mi_data(cm, mvs, "Partitions:", offsetof(MB_MODE_INFO, sb_type));
60 print_mi_data(cm, mvs, "Modes:", offsetof(MB_MODE_INFO, mode));
61 print_mi_data(cm, mvs, "Skips:", offsetof(MB_MODE_INFO, skip));
62 print_mi_data(cm, mvs, "Ref frame:", offsetof(MB_MODE_INFO, ref_frame[0]));
63 print_mi_data(cm, mvs, "Transform:", offsetof(MB_MODE_INFO, tx_size));
64 print_mi_data(cm, mvs, "UV Modes:", offsetof(MB_MODE_INFO, uv_mode));
66 log_frame_info(cm, "Vectors ", mvs);
68 fprintf(mvs, "V ");
70 fprintf(mvs, "%4d:%4d ", mi_8x8[mi_index]->mbmi.mv[0].as_mv.row
    [all...]
  /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/libvpx/libvpx/vp8/encoder/
rdopt.c 1094 int_mv mvs[16]; member in struct:__anon17166
1149 * very rarely check mvs on segments. setting this to 1 would make mv
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
rdopt.c 1092 int_mv mvs[16]; member in struct:__anon30642
1147 * very rarely check mvs on segments. setting this to 1 would make mv
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_rdopt.c 1443 int_mv mvs[2]; member in struct:__anon17245
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_rdopt.c 1620 int_mv mvs[2]; member in struct:__anon30718
    [all...]

Completed in 600 milliseconds