Home
last modified time | relevance | path

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

/third_party/libsnd/src/
Dogg.c403 { sf_count_t begin, end, original_end, chunk_size, ret ; in ogg_sync_last_page_before() local
410 original_end = end = begin = offset ; in ogg_sync_last_page_before()
441 end = SF_MIN (begin + OGG_PAGE_SIZE_MAX - 1, original_end) ; in ogg_sync_last_page_before()