Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/encoder/
Dfirstpass.c1378 int trans_to_still = 0; in detect_transition_to_still() local
1402 if (j == still_interval) trans_to_still = 1; in detect_transition_to_still()
1405 return trans_to_still; in detect_transition_to_still()