Searched refs:gridHeight (Results 1 – 2 of 2) sorted by relevance
1237 int32_t gridWidth, gridHeight, gridRows, gridCols; in initializeCodec() local1240 gridHeight = HeicEncoderInfoManager::kGridHeight; in initializeCodec()1241 gridRows = (height + gridHeight - 1)/gridHeight; in initializeCodec()1246 outputFormat->setInt32(KEY_TILE_HEIGHT, gridHeight); in initializeCodec()1253 gridHeight = height; in initializeCodec()1259 outputFormat->setInt32(KEY_HEIGHT, !useGrid ? height : gridHeight); in initializeCodec()1276 mGridHeight = gridHeight; in initializeCodec()
755 final int gridHeight = GRID_HEIGHT * mCellHeight; in computeNearestNeighbors() local757 for (int y = 0; y < gridHeight; y += mCellHeight) { in computeNearestNeighbors()