Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dflacenc.c637 const uint32_t *res, *res_end; in calc_sum_top() local
644 res_end = &data[n >> pmax]; in calc_sum_top()
647 uint64_t sum = (1LL + k) * (res_end - res); in calc_sum_top()
648 while (res < res_end) in calc_sum_top()
653 while (res < res_end) in calc_sum_top()
657 res_end += n >> pmax; in calc_sum_top()

Completed in 3 milliseconds