Searched refs:run_level (Results 1 – 1 of 1) sorted by relevance
68 Tcoef run_level; in VlcDequantMpegIntraBlock() local114 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() local419 return_status = (*vlcDecCoeff)(stream, &run_level); in VlcDequantMpegInterBlock()429 i += run_level.run; in VlcDequantMpegInterBlock()[all …]