Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
H A Davc.c372 int delta_scale, lastScale = 8, nextScale = 8; in ff_avc_decode_sps() local
414 lastScale = 8; in ff_avc_decode_sps()
420 nextScale = (lastScale + delta_scale) & 0xff; in ff_avc_decode_sps()
422 lastScale = nextScale == 0 ? lastScale : nextScale; in ff_avc_decode_sps()
/third_party/mesa3d/src/gallium/frontends/omx/
H A Dvid_dec_h264_common.c162 unsigned lastScale = 8, nextScale = 8; in scaling_list() local
178 nextScale = (lastScale + delta_scale + 256) % 256; in scaling_list()
184 scalingList[list[i]] = nextScale == 0 ? lastScale : nextScale; in scaling_list()
185 lastScale = scalingList[list[i]]; in scaling_list()

Completed in 3 milliseconds