Searched refs:compsInScan (Results 1 – 1 of 1) sorted by relevance
330 int16 compsInScan; member815 info.compsInScan = (int16) n; in GetSos()1210 if (info.compsInScan < 0 || info.compsInScan > 4) in DecoderStructInit()1215 for (ci = 0; ci < info.compsInScan; ci++) in DecoderStructInit()1225 int32 mcuSize = info.compsInScan * (uint32) sizeof (ComponentType); in DecoderStructInit()1242 mcuROW1 [j] = mcuROW1 [j - 1] + info.compsInScan; in DecoderStructInit()1243 mcuROW2 [j] = mcuROW2 [j - 1] + info.compsInScan; in DecoderStructInit()1278 for (int16 ci = 0; ci < info.compsInScan; ci++) in HuffDecoderInit()1733 int32 compsInScan = info.compsInScan; in DecodeFirstRow() local1737 for (int32 curComp = 0; curComp < compsInScan; curComp++) in DecodeFirstRow()[all …]