Home
last modified time | relevance | path

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

/external/v4l2_codec2/vda/
Dh264_parser.cc643 int last_scale = 8; in ParseScalingList() local
653 next_scale = (last_scale + delta_scale + 256) & 0xff; in ParseScalingList()
661 scaling_list[j] = (next_scale == 0) ? last_scale : next_scale; in ParseScalingList()
662 last_scale = scaling_list[j]; in ParseScalingList()