Searched refs:count_mb_seg (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/libvpx/vp8/encoder/ |
D | bitstream.c | 45 int count_mb_seg[4] = { 0, 0, 0, 0 }; variable 519 ++count_mb_seg[mi->partitioning]; in pack_inter_mode_mvs()
|
D | onyx_if.c | 2191 extern int count_mb_seg[4]; in vp8_remove_compressor() 2225 fprintf(f, "P:%8d, %8d, %8d, %8d\n", count_mb_seg[0], count_mb_seg[1], in vp8_remove_compressor() 2226 count_mb_seg[2], count_mb_seg[3]); in vp8_remove_compressor()
|