• Pengchong Jin's avatar
    Remove the redundant index computation in the first pass · 64910657
    Pengchong Jin authored
    Remove the redundant index computation when store the first
    pass block-wise statistics. Currently, a single byte is
    allocated for a 16x16 blocks, and all the frame statistics
    saved during the first pass will be kept in memory for use
    in the second pass. For a 1920x1080 300-frame clip, it will
    take about 2.3 MB memory. This feature is off in current
    setting.
    
    Change-Id: I135a95b348ec093d54c6a07e1e8237626909e3bd
    64910657