Searched refs:MIN_GF_INTERVAL (Results 1 - 4 of 4) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
H A Dfirstpass.c1469 if ( (frame_interval > MIN_GF_INTERVAL) &&
1803 ((cpi->twopass.frames_to_key - i) < MIN_GF_INTERVAL)) &&
1860 (i > MIN_GF_INTERVAL) &&
1862 ((cpi->twopass.frames_to_key - i) >= MIN_GF_INTERVAL) &&
1913 if ((cpi->twopass.frames_to_key - i) < MIN_GF_INTERVAL)
1939 (i >= MIN_GF_INTERVAL) &&
1941 (i <= (cpi->twopass.frames_to_key - MIN_GF_INTERVAL)) &&
2296 * despite (MIN_GF_INTERVAL) and would cause a devide by 0 in the
2788 if ( ( i >= MIN_GF_INTERVAL ) &&
2997 if ((i > MIN_GF_INTERVAL)
[all...]
H A Donyx_int.h40 #define MIN_GF_INTERVAL 4 macro
H A Dratectrl.c504 if ( (i > MIN_GF_INTERVAL) &&
694 (cpi->current_gf_interval >= (MIN_GF_INTERVAL << 1)))
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_firstpass.c58 // Set MIN_GF_INTERVAL to 1 for the full decomposition.
59 #define MIN_GF_INTERVAL 2 macro
61 #define MIN_GF_INTERVAL 4 macro
1068 if (frame_interval > MIN_GF_INTERVAL &&
1314 // MIN_GF_INTERVAL non-ARF frames.
1315 if ((start + MIN_GF_INTERVAL) >= (abs_end - MIN_GF_INTERVAL)) {
1525 (i > MIN_GF_INTERVAL) &&
1544 if ((rc->frames_to_key - i) < MIN_GF_INTERVAL) {
1579 (i >= MIN_GF_INTERVAL)
[all...]

Completed in 213 milliseconds