Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.c1102 int trans_to_still = 0; in detect_transition_to_still() local
1127 trans_to_still = 1; in detect_transition_to_still()
1130 return trans_to_still; in detect_transition_to_still()
/external/libvpx/libvpx/vp8/encoder/
Dfirstpass.c1462 int trans_to_still = 0; in detect_transition_to_still() local
1492 trans_to_still = 1; in detect_transition_to_still()
1495 return trans_to_still; in detect_transition_to_still()