Searched refs:LoadAt (Results 1 – 2 of 2) sorted by relevance
273 std::array<unsigned char*, 16> yData = y_row_generator.LoadAt(y); in Compress()274 std::array<unsigned char*, 8> cbData = cb_row_generator.LoadAt(y / 2); in Compress()275 std::array<unsigned char*, 8> crData = cr_row_generator.LoadAt(y / 2); in Compress()
128 inline const std::array<unsigned char*, ROWS> LoadAt(int y_base);181 const std::array<unsigned char*, ROWS> jpegutil::RowIterator<ROWS>::LoadAt( in LoadAt() function