Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_firstpass.c1060 int still_interval, in detect_transition_to_still() argument
1076 for (j = 0; j < still_interval; ++j) { in detect_transition_to_still()
1087 if (j == still_interval) in detect_transition_to_still()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dfirstpass.c1459 int still_interval, in detect_transition_to_still() argument
1479 for ( j = 0; j < still_interval; j++ ) in detect_transition_to_still()
1492 if ( j == still_interval ) in detect_transition_to_still()