Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
Dvlc_dequant.cpp68 Tcoef run_level; in VlcDequantMpegIntraBlock() local
114 return_status = (*vlcDecCoeff)(stream, &run_level); in VlcDequantMpegIntraBlock()
124 i += run_level.run; in VlcDequantMpegIntraBlock()
125 last = run_level.last; in VlcDequantMpegIntraBlock()
137 if (run_level.sign == 1) in VlcDequantMpegIntraBlock()
139 datablock[k] -= run_level.level; in VlcDequantMpegIntraBlock()
143 datablock[k] += run_level.level; in VlcDequantMpegIntraBlock()
394 Tcoef run_level; in VlcDequantMpegInterBlock() local
419 return_status = (*vlcDecCoeff)(stream, &run_level); in VlcDequantMpegInterBlock()
429 i += run_level.run; in VlcDequantMpegInterBlock()
[all …]