Home
last modified time | relevance | path

Searched refs:mb_index (Results 1 – 3 of 3) sorted by relevance

/external/libvpx/vp8/common/
Ddebugmodes.c21 int mb_index = 0; in vp8_print_modes_and_motion_vectors() local
25 mb_index = 0; in vp8_print_modes_and_motion_vectors()
33 fprintf(mvs, "%2d ", mi[mb_index].mbmi.mode); in vp8_print_modes_and_motion_vectors()
35 mb_index++; in vp8_print_modes_and_motion_vectors()
39 mb_index++; in vp8_print_modes_and_motion_vectors()
44 mb_index = 0; in vp8_print_modes_and_motion_vectors()
52 fprintf(mvs, "%2d ", mi[mb_index].mbmi.ref_frame); in vp8_print_modes_and_motion_vectors()
54 mb_index++; in vp8_print_modes_and_motion_vectors()
58 mb_index++; in vp8_print_modes_and_motion_vectors()
64 mb_index = 0; in vp8_print_modes_and_motion_vectors()
[all …]
Dpostproc.c759 int mb_index = 0; in vp8_post_proc_frame() local
771 sprintf(zz, "%c", mi[mb_index].mbmi.mode + 'a'); in vp8_post_proc_frame()
774 mb_index ++; in vp8_post_proc_frame()
778 mb_index ++; /* border */ in vp8_post_proc_frame()
791 int mb_index = 0; in vp8_post_proc_frame() local
806 sprintf(zz, "%c", mi[mb_index].mbmi.dc_diff + '0'); in vp8_post_proc_frame()
809 mb_index ++; in vp8_post_proc_frame()
813 mb_index ++; /* border */ in vp8_post_proc_frame()
829 int mb_index = 0; in vp8_post_proc_frame()
841 sprintf(zz, "%c", mi[mb_index].mbmi.dc_diff + '0'); in vp8_post_proc_frame()
[all …]
/external/libvpx/vp8/decoder/x86/
Donyxdxv.c386 int mb_index = 0; in onyx_blit() local
399 sprintf(zz, "%c", mi[mb_index].mbmi.mode + 'a'); in onyx_blit()
401 sprintf(zz, "%c", mi[mb_index].mbmi.ref_frame + 'a'); in onyx_blit()
404 mb_index ++; in onyx_blit()
408 mb_index ++; //border in onyx_blit()
420 int mb_index = 0; in onyx_blit() local
438 mb_index ++; in onyx_blit()