Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
Ddecodemv.c142 static const unsigned char mbsplit_fill_count[4] = {8, 8, 4, 1}; variable
322 unsigned int fill_count = mbsplit_fill_count[s]; in decode_split_mv()
325 [(unsigned char)j * mbsplit_fill_count[s]]; in decode_split_mv()