Searched refs:count_mb_seg (Results 1 - 2 of 2) sorted by relevance

/external/libvpx/libvpx/vp8/encoder/
H A Dbitstream.c52 int count_mb_seg[4] = { 0, 0, 0, 0 }; variable
552 ++count_mb_seg[mi->partitioning];
H A Donyx_if.c2211 extern int count_mb_seg[4];
2245 fprintf(f, "P:%8d, %8d, %8d, %8d\n", count_mb_seg[0], count_mb_seg[1],
2246 count_mb_seg[2], count_mb_seg[3]);

Completed in 151 milliseconds