Searched refs:lastDC (Results 1 – 2 of 2) sorted by relevance
251 JCOEF lastDC; in compress_first_pass() local290 lastDC = thisblockrow[-1][0]; in compress_first_pass()292 thisblockrow[bi][0] = lastDC; in compress_first_pass()311 lastDC = lastblockrow[h_samp_factor - 1][0]; in compress_first_pass()313 thisblockrow[bi][0] = lastDC; in compress_first_pass()
1335 size_t lastDC = name.rfind("::"); in setUpSubstitutes() local1336 if (string::npos != lastDC) { in setUpSubstitutes()1337 name = name.substr(lastDC + 2); in setUpSubstitutes()