Home
last modified time | relevance | path

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

/external/libjpeg-turbo/
Djccoefct.c251 JCOEF lastDC; in compress_first_pass() local
290 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()
/external/skqp/tools/bookmaker/
DbmhParser.cpp1335 size_t lastDC = name.rfind("::"); in setUpSubstitutes() local
1336 if (string::npos != lastDC) { in setUpSubstitutes()
1337 name = name.substr(lastDC + 2); in setUpSubstitutes()