Home
last modified time | relevance | path

Searched refs:mb_index (Results 1 – 2 of 2) 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.c764 int mb_index = 0; in vp8_post_proc_frame() local
776 sprintf(zz, "%c", mi[mb_index].mbmi.mode + 'a'); in vp8_post_proc_frame()
779 mb_index ++; in vp8_post_proc_frame()
783 mb_index ++; /* border */ in vp8_post_proc_frame()
796 int mb_index = 0; in vp8_post_proc_frame() local
811 sprintf(zz, "%c", mi[mb_index].mbmi.dc_diff + '0'); in vp8_post_proc_frame()
814 mb_index ++; in vp8_post_proc_frame()
818 mb_index ++; /* border */ in vp8_post_proc_frame()