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.c1386 int trans_to_still = 0; in detect_transition_to_still() local
1410 if (j == still_interval) trans_to_still = 1; in detect_transition_to_still()
1413 return trans_to_still; in detect_transition_to_still()