Searched refs:cVSubSampling (Results 1 – 1 of 1) sorted by relevance
1465 int cVSubSampling = cinfo.comp_info[0].v_samp_factor / in encodeJpegYU12() local1481 std::vector<JSAMPROW> cbLines(paddedHeight/cVSubSampling); in encodeJpegYU12()1482 std::vector<JSAMPROW> crLines(paddedHeight/cVSubSampling); in encodeJpegYU12()1494 if(i < paddedHeight / cVSubSampling) in encodeJpegYU12()1514 &cbLines[nl/cVSubSampling], in encodeJpegYU12()1515 &crLines[nl/cVSubSampling] }; in encodeJpegYU12()