Searched refs:paddedHeight (Results 1 – 1 of 1) sorted by relevance
1476 size_t paddedHeight = mcuV * ((inSz.height + mcuV - 1) / mcuV); in encodeJpegYU12() local1480 std::vector<JSAMPROW> yLines (paddedHeight); in encodeJpegYU12()1481 std::vector<JSAMPROW> cbLines(paddedHeight/cVSubSampling); in encodeJpegYU12()1482 std::vector<JSAMPROW> crLines(paddedHeight/cVSubSampling); in encodeJpegYU12()1488 for(uint32_t i = 0; i < paddedHeight; i++) in encodeJpegYU12()1494 if(i < paddedHeight / cVSubSampling) in encodeJpegYU12()