Searched refs:half_range (Results 1 – 1 of 1) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
D | vp9_firstpass.c | 1275 int i, abs_end, half_range; in schedule_frames() local 1311 half_range = (abs_end - start) >> 1; in schedule_frames() 1328 schedule_frames(cpi, start, -(start + half_range), arf_idx + 1, in schedule_frames() 1330 schedule_frames(cpi, start + half_range + 1, abs_end, arf_idx, in schedule_frames()
|