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

/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Dfirstpass.c1468 if ( (frame_interval > MIN_GF_INTERVAL) &&
1801 ((cpi->twopass.frames_to_key - i) < MIN_GF_INTERVAL)) &&
1858 (i > MIN_GF_INTERVAL) &&
1860 ((cpi->twopass.frames_to_key - i) >= MIN_GF_INTERVAL) &&
1911 if ((cpi->twopass.frames_to_key - i) < MIN_GF_INTERVAL)
1937 (i >= MIN_GF_INTERVAL) &&
1939 (i <= (cpi->twopass.frames_to_key - MIN_GF_INTERVAL)) &&
2294 * despite (MIN_GF_INTERVAL) and would cause a devide by 0 in the
2785 if ( ( i >= MIN_GF_INTERVAL ) &&
2994 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)))
/external/libvpx/libvpx/vp8/encoder/
H A Dfirstpass.c1468 if ( (frame_interval > MIN_GF_INTERVAL) &&
1801 ((cpi->twopass.frames_to_key - i) < MIN_GF_INTERVAL)) &&
1858 (i > MIN_GF_INTERVAL) &&
1860 ((cpi->twopass.frames_to_key - i) >= MIN_GF_INTERVAL) &&
1911 if ((cpi->twopass.frames_to_key - i) < MIN_GF_INTERVAL)
1937 (i >= MIN_GF_INTERVAL) &&
1939 (i <= (cpi->twopass.frames_to_key - MIN_GF_INTERVAL)) &&
2294 * despite (MIN_GF_INTERVAL) and would cause a devide by 0 in the
2785 if ( ( i >= MIN_GF_INTERVAL ) &&
2994 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)))
/external/libvpx/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
1069 if (frame_interval > MIN_GF_INTERVAL &&
1315 // MIN_GF_INTERVAL non-ARF frames.
1316 if ((start + MIN_GF_INTERVAL) >= (abs_end - MIN_GF_INTERVAL)) {
1526 (i > MIN_GF_INTERVAL) &&
1545 if ((rc->frames_to_key - i) < MIN_GF_INTERVAL) {
1580 (i >= MIN_GF_INTERVAL)
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_firstpass.c50 #define MIN_GF_INTERVAL 4 macro
1130 if (frame_interval > MIN_GF_INTERVAL &&
1681 (i > MIN_GF_INTERVAL) &&
1723 (i >= MIN_GF_INTERVAL)) {

Completed in 194 milliseconds