Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_firstpass.c1275 int i, abs_end, half_range; in schedule_frames() local
1306 abs_end = -end; in schedule_frames()
1308 abs_end = end; in schedule_frames()
1311 half_range = (abs_end - start) >> 1; in schedule_frames()
1315 if ((start + MIN_GF_INTERVAL) >= (abs_end - MIN_GF_INTERVAL)) { in schedule_frames()
1318 for (i = start; i <= abs_end; ++i) { in schedule_frames()
1330 schedule_frames(cpi, start + half_range + 1, abs_end, arf_idx, in schedule_frames()