Home
last modified time | relevance | path

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

/external/pdfium/third_party/libjpeg/
Dfpdfapi_jchuff.c576 long dc_counts[], long ac_counts[]) in htest_one_block() argument
613 ac_counts[0xF0]++; in htest_one_block()
630 ac_counts[(r << 4) + nbits]++; in htest_one_block()
638 ac_counts[0]++; in htest_one_block()
/external/libjpeg-turbo/
Djchuff.c717 long dc_counts[], long ac_counts[]) in htest_one_block() argument
754 ac_counts[0xF0]++; in htest_one_block()
771 ac_counts[(r << 4) + nbits]++; in htest_one_block()
779 ac_counts[0]++; in htest_one_block()
/external/opencv3/3rdparty/libjpeg/
Djchuff.c1123 long dc_counts[], long ac_counts[]) in htest_one_block() argument
1162 ac_counts[0xF0]++; in htest_one_block()
1179 ac_counts[(r << 4) + nbits]++; in htest_one_block()
1187 ac_counts[0]++; in htest_one_block()