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

/external/libvpx/libvpx/vp8/decoder/
H A Ddecodemv.c142 static const unsigned char mbsplit_fill_count[4] = {8, 8, 4, 1}; variable
322 unsigned int fill_count = mbsplit_fill_count[s];
325 [(unsigned char)j * mbsplit_fill_count[s]];

Completed in 22 milliseconds