Home
last modified time | relevance | path

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

/external/pdfium/third_party/libjpeg/
Dfpdfapi_jchuff.c856 boolean did_ac[NUM_HUFF_TBLS]; in finish_pass_gather() local
862 MEMZERO(did_ac, SIZEOF(did_ac)); in finish_pass_gather()
875 if (! did_ac[actbl]) { in finish_pass_gather()
880 did_ac[actbl] = TRUE; in finish_pass_gather()
/external/libjpeg-turbo/
Djchuff.c997 boolean did_ac[NUM_HUFF_TBLS]; in finish_pass_gather() local
1003 MEMZERO(did_ac, sizeof(did_ac)); in finish_pass_gather()
1016 if (! did_ac[actbl]) { in finish_pass_gather()
1021 did_ac[actbl] = TRUE; in finish_pass_gather()
/external/opencv3/3rdparty/libjpeg/
Djchuff.c1404 boolean did_ac[NUM_HUFF_TBLS]; in finish_pass_gather() local
1414 MEMZERO(did_ac, SIZEOF(did_ac)); in finish_pass_gather()
1432 if (! did_ac[tbl]) { in finish_pass_gather()
1437 did_ac[tbl] = TRUE; in finish_pass_gather()