Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
Ddecodemv.c238 int num_p; /* number of partitions in the split configuration in decode_split_mv() local
243 num_p = 16; in decode_split_mv()
247 num_p = 4; in decode_split_mv()
251 num_p = 2; in decode_split_mv()
334 while (++j < num_p); in decode_split_mv()