Searched refs:gridHeight (Results 1 – 2 of 2) sorted by relevance
1187 int32_t gridWidth, gridHeight, gridRows, gridCols; in initializeCodec() local1190 gridHeight = HeicEncoderInfoManager::kGridHeight; in initializeCodec()1191 gridRows = (height + gridHeight - 1)/gridHeight; in initializeCodec()1196 outputFormat->setInt32(KEY_TILE_HEIGHT, gridHeight); in initializeCodec()1203 gridHeight = height; in initializeCodec()1209 outputFormat->setInt32(KEY_HEIGHT, !useGrid ? height : gridHeight); in initializeCodec()1226 mGridHeight = gridHeight; in initializeCodec()
755 final int gridHeight = GRID_HEIGHT * mCellHeight; in computeNearestNeighbors() local757 for (int y = 0; y < gridHeight; y += mCellHeight) { in computeNearestNeighbors()