Home
last modified time | relevance | path

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

/dports/graphics/libjxl/libjxl-0.6.1/third_party/sjpeg/src/
H A Dsjpegi.h287 void InitCodes(bool only_ac);
H A Denc.cc444 void Encoder::InitCodes(bool only_ac) { in InitCodes() argument
447 for (int type = (only_ac ? 1 : 0); type <= 1; ++type) { in InitCodes()