Log in

View Full Version : OpenHEVC - CU-level decoding time


rosh
19th September 2015, 00:00
Hi,

Hope anyone familiar with the OpenHEVC implementation can help me.

I am trying to obtain CU-level decoding times from OpenHEVC decoder. I don't know if I should put the start/stop timers in

hls_coding_quadtree()
or
hls_coding_unit()

I would need to capture individual timing for every CU-type, Intra+Inter+Skip.

any help appreciated. :thanks: